COLOR #072F52

HEX: #072F52
RGB: (7,47,82)

Color info

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

RGB color model

#072F52 color RGB value is (7,47,82).

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

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 82 of 255 = 32%

7
47
82

R + G + B ~ 18%. #072F52 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 82 = 136 (100%)
R 7 of 136 ~ 5.15%
G 47 of 136 ~ 34.56%
B 82 of 136 ~ 60.29%

%34.56
%60.29

CMYK color model

#072F52 color CMYK value is (91,43,0,68).

  • cyan value is 91.46%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(91,43,0,68)
C91M43Y0K68 
(91%,43%,0%,68%)
(0.91/0.43/0.00/0.68)	

CMYK percentages

%91.46
%42.68
%0
%67.84

Codes

Color #072F52 in popluar color models

072F52
RGB74782
HSL208°84.27%17.45%
HSB/HSV208°91.46%32.16%
CMYK91.46%42.68%0.00%
67.84%

Color #072F52 in popluar number systems.

HEX072F52
Decimal74782
Binary1111011111010010
Octal757122

Shades and tints

Shades of #072F52

#072F52
(7,47,82)
#072B4B
(7,43,75)
#072744
(7,39,68)
#07233D
(7,35,61)
#071F36
(7,31,54)
#071B2F
(7,27,47)
#071728
(7,23,40)
#071321
(7,19,33)
#070F1A
(7,15,26)
#070B13
(7,11,19)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #072F52

#072F52
(7,47,82)
#1D4161
(29,65,97)
#335370
(51,83,112)
#49657F
(73,101,127)
#5F778E
(95,119,142)
#75899D
(117,137,157)
#8B9BAC
(139,155,172)
#A1ADBB
(161,173,187)
#B7BFCA
(183,191,202)
#CDD1D9
(205,209,217)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072F52; }

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

This text font color is #072F52.


Background Color

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

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

This div background color is #072F52.


Border color

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

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

This div border color is #072F52.


Opacity

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

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

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

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

This text has shadow with #072F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F52 on black background.


Color preview on white background

This text has color #072F52 on white background.



Black color preview on #072F52 background

This text has black color on #072F52 background.


White color preview on #072F52 background

This text has white color on #072F52 background.