COLOR #072A06

HEX: #072A06
RGB: (7,42,6)

Color info

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

RGB color model

#072A06 color RGB value is (7,42,6).

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

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 6 of 255 = 2%

7
42
6

R + G + B ~ 7%. #072A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 6 = 55 (100%)
R 7 of 55 ~ 12.73%
G 42 of 55 ~ 76.36%
B 6 of 55 ~ 10.91%

%12.73
%76.36
%10.91

CMYK color model

#072A06 color CMYK value is (83,0,86,84).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 83.53%
CMYK:
(83,0,86,84)
C83M0Y86K84 
(83%,0%,86%,84%)
(0.83/0.00/0.86/0.84)	

CMYK percentages

%83.33
%0
%85.71
%83.53

Codes

Color #072A06 in popluar color models

072A06
RGB7426
HSL118°75.00%9.41%
HSB/HSV118°85.71%16.47%
CMYK83.33%0.00%85.71%
83.53%

Color #072A06 in popluar number systems.

HEX072A06
Decimal7426
Binary111101010110
Octal7526

Shades and tints

Shades of #072A06

#072A06
(7,42,6)
#072706
(7,39,6)
#072406
(7,36,6)
#072106
(7,33,6)
#071E06
(7,30,6)
#071B06
(7,27,6)
#071806
(7,24,6)
#071506
(7,21,6)
#071206
(7,18,6)
#070F06
(7,15,6)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #072A06

#072A06
(7,42,6)
#1D3D1C
(29,61,28)
#335032
(51,80,50)
#496348
(73,99,72)
#5F765E
(95,118,94)
#758974
(117,137,116)
#8B9C8A
(139,156,138)
#A1AFA0
(161,175,160)
#B7C2B6
(183,194,182)
#CDD5CC
(205,213,204)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072A06; }

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

This text font color is #072A06.


Background Color

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

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

This div background color is #072A06.


Border color

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

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

This div border color is #072A06.


Opacity

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

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

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

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

This text has shadow with #072A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072A06 on black background.


Color preview on white background

This text has color #072A06 on white background.



Black color preview on #072A06 background

This text has black color on #072A06 background.


White color preview on #072A06 background

This text has white color on #072A06 background.