COLOR #072606

HEX: #072606
RGB: (7,38,6)

Color info

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

RGB color model

#072606 color RGB value is (7,38,6).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 6 of 255 = 2%

7
38
6

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

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 6 = 51 (100%)
R 7 of 51 ~ 13.73%
G 38 of 51 ~ 74.51%
B 6 of 51 ~ 11.76%

%13.73
%74.51
%11.76

CMYK color model

#072606 color CMYK value is (82,0,84,85).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 85.10%
CMYK:
(82,0,84,85)
C82M0Y84K85 
(82%,0%,84%,85%)
(0.82/0.00/0.84/0.85)	

CMYK percentages

%81.58
%0
%84.21
%85.1

Codes

Color #072606 in popluar color models

072606
RGB7386
HSL118°72.73%8.63%
HSB/HSV118°84.21%14.90%
CMYK81.58%0.00%84.21%
85.10%

Color #072606 in popluar number systems.

HEX072606
Decimal7386
Binary111100110110
Octal7466

Shades and tints

Shades of #072606

#072606
(7,38,6)
#072306
(7,35,6)
#072006
(7,32,6)
#071D06
(7,29,6)
#071A06
(7,26,6)
#071706
(7,23,6)
#071406
(7,20,6)
#071106
(7,17,6)
#070E06
(7,14,6)
#070B06
(7,11,6)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #072606

#072606
(7,38,6)
#1D391C
(29,57,28)
#334C32
(51,76,50)
#495F48
(73,95,72)
#5F725E
(95,114,94)
#758574
(117,133,116)
#8B988A
(139,152,138)
#A1ABA0
(161,171,160)
#B7BEB6
(183,190,182)
#CDD1CC
(205,209,204)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072606; }

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

This text font color is #072606.


Background Color

.myBgColor { background-color: #072606; }

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

This div background color is #072606.


Border color

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

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

This div border color is #072606.


Opacity

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

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

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

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

This text has shadow with #072606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072606 on black background.


Color preview on white background

This text has color #072606 on white background.



Black color preview on #072606 background

This text has black color on #072606 background.


White color preview on #072606 background

This text has white color on #072606 background.