COLOR #061D09

HEX: #061D09
RGB: (6,29,9)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

6
29
9

R + G + B ~ 6%. #061D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 9 = 44 (100%)
R 6 of 44 ~ 13.64%
G 29 of 44 ~ 65.91%
B 9 of 44 ~ 20.45%

%13.64
%65.91
%20.45

CMYK color model

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

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

CMYK percentages

%79.31
%0
%68.97
%88.63

Codes

Color #061D09 in popluar color models

061D09
RGB6299
HSL128°65.71%6.86%
HSB/HSV128°79.31%11.37%
CMYK79.31%0.00%68.97%
88.63%

Color #061D09 in popluar number systems.

HEX061D09
Decimal6299
Binary110111011001
Octal63511

Shades and tints

Shades of #061D09

#061D09
(6,29,9)
#061B09
(6,27,9)
#061909
(6,25,9)
#061709
(6,23,9)
#061509
(6,21,9)
#061309
(6,19,9)
#061109
(6,17,9)
#060F09
(6,15,9)
#060D09
(6,13,9)
#060B09
(6,11,9)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #061D09

#061D09
(6,29,9)
#1C311F
(28,49,31)
#324535
(50,69,53)
#48594B
(72,89,75)
#5E6D61
(94,109,97)
#748177
(116,129,119)
#8A958D
(138,149,141)
#A0A9A3
(160,169,163)
#B6BDB9
(182,189,185)
#CCD1CF
(204,209,207)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061D09; }

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

This text font color is #061D09.


Background Color

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

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

This div background color is #061D09.


Border color

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

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

This div border color is #061D09.


Opacity

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

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

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

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

This text has shadow with #061D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D09 on black background.


Color preview on white background

This text has color #061D09 on white background.



Black color preview on #061D09 background

This text has black color on #061D09 background.


White color preview on #061D09 background

This text has white color on #061D09 background.