COLOR #072F38

HEX: #072F38
RGB: (7,47,56)

Color info

#072F38 contains red, green and blue colors in about the same proportion. Web safe color of #072F38 is #003333 (or #033).

RGB color model

#072F38 color RGB value is (7,47,56).

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

RGB channels and saturation

R 7 of 255 = 3%
G 47 of 255 = 18%
B 56 of 255 = 22%

7
47
56

R + G + B ~ 14%. #072F38 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 47 + 56 = 110 (100%)
R 7 of 110 ~ 6.36%
G 47 of 110 ~ 42.73%
B 56 of 110 ~ 50.91%

%42.73
%50.91

CMYK color model

#072F38 color CMYK value is (88,16,0,78).

  • cyan value is 87.50%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(88,16,0,78)
C88M16Y0K78 
(88%,16%,0%,78%)
(0.88/0.16/0.00/0.78)	

CMYK percentages

%87.5
%16.07
%0
%78.04

Codes

Color #072F38 in popluar color models

072F38
RGB74756
HSL191°77.78%12.35%
HSB/HSV191°87.50%21.96%
CMYK87.50%16.07%0.00%
78.04%

Color #072F38 in popluar number systems.

HEX072F38
Decimal74756
Binary111101111111000
Octal75770

Shades and tints

Shades of #072F38

#072F38
(7,47,56)
#072B33
(7,43,51)
#07272E
(7,39,46)
#072329
(7,35,41)
#071F24
(7,31,36)
#071B1F
(7,27,31)
#07171A
(7,23,26)
#071315
(7,19,21)
#070F10
(7,15,16)
#070B0B
(7,11,11)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #072F38

#072F38
(7,47,56)
#1D414A
(29,65,74)
#33535C
(51,83,92)
#49656E
(73,101,110)
#5F7780
(95,119,128)
#758992
(117,137,146)
#8B9BA4
(139,155,164)
#A1ADB6
(161,173,182)
#B7BFC8
(183,191,200)
#CDD1DA
(205,209,218)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072F38; }

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

This text font color is #072F38.


Background Color

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

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

This div background color is #072F38.


Border color

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

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

This div border color is #072F38.


Opacity

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

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

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

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

This text has shadow with #072F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072F38 on black background.


Color preview on white background

This text has color #072F38 on white background.



Black color preview on #072F38 background

This text has black color on #072F38 background.


White color preview on #072F38 background

This text has white color on #072F38 background.