COLOR #072E06

HEX: #072E06
RGB: (7,46,6)

Color info

#072E06 contains red, green and blue colors in about the same proportion. Web safe color of #072E06 is #003300 (or #030).

RGB color model

#072E06 color RGB value is (7,46,6).

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

RGB channels and saturation

R 7 of 255 = 3%
G 46 of 255 = 18%
B 6 of 255 = 2%

7
46
6

R + G + B ~ 8%. #072E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 46 + 6 = 59 (100%)
R 7 of 59 ~ 11.86%
G 46 of 59 ~ 77.97%
B 6 of 59 ~ 10.17%

%11.86
%77.97
%10.17

CMYK color model

#072E06 color CMYK value is (85,0,87,82).

  • cyan value is 84.78%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 81.96%
CMYK:
(85,0,87,82)
C85M0Y87K82 
(85%,0%,87%,82%)
(0.85/0.00/0.87/0.82)	

CMYK percentages

%84.78
%0
%86.96
%81.96

Codes

Color #072E06 in popluar color models

072E06
RGB7466
HSL119°76.92%10.20%
HSB/HSV119°86.96%18.04%
CMYK84.78%0.00%86.96%
81.96%

Color #072E06 in popluar number systems.

HEX072E06
Decimal7466
Binary111101110110
Octal7566

Shades and tints

Shades of #072E06

#072E06
(7,46,6)
#072A06
(7,42,6)
#072606
(7,38,6)
#072206
(7,34,6)
#071E06
(7,30,6)
#071A06
(7,26,6)
#071606
(7,22,6)
#071206
(7,18,6)
#070E06
(7,14,6)
#070A06
(7,10,6)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #072E06

#072E06
(7,46,6)
#1D411C
(29,65,28)
#335432
(51,84,50)
#496748
(73,103,72)
#5F7A5E
(95,122,94)
#758D74
(117,141,116)
#8BA08A
(139,160,138)
#A1B3A0
(161,179,160)
#B7C6B6
(183,198,182)
#CDD9CC
(205,217,204)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072E06; }

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

This text font color is #072E06.


Background Color

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

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

This div background color is #072E06.


Border color

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

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

This div border color is #072E06.


Opacity

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

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

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

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

This text has shadow with #072E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072E06 on black background.


Color preview on white background

This text has color #072E06 on white background.



Black color preview on #072E06 background

This text has black color on #072E06 background.


White color preview on #072E06 background

This text has white color on #072E06 background.