COLOR #061D06

HEX: #061D06
RGB: (6,29,6)

Color info

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

RGB color model

#061D06 color RGB value is (6,29,6).

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

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 6 of 255 = 2%

6
29
6

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

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 6 = 41 (100%)
R 6 of 41 ~ 14.63%
G 29 of 41 ~ 70.73%
B 6 of 41 ~ 14.63%

%14.63
%70.73
%14.63

CMYK color model

#061D06 color CMYK value is (79,0,79,89).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 88.63%
CMYK:
(79,0,79,89)
C79M0Y79K89 
(79%,0%,79%,89%)
(0.79/0.00/0.79/0.89)	

CMYK percentages

%79.31
%0
%79.31
%88.63

Codes

Color #061D06 in popluar color models

061D06
RGB6296
HSL120°65.71%6.86%
HSB/HSV120°79.31%11.37%
CMYK79.31%0.00%79.31%
88.63%

Color #061D06 in popluar number systems.

HEX061D06
Decimal6296
Binary11011101110
Octal6356

Shades and tints

Shades of #061D06

#061D06
(6,29,6)
#061B06
(6,27,6)
#061906
(6,25,6)
#061706
(6,23,6)
#061506
(6,21,6)
#061306
(6,19,6)
#061106
(6,17,6)
#060F06
(6,15,6)
#060D06
(6,13,6)
#060B06
(6,11,6)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #061D06

#061D06
(6,29,6)
#1C311C
(28,49,28)
#324532
(50,69,50)
#485948
(72,89,72)
#5E6D5E
(94,109,94)
#748174
(116,129,116)
#8A958A
(138,149,138)
#A0A9A0
(160,169,160)
#B6BDB6
(182,189,182)
#CCD1CC
(204,209,204)
#E2E5E2
(226,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061D06; }

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

This text font color is #061D06.


Background Color

.myBgColor { background-color: #061D06; }

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

This div background color is #061D06.


Border color

.myBorderColor { border: 1px solid #061D06; }

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

This div border color is #061D06.


Opacity

.myOpacity80 { color: #061D06; opacity: 0.8; }

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

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

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

This text has shadow with #061D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D06 on black background.


Color preview on white background

This text has color #061D06 on white background.



Black color preview on #061D06 background

This text has black color on #061D06 background.


White color preview on #061D06 background

This text has white color on #061D06 background.