COLOR #073B72

HEX: #073B72 RGB: (7,59,114)

Color info

#073B72 contains mainly green and blue colors. Web safe color of #073B72 is #003366 (or #036).

RGB color model

#073B72 color RGB value is (7,59,114).

RGB: (7,59,114) (3%, 23%, 45%)

RGB channels and saturation

R 7 of 255 = 3%
G 59 of 255 = 23%
B 114 of 255 = 45%

7
59
114

R + G + B ~ 24%. #073B72 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 59 + 114 = 180 (100%)
R 7 of 180 ~ 3.89%
G 59 of 180 ~ 32.78%
B 114 of 180 ~ 63.33'%

%32.78
%63.33

CMYK color model

#073B72 color CMYK value is (94,48,0,55).

  • cyan value is 93.86%
  • magenta value is 48.25%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (94,48,0,55)
C94M48Y0K55 (94%, 48%, 0%, 55%)
(0.94 / 0.48 / 0.00 / 0.55)

CMYK percentages

%93.86
%48.25
%0
%55.29

Codes

Color #073B72 in popluar color models

07 3B 72
RGB 7 59 114
HSL 211° 88.43% 23.73%
HSB/HSV 211° 93.86% 44.71%
CMYK 93.86% 48.25% 0.00%
55.29%

Color #073B72 in popluar number systems.

HEX 07 3B 72
Decimal 7 59 114
Binary 111 111011 1110010
Octal 7 73 162

Shades and tints

Shades of #073B72

#073B72
(7,59,114)
#073668
(7,54,104)
#07315E
(7,49,94)
#072C54
(7,44,84)
#07274A
(7,39,74)
#072240
(7,34,64)
#071D36
(7,29,54)
#07182C
(7,24,44)
#071322
(7,19,34)
#070E18
(7,14,24)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #073B72

#073B72
(7,59,114)
#1D4C7E
(29,76,126)
#335D8A
(51,93,138)
#496E96
(73,110,150)
#5F7FA2
(95,127,162)
#7590AE
(117,144,174)
#8BA1BA
(139,161,186)
#A1B2C6
(161,178,198)
#B7C3D2
(183,195,210)
#CDD4DE
(205,212,222)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073B72 color. Also use rgb(7,59,114) instead hex code.

Text Font Color

.myTextColor { color: #073B72; }

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

This text font color is #073B72.

Background Color

.myBgColor { background-color: #073B72; }

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

This div background color is #073B72.

Border color

.myBorderColor { border: 1px solid #073B72; }

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

This div border color is #073B72.

Opacity

.myOpacity80 { color: #073B72; opacity: 0.8; }

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

Text with #073B72 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 #073B72;}

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

This text has shadow with #073B72 color.


.textShadow {text-shadow: 3px 3px 1px #073B72', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #073B72; -webkit-box-shadow: 1px 1px 3px 2px #073B72; box-shadow:1px 1px 3px 2px #073B72;">
Div content here
</div>

This div box has shadow with color #073B72.

Preview

Color preview on black background

This text has color #073B72 on black background.


Color preview on white background

This text has color #073B72 on white background.


Black color preview on #073B72 background

This text has black color on #073B72 background.


White color preview on #073B72 background

This text has white color on #073B72 background.


Related colors

Complementary color

Complementary color for #hex is #F8C48D.


I love getcolorcode.com

Triadic colors

1 #72073B and #3B7207 with #073B72 are triadic colors.

2 #723B07 and #3B0772 with #073B72 are triadic colors.