COLOR #061506

HEX: #061506
RGB: (6,21,6)

Color info

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

RGB color model

#061506 color RGB value is (6,21,6).

  • red value is 6;
  • green value is 21;
  • blue value is 6.
RGB:
(6,21,6)
(2%,8%,2%)

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 6 of 255 = 2%

6
21
6

R + G + B ~ 4%. #061506 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 6 = 33 (100%)
R 6 of 33 ~ 18.18%
G 21 of 33 ~ 63.64%
B 6 of 33 ~ 18.18%

%18.18
%63.64
%18.18

CMYK color model

#061506 color CMYK value is (71,0,71,92).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 91.76%
CMYK:
(71,0,71,92)
C71M0Y71K92 
(71%,0%,71%,92%)
(0.71/0.00/0.71/0.92)	

CMYK percentages

%71.43
%0
%71.43
%91.76

Codes

Color #061506 in popluar color models

061506
RGB6216
HSL120°55.56%5.29%
HSB/HSV120°71.43%8.24%
CMYK71.43%0.00%71.43%
91.76%

Color #061506 in popluar number systems.

HEX061506
Decimal6216
Binary11010101110
Octal6256

Shades and tints

Shades of #061506

#061506
(6,21,6)
#061406
(6,20,6)
#061306
(6,19,6)
#061206
(6,18,6)
#061106
(6,17,6)
#061006
(6,16,6)
#060F06
(6,15,6)
#060E06
(6,14,6)
#060D06
(6,13,6)
#060C06
(6,12,6)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #061506

#061506
(6,21,6)
#1C2A1C
(28,42,28)
#323F32
(50,63,50)
#485448
(72,84,72)
#5E695E
(94,105,94)
#747E74
(116,126,116)
#8A938A
(138,147,138)
#A0A8A0
(160,168,160)
#B6BDB6
(182,189,182)
#CCD2CC
(204,210,204)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061506; }

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

This text font color is #061506.


Background Color

.myBgColor { background-color: #061506; }

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

This div background color is #061506.


Border color

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

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

This div border color is #061506.


Opacity

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

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

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

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

This text has shadow with #061506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061506 on black background.


Color preview on white background

This text has color #061506 on white background.



Black color preview on #061506 background

This text has black color on #061506 background.


White color preview on #061506 background

This text has white color on #061506 background.