COLOR #072E20

HEX: #072E20
RGB: (7,46,32)

Color info

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

RGB color model

#072E20 color RGB value is (7,46,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 46 of 255 = 18%
B 32 of 255 = 13%

7
46
32

R + G + B ~ 11%. #072E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 46 + 32 = 85 (100%)
R 7 of 85 ~ 8.24%
G 46 of 85 ~ 54.12%
B 32 of 85 ~ 37.65%

%54.12
%37.65

CMYK color model

#072E20 color CMYK value is (85,0,30,82).

  • cyan value is 84.78%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 81.96%
CMYK:
(85,0,30,82)
C85M0Y30K82 
(85%,0%,30%,82%)
(0.85/0.00/0.30/0.82)	

CMYK percentages

%84.78
%0
%30.43
%81.96

Codes

Color #072E20 in popluar color models

072E20
RGB74632
HSL158°73.58%10.39%
HSB/HSV158°84.78%18.04%
CMYK84.78%0.00%30.43%
81.96%

Color #072E20 in popluar number systems.

HEX072E20
Decimal74632
Binary111101110100000
Octal75640

Shades and tints

Shades of #072E20

#072E20
(7,46,32)
#072A1E
(7,42,30)
#07261C
(7,38,28)
#07221A
(7,34,26)
#071E18
(7,30,24)
#071A16
(7,26,22)
#071614
(7,22,20)
#071212
(7,18,18)
#070E10
(7,14,16)
#070A0E
(7,10,14)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #072E20

#072E20
(7,46,32)
#1D4134
(29,65,52)
#335448
(51,84,72)
#49675C
(73,103,92)
#5F7A70
(95,122,112)
#758D84
(117,141,132)
#8BA098
(139,160,152)
#A1B3AC
(161,179,172)
#B7C6C0
(183,198,192)
#CDD9D4
(205,217,212)
#E3ECE8
(227,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072E20 color. Also use rgb(7,46,32) instead hex code.

Text Font Color

.myTextColor { color: #072E20; }

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

This text font color is #072E20.


Background Color

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

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

This div background color is #072E20.


Border color

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

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

This div border color is #072E20.


Opacity

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

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

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

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

This text has shadow with #072E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072E20 on black background.


Color preview on white background

This text has color #072E20 on white background.



Black color preview on #072E20 background

This text has black color on #072E20 background.


White color preview on #072E20 background

This text has white color on #072E20 background.