COLOR #080C06

HEX: #080C06
RGB: (8,12,6)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
12
6

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

Portions of RGB colors in percentages

R + G + B =
8 + 12 + 6 = 26 (100%)
R 8 of 26 ~ 30.77%
G 12 of 26 ~ 46.15%
B 6 of 26 ~ 23.08%

%30.77
%46.15
%23.08

CMYK color model

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

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

CMYK percentages

%33.33
%0
%50
%95.29

Codes

Color #080C06 in popluar color models

080C06
RGB8126
HSL100°33.33%3.53%
HSB/HSV100°50.00%4.71%
CMYK33.33%0.00%50.00%
95.29%

Color #080C06 in popluar number systems.

HEX080C06
Decimal8126
Binary10001100110
Octal10146

Shades and tints

Shades of #080C06

#080C06
(8,12,6)
#080B06
(8,11,6)
#080A06
(8,10,6)
#080906
(8,9,6)
#080806
(8,8,6)
#080706
(8,7,6)
#080606
(8,6,6)
#080506
(8,5,6)
#080406
(8,4,6)
#080306
(8,3,6)
#080206
(8,2,6)
#000000
(0,0,0)

Tints of #080C06

#080C06
(8,12,6)
#1E221C
(30,34,28)
#343832
(52,56,50)
#4A4E48
(74,78,72)
#60645E
(96,100,94)
#767A74
(118,122,116)
#8C908A
(140,144,138)
#A2A6A0
(162,166,160)
#B8BCB6
(184,188,182)
#CED2CC
(206,210,204)
#E4E8E2
(228,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080C06; }

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

This text font color is #080C06.


Background Color

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

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

This div background color is #080C06.


Border color

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

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

This div border color is #080C06.


Opacity

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

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

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

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

This text has shadow with #080C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080C06 on black background.


Color preview on white background

This text has color #080C06 on white background.



Black color preview on #080C06 background

This text has black color on #080C06 background.


White color preview on #080C06 background

This text has white color on #080C06 background.