COLOR #060C06

HEX: #060C06
RGB: (6,12,6)

Color info

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

RGB color model

#060C06 color RGB value is (6,12,6).

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

RGB channels and saturation

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

6
12
6

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

Portions of RGB colors in percentages

R + G + B =
6 + 12 + 6 = 24 (100%)
R 6 of 24 ~ 25%
G 12 of 24 ~ 50%
B 6 of 24 ~ 25%

%25
%50
%25

CMYK color model

#060C06 color CMYK value is (50,0,50,95).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 95.29%
CMYK:
(50,0,50,95)
C50M0Y50K95 
(50%,0%,50%,95%)
(0.50/0.00/0.50/0.95)	

CMYK percentages

%50
%0
%50
%95.29

Codes

Color #060C06 in popluar color models

060C06
RGB6126
HSL120°33.33%3.53%
HSB/HSV120°50.00%4.71%
CMYK50.00%0.00%50.00%
95.29%

Color #060C06 in popluar number systems.

HEX060C06
Decimal6126
Binary1101100110
Octal6146

Shades and tints

Shades of #060C06

#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)
#060406
(6,4,6)
#060306
(6,3,6)
#060206
(6,2,6)
#000000
(0,0,0)

Tints of #060C06

#060C06
(6,12,6)
#1C221C
(28,34,28)
#323832
(50,56,50)
#484E48
(72,78,72)
#5E645E
(94,100,94)
#747A74
(116,122,116)
#8A908A
(138,144,138)
#A0A6A0
(160,166,160)
#B6BCB6
(182,188,182)
#CCD2CC
(204,210,204)
#E2E8E2
(226,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060C06; }

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

This text font color is #060C06.


Background Color

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

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

This div background color is #060C06.


Border color

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

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

This div border color is #060C06.


Opacity

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

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

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

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

This text has shadow with #060C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060C06 on black background.


Color preview on white background

This text has color #060C06 on white background.



Black color preview on #060C06 background

This text has black color on #060C06 background.


White color preview on #060C06 background

This text has white color on #060C06 background.