COLOR #08080D

HEX: #08080D
RGB: (8,8,13)

Color info

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

RGB color model

#08080D color RGB value is (8,8,13).

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

RGB channels and saturation

R 8 of 255 = 3%
G 8 of 255 = 3%
B 13 of 255 = 5%

8
8
13

R + G + B ~ 4%. #08080D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 8 + 13 = 29 (100%)
R 8 of 29 ~ 27.59%
G 8 of 29 ~ 27.59%
B 13 of 29 ~ 44.83%

%27.59
%27.59
%44.83

CMYK color model

#08080D color CMYK value is (38,38,0,95).

  • cyan value is 38.46%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(38,38,0,95)
C38M38Y0K95 
(38%,38%,0%,95%)
(0.38/0.38/0.00/0.95)	

CMYK percentages

%38.46
%38.46
%0
%94.9

Codes

Color #08080D in popluar color models

08080D
RGB8813
HSL240°23.81%4.12%
HSB/HSV240°38.46%5.10%
CMYK38.46%38.46%0.00%
94.90%

Color #08080D in popluar number systems.

HEX08080D
Decimal8813
Binary100010001101
Octal101015

Shades and tints

Shades of #08080D

#08080D
(8,8,13)
#08080C
(8,8,12)
#08080B
(8,8,11)
#08080A
(8,8,10)
#080809
(8,8,9)
#080808
(8,8,8)
#080807
(8,8,7)
#080806
(8,8,6)
#080805
(8,8,5)
#080804
(8,8,4)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #08080D

#08080D
(8,8,13)
#1E1E23
(30,30,35)
#343439
(52,52,57)
#4A4A4F
(74,74,79)
#606065
(96,96,101)
#76767B
(118,118,123)
#8C8C91
(140,140,145)
#A2A2A7
(162,162,167)
#B8B8BD
(184,184,189)
#CECED3
(206,206,211)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08080D color. Also use rgb(8,8,13) instead hex code.

Text Font Color

.myTextColor { color: #08080D; }

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

This text font color is #08080D.


Background Color

.myBgColor { background-color: #08080D; }

<div style="background-color:#08080D">Inner text</div>

This div background color is #08080D.


Border color

.myBorderColor { border: 1px solid #08080D; }

<div style="border:3px solid #08080D">Div</div>

This div border color is #08080D.


Opacity

.myOpacity80 { color: #08080D; opacity: 0.8; }

<p style="color:#08080D;opacity:0.8;">80%</p>

Text with #08080D 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 #08080D;}

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

This text has shadow with #08080D color.

.textShadow {text-shadow: 3px 3px 1px #08080D, 3px 3px 1px red;}

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

This text has shadow with #08080D primary color and red secondary color.


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

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

This text has shadow with #08080D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08080D on black background.


Color preview on white background

This text has color #08080D on white background.



Black color preview on #08080D background

This text has black color on #08080D background.


White color preview on #08080D background

This text has white color on #08080D background.