COLOR #060F06

HEX: #060F06
RGB: (6,15,6)

Color info

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

RGB color model

#060F06 color RGB value is (6,15,6).

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

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 6 of 255 = 2%

6
15
6

R + G + B ~ 3%. #060F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 6 = 27 (100%)
R 6 of 27 ~ 22.22%
G 15 of 27 ~ 55.56%
B 6 of 27 ~ 22.22%

%22.22
%55.56
%22.22

CMYK color model

#060F06 color CMYK value is (60,0,60,94).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 94.12%
CMYK:
(60,0,60,94)
C60M0Y60K94 
(60%,0%,60%,94%)
(0.60/0.00/0.60/0.94)	

CMYK percentages

%60
%0
%60
%94.12

Codes

Color #060F06 in popluar color models

060F06
RGB6156
HSL120°42.86%4.12%
HSB/HSV120°60.00%5.88%
CMYK60.00%0.00%60.00%
94.12%

Color #060F06 in popluar number systems.

HEX060F06
Decimal6156
Binary1101111110
Octal6176

Shades and tints

Shades of #060F06

#060F06
(6,15,6)
#060E06
(6,14,6)
#060D06
(6,13,6)
#060C06
(6,12,6)
#060B06
(6,11,6)
#060A06
(6,10,6)
#060906
(6,9,6)
#060806
(6,8,6)
#060706
(6,7,6)
#060606
(6,6,6)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #060F06

#060F06
(6,15,6)
#1C241C
(28,36,28)
#323932
(50,57,50)
#484E48
(72,78,72)
#5E635E
(94,99,94)
#747874
(116,120,116)
#8A8D8A
(138,141,138)
#A0A2A0
(160,162,160)
#B6B7B6
(182,183,182)
#CCCCCC
(204,204,204)
#E2E1E2
(226,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060F06; }

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

This text font color is #060F06.


Background Color

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

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

This div background color is #060F06.


Border color

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

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

This div border color is #060F06.


Opacity

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

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

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

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

This text has shadow with #060F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F06 on black background.


Color preview on white background

This text has color #060F06 on white background.



Black color preview on #060F06 background

This text has black color on #060F06 background.


White color preview on #060F06 background

This text has white color on #060F06 background.