COLOR #073648

HEX: #073648
RGB: (7,54,72)

Color info

#073648 contains mainly green and blue colors. Web safe color of #073648 is #003333 (or #033).

RGB color model

#073648 color RGB value is (7,54,72).

  • red value is 7;
  • green value is 54;
  • blue value is 72.
RGB:
(7,54,72)
(3%,21%,28%)

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 72 of 255 = 28%

7
54
72

R + G + B ~ 17%. #073648 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 72 = 133 (100%)
R 7 of 133 ~ 5.26%
G 54 of 133 ~ 40.6%
B 72 of 133 ~ 54.14%

%40.6
%54.14

CMYK color model

#073648 color CMYK value is (90,25,0,72).

  • cyan value is 90.28%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(90,25,0,72)
C90M25Y0K72 
(90%,25%,0%,72%)
(0.90/0.25/0.00/0.72)	

CMYK percentages

%90.28
%25
%0
%71.76

Codes

Color #073648 in popluar color models

073648
RGB75472
HSL197°82.28%15.49%
HSB/HSV197°90.28%28.24%
CMYK90.28%25.00%0.00%
71.76%

Color #073648 in popluar number systems.

HEX073648
Decimal75472
Binary1111101101001000
Octal766110

Shades and tints

Shades of #073648

#073648
(7,54,72)
#073242
(7,50,66)
#072E3C
(7,46,60)
#072A36
(7,42,54)
#072630
(7,38,48)
#07222A
(7,34,42)
#071E24
(7,30,36)
#071A1E
(7,26,30)
#071618
(7,22,24)
#071212
(7,18,18)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #073648

#073648
(7,54,72)
#1D4858
(29,72,88)
#335A68
(51,90,104)
#496C78
(73,108,120)
#5F7E88
(95,126,136)
#759098
(117,144,152)
#8BA2A8
(139,162,168)
#A1B4B8
(161,180,184)
#B7C6C8
(183,198,200)
#CDD8D8
(205,216,216)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073648 color. Also use rgb(7,54,72) instead hex code.

Text Font Color

.myTextColor { color: #073648; }

<p style="color:#073648">This sample text font color is #073648.</p>

This text font color is #073648.


Background Color

.myBgColor { background-color: #073648; }

<div style="background-color:#073648">Inner text</div>

This div background color is #073648.


Border color

.myBorderColor { border: 1px solid #073648; }

<div style="border:3px solid #073648">Div</div>

This div border color is #073648.


Opacity

.myOpacity80 { color: #073648; opacity: 0.8; }

<p style="color:#073648;opacity:0.8;">80%</p>

Text with #073648 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #073648;}

<p style="text-shadow: 3px 3px 1px #073648">Text here.</p>

This text has shadow with #073648 color.

.textShadow {text-shadow: 3px 3px 1px #073648, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #073648, 5px 5px 20px red">Text here.</p>

This text has shadow with #073648 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#073648, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#073648, Direction=45, Strength=4)">Text</p>

This text has shadow with #073648 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #073648;
  -webkit-box-shadow:	1px 1px 3px 2px #073648;
  box-shadow:		1px 1px 3px 2px #073648;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #073648;
-webkit-box-shadow: 1px 1px 3px 2px #073648;
box-shadow:1px 1px 3px 2px #073648;">
Div content here</div>
This div box has shadow with color #073648.

Preview

Color preview on black background

This text has color #073648 on black background.


Color preview on white background

This text has color #073648 on white background.



Black color preview on #073648 background

This text has black color on #073648 background.


White color preview on #073648 background

This text has white color on #073648 background.