COLOR #071906

HEX: #071906
RGB: (7,25,6)

Color info

#071906 contains red, green and blue colors in about the same proportion. Web safe color of #071906 is #000000 (or #000).

RGB color model

#071906 color RGB value is (7,25,6).

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

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 6 of 255 = 2%

7
25
6

R + G + B ~ 5%. #071906 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 6 = 38 (100%)
R 7 of 38 ~ 18.42%
G 25 of 38 ~ 65.79%
B 6 of 38 ~ 15.79%

%18.42
%65.79
%15.79

CMYK color model

#071906 color CMYK value is (72,0,76,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 90.20%
CMYK:
(72,0,76,90)
C72M0Y76K90 
(72%,0%,76%,90%)
(0.72/0.00/0.76/0.90)	

CMYK percentages

%72
%0
%76
%90.2

Codes

Color #071906 in popluar color models

071906
RGB7256
HSL117°61.29%6.08%
HSB/HSV117°76.00%9.80%
CMYK72.00%0.00%76.00%
90.20%

Color #071906 in popluar number systems.

HEX071906
Decimal7256
Binary11111001110
Octal7316

Shades and tints

Shades of #071906

#071906
(7,25,6)
#071706
(7,23,6)
#071506
(7,21,6)
#071306
(7,19,6)
#071106
(7,17,6)
#070F06
(7,15,6)
#070D06
(7,13,6)
#070B06
(7,11,6)
#070906
(7,9,6)
#070706
(7,7,6)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #071906

#071906
(7,25,6)
#1D2D1C
(29,45,28)
#334132
(51,65,50)
#495548
(73,85,72)
#5F695E
(95,105,94)
#757D74
(117,125,116)
#8B918A
(139,145,138)
#A1A5A0
(161,165,160)
#B7B9B6
(183,185,182)
#CDCDCC
(205,205,204)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071906; }

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

This text font color is #071906.


Background Color

.myBgColor { background-color: #071906; }

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

This div background color is #071906.


Border color

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

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

This div border color is #071906.


Opacity

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

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

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

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

This text has shadow with #071906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071906 on black background.


Color preview on white background

This text has color #071906 on white background.



Black color preview on #071906 background

This text has black color on #071906 background.


White color preview on #071906 background

This text has white color on #071906 background.