COLOR #08090C

HEX: #08090C
RGB: (8,9,12)

Color info

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

RGB color model

#08090C color RGB value is (8,9,12).

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

RGB channels and saturation

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

8
9
12

R + G + B ~ 4%. #08090C is dark color.

Portions of RGB colors in percentages

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

%27.59
%31.03
%41.38

CMYK color model

#08090C color CMYK value is (33,25,0,95).

  • cyan value is 33.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(33,25,0,95)
C33M25Y0K95 
(33%,25%,0%,95%)
(0.33/0.25/0.00/0.95)	

CMYK percentages

%33.33
%25
%0
%95.29

Codes

Color #08090C in popluar color models

08090C
RGB8912
HSL225°20.00%3.92%
HSB/HSV225°33.33%4.71%
CMYK33.33%25.00%0.00%
95.29%

Color #08090C in popluar number systems.

HEX08090C
Decimal8912
Binary100010011100
Octal101114

Shades and tints

Shades of #08090C

#08090C
(8,9,12)
#08090B
(8,9,11)
#08090A
(8,9,10)
#080909
(8,9,9)
#080908
(8,9,8)
#080907
(8,9,7)
#080906
(8,9,6)
#080905
(8,9,5)
#080904
(8,9,4)
#080903
(8,9,3)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #08090C

#08090C
(8,9,12)
#1E1F22
(30,31,34)
#343538
(52,53,56)
#4A4B4E
(74,75,78)
#606164
(96,97,100)
#76777A
(118,119,122)
#8C8D90
(140,141,144)
#A2A3A6
(162,163,166)
#B8B9BC
(184,185,188)
#CECFD2
(206,207,210)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08090C; }

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

This text font color is #08090C.


Background Color

.myBgColor { background-color: #08090C; }

<div style="background-color:#08090C">Inner text</div>

This div background color is #08090C.


Border color

.myBorderColor { border: 1px solid #08090C; }

<div style="border:3px solid #08090C">Div</div>

This div border color is #08090C.


Opacity

.myOpacity80 { color: #08090C; opacity: 0.8; }

<p style="color:#08090C;opacity:0.8;">80%</p>

Text with #08090C 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 #08090C;}

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

This text has shadow with #08090C color.

.textShadow {text-shadow: 3px 3px 1px #08090C, 3px 3px 1px red;}

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

This text has shadow with #08090C primary color and red secondary color.


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

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

This text has shadow with #08090C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08090C on black background.


Color preview on white background

This text has color #08090C on white background.



Black color preview on #08090C background

This text has black color on #08090C background.


White color preview on #08090C background

This text has white color on #08090C background.