COLOR #061F06

HEX: #061F06
RGB: (6,31,6)

Color info

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

RGB color model

#061F06 color RGB value is (6,31,6).

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

RGB channels and saturation

R 6 of 255 = 2%
G 31 of 255 = 12%
B 6 of 255 = 2%

6
31
6

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

Portions of RGB colors in percentages

R + G + B =
6 + 31 + 6 = 43 (100%)
R 6 of 43 ~ 13.95%
G 31 of 43 ~ 72.09%
B 6 of 43 ~ 13.95%

%13.95
%72.09
%13.95

CMYK color model

#061F06 color CMYK value is (81,0,81,88).

  • cyan value is 80.65%
  • magenta value is 0.00%
  • yellow value is 80.65%
  • key color value is 87.84%
CMYK:
(81,0,81,88)
C81M0Y81K88 
(81%,0%,81%,88%)
(0.81/0.00/0.81/0.88)	

CMYK percentages

%80.65
%0
%80.65
%87.84

Codes

Color #061F06 in popluar color models

061F06
RGB6316
HSL120°67.57%7.25%
HSB/HSV120°80.65%12.16%
CMYK80.65%0.00%80.65%
87.84%

Color #061F06 in popluar number systems.

HEX061F06
Decimal6316
Binary11011111110
Octal6376

Shades and tints

Shades of #061F06

#061F06
(6,31,6)
#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)
#000000
(0,0,0)

Tints of #061F06

#061F06
(6,31,6)
#1C331C
(28,51,28)
#324732
(50,71,50)
#485B48
(72,91,72)
#5E6F5E
(94,111,94)
#748374
(116,131,116)
#8A978A
(138,151,138)
#A0ABA0
(160,171,160)
#B6BFB6
(182,191,182)
#CCD3CC
(204,211,204)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061F06; }

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

This text font color is #061F06.


Background Color

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

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

This div background color is #061F06.


Border color

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

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

This div border color is #061F06.


Opacity

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

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

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

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

This text has shadow with #061F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061F06 on black background.


Color preview on white background

This text has color #061F06 on white background.



Black color preview on #061F06 background

This text has black color on #061F06 background.


White color preview on #061F06 background

This text has white color on #061F06 background.