COLOR #080C09

HEX: #080C09 RGB: (8,12,9)

Color info

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

RGB color model

#080C09 color RGB value is (8,12,9).

RGB: (8,12,9) (3%, 5%, 4%)

RGB channels and saturation

R 8 of 255 = 3%
G 12 of 255 = 5%
B 9 of 255 = 4%

8
12
9

R + G + B ~ 4%. #080C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 12 + 9 = 29 (100%)
R 8 of 29 ~ 27.59%
G 12 of 29 ~ 41.38%
B 9 of 29 ~ 31.03'%

%27.59
%41.38
%31.03

CMYK color model

#080C09 color CMYK value is (33,0,25,95).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 95.29%

CMYK: (33,0,25,95)
C33M0Y25K95 (33%, 0%, 25%, 95%)
(0.33 / 0.00 / 0.25 / 0.95)

CMYK percentages

%33.33
%0
%25
%95.29

Codes

Color #080C09 in popluar color models

08 0C 09
RGB 8 12 9
HSL 135° 20.00% 3.92%
HSB/HSV 135° 33.33% 4.71%
CMYK 33.33% 0.00% 25.00%
95.29%

Color #080C09 in popluar number systems.

HEX 08 0C 09
Decimal 8 12 9
Binary 1000 1100 1001
Octal 10 14 11

Shades and tints

Shades of #080C09

#080C09
(8,12,9)
#080B09
(8,11,9)
#080A09
(8,10,9)
#080909
(8,9,9)
#080809
(8,8,9)
#080709
(8,7,9)
#080609
(8,6,9)
#080509
(8,5,9)
#080409
(8,4,9)
#080309
(8,3,9)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #080C09

#080C09
(8,12,9)
#1E221F
(30,34,31)
#343835
(52,56,53)
#4A4E4B
(74,78,75)
#606461
(96,100,97)
#767A77
(118,122,119)
#8C908D
(140,144,141)
#A2A6A3
(162,166,163)
#B8BCB9
(184,188,185)
#CED2CF
(206,210,207)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080C09; }

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

This text font color is #080C09.

Background Color

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

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

This div background color is #080C09.

Border color

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

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

This div border color is #080C09.

Opacity

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

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

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

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

This text has shadow with #080C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080C09.

Preview

Color preview on black background

This text has color #080C09 on black background.


Color preview on white background

This text has color #080C09 on white background.


Black color preview on #080C09 background

This text has black color on #080C09 background.


White color preview on #080C09 background

This text has white color on #080C09 background.


Related colors

Complementary color

Complementary color for #hex is #F7F3F6.


I love getcolorcode.com

Triadic colors

1 #09080C and #0C0908 with #080C09 are triadic colors.

2 #090C08 and #0C0809 with #080C09 are triadic colors.