COLOR #072F6F

HEX: #072F6F
RGB: (7,47,111)

Color info

#072F6F contains mainly blue color. Web safe color of #072F6F is #003366 (or #036).

RGB color model

#072F6F color RGB value is (7,47,111).

  • red value is 7;
  • green value is 47;
  • blue value is 111.
RGB:
(7,47,111)
(3%,18%,44%)

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 111 of 255 = 44%

7
47
111

R + G + B ~ 22%. #072F6F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 111 = 165 (100%)
R 7 of 165 ~ 4.24%
G 47 of 165 ~ 28.48%
B 111 of 165 ~ 67.27%

%28.48
%67.27

CMYK color model

#072F6F color CMYK value is (94,58,0,56).

  • cyan value is 93.69%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(94,58,0,56)
C94M58Y0K56 
(94%,58%,0%,56%)
(0.94/0.58/0.00/0.56)	

CMYK percentages

%93.69
%57.66
%0
%56.47

Codes

Color #072F6F in popluar color models

072F6F
RGB747111
HSL217°88.14%23.14%
HSB/HSV217°93.69%43.53%
CMYK93.69%57.66%0.00%
56.47%

Color #072F6F in popluar number systems.

HEX072F6F
Decimal747111
Binary1111011111101111
Octal757157

Shades and tints

Shades of #072F6F

#072F6F
(7,47,111)
#072B65
(7,43,101)
#07275B
(7,39,91)
#072351
(7,35,81)
#071F47
(7,31,71)
#071B3D
(7,27,61)
#071733
(7,23,51)
#071329
(7,19,41)
#070F1F
(7,15,31)
#070B15
(7,11,21)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #072F6F

#072F6F
(7,47,111)
#1D417C
(29,65,124)
#335389
(51,83,137)
#496596
(73,101,150)
#5F77A3
(95,119,163)
#7589B0
(117,137,176)
#8B9BBD
(139,155,189)
#A1ADCA
(161,173,202)
#B7BFD7
(183,191,215)
#CDD1E4
(205,209,228)
#E3E3F1
(227,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072F6F color. Also use rgb(7,47,111) instead hex code.

Text Font Color

.myTextColor { color: #072F6F; }

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

This text font color is #072F6F.


Background Color

.myBgColor { background-color: #072F6F; }

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

This div background color is #072F6F.


Border color

.myBorderColor { border: 1px solid #072F6F; }

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

This div border color is #072F6F.


Opacity

.myOpacity80 { color: #072F6F; opacity: 0.8; }

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

Text with #072F6F 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 #072F6F;}

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

This text has shadow with #072F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F6F on black background.


Color preview on white background

This text has color #072F6F on white background.



Black color preview on #072F6F background

This text has black color on #072F6F background.


White color preview on #072F6F background

This text has white color on #072F6F background.