COLOR #073906

HEX: #073906
RGB: (7,57,6)

Color info

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

RGB color model

#073906 color RGB value is (7,57,6).

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

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 6 of 255 = 2%

7
57
6

R + G + B ~ 9%. #073906 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 6 = 70 (100%)
R 7 of 70 ~ 10%
G 57 of 70 ~ 81.43%
B 6 of 70 ~ 8.57%

%10
%81.43

CMYK color model

#073906 color CMYK value is (88,0,89,78).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 77.65%
CMYK:
(88,0,89,78)
C88M0Y89K78 
(88%,0%,89%,78%)
(0.88/0.00/0.89/0.78)	

CMYK percentages

%87.72
%0
%89.47
%77.65

Codes

Color #073906 in popluar color models

073906
RGB7576
HSL119°80.95%12.35%
HSB/HSV119°89.47%22.35%
CMYK87.72%0.00%89.47%
77.65%

Color #073906 in popluar number systems.

HEX073906
Decimal7576
Binary111111001110
Octal7716

Shades and tints

Shades of #073906

#073906
(7,57,6)
#073406
(7,52,6)
#072F06
(7,47,6)
#072A06
(7,42,6)
#072506
(7,37,6)
#072006
(7,32,6)
#071B06
(7,27,6)
#071606
(7,22,6)
#071106
(7,17,6)
#070C06
(7,12,6)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #073906

#073906
(7,57,6)
#1D4B1C
(29,75,28)
#335D32
(51,93,50)
#496F48
(73,111,72)
#5F815E
(95,129,94)
#759374
(117,147,116)
#8BA58A
(139,165,138)
#A1B7A0
(161,183,160)
#B7C9B6
(183,201,182)
#CDDBCC
(205,219,204)
#E3EDE2
(227,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073906; }

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

This text font color is #073906.


Background Color

.myBgColor { background-color: #073906; }

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

This div background color is #073906.


Border color

.myBorderColor { border: 1px solid #073906; }

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

This div border color is #073906.


Opacity

.myOpacity80 { color: #073906; opacity: 0.8; }

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

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

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

This text has shadow with #073906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073906 on black background.


Color preview on white background

This text has color #073906 on white background.



Black color preview on #073906 background

This text has black color on #073906 background.


White color preview on #073906 background

This text has white color on #073906 background.