COLOR #051906

HEX: #051906
RGB: (5,25,6)

Color info

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

RGB color model

#051906 color RGB value is (5,25,6).

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

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 6 of 255 = 2%

5
25
6

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

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 6 = 36 (100%)
R 5 of 36 ~ 13.89%
G 25 of 36 ~ 69.44%
B 6 of 36 ~ 16.67%

%13.89
%69.44
%16.67

CMYK color model

#051906 color CMYK value is (80,0,76,90).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 90.20%
CMYK:
(80,0,76,90)
C80M0Y76K90 
(80%,0%,76%,90%)
(0.80/0.00/0.76/0.90)	

CMYK percentages

%80
%0
%76
%90.2

Codes

Color #051906 in popluar color models

051906
RGB5256
HSL123°66.67%5.88%
HSB/HSV123°80.00%9.80%
CMYK80.00%0.00%76.00%
90.20%

Color #051906 in popluar number systems.

HEX051906
Decimal5256
Binary10111001110
Octal5316

Shades and tints

Shades of #051906

#051906
(5,25,6)
#051706
(5,23,6)
#051506
(5,21,6)
#051306
(5,19,6)
#051106
(5,17,6)
#050F06
(5,15,6)
#050D06
(5,13,6)
#050B06
(5,11,6)
#050906
(5,9,6)
#050706
(5,7,6)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #051906

#051906
(5,25,6)
#1B2D1C
(27,45,28)
#314132
(49,65,50)
#475548
(71,85,72)
#5D695E
(93,105,94)
#737D74
(115,125,116)
#89918A
(137,145,138)
#9FA5A0
(159,165,160)
#B5B9B6
(181,185,182)
#CBCDCC
(203,205,204)
#E1E1E2
(225,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051906; }

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

This text font color is #051906.


Background Color

.myBgColor { background-color: #051906; }

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

This div background color is #051906.


Border color

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

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

This div border color is #051906.


Opacity

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

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

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

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

This text has shadow with #051906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051906 on black background.


Color preview on white background

This text has color #051906 on white background.



Black color preview on #051906 background

This text has black color on #051906 background.


White color preview on #051906 background

This text has white color on #051906 background.