COLOR #08090E

HEX: #08090E
RGB: (8,9,14)

Color info

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

RGB color model

#08090E color RGB value is (8,9,14).

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

RGB channels and saturation

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

8
9
14

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

Portions of RGB colors in percentages

R + G + B =
8 + 9 + 14 = 31 (100%)
R 8 of 31 ~ 25.81%
G 9 of 31 ~ 29.03%
B 14 of 31 ~ 45.16%

%25.81
%29.03
%45.16

CMYK color model

#08090E color CMYK value is (43,36,0,95).

  • cyan value is 42.86%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(43,36,0,95)
C43M36Y0K95 
(43%,36%,0%,95%)
(0.43/0.36/0.00/0.95)	

CMYK percentages

%42.86
%35.71
%0
%94.51

Codes

Color #08090E in popluar color models

08090E
RGB8914
HSL230°27.27%4.31%
HSB/HSV230°42.86%5.49%
CMYK42.86%35.71%0.00%
94.51%

Color #08090E in popluar number systems.

HEX08090E
Decimal8914
Binary100010011110
Octal101116

Shades and tints

Shades of #08090E

#08090E
(8,9,14)
#08090D
(8,9,13)
#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)
#000000
(0,0,0)

Tints of #08090E

#08090E
(8,9,14)
#1E1F23
(30,31,35)
#343538
(52,53,56)
#4A4B4D
(74,75,77)
#606162
(96,97,98)
#767777
(118,119,119)
#8C8D8C
(140,141,140)
#A2A3A1
(162,163,161)
#B8B9B6
(184,185,182)
#CECFCB
(206,207,203)
#E4E5E0
(228,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08090E; }

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

This text font color is #08090E.


Background Color

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

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

This div background color is #08090E.


Border color

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

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

This div border color is #08090E.


Opacity

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

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

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

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

This text has shadow with #08090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08090E on black background.


Color preview on white background

This text has color #08090E on white background.



Black color preview on #08090E background

This text has black color on #08090E background.


White color preview on #08090E background

This text has white color on #08090E background.