COLOR #08060D

HEX: #08060D
RGB: (8,6,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
6
13

R + G + B ~ 3%. #08060D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 6 + 13 = 27 (100%)
R 8 of 27 ~ 29.63%
G 6 of 27 ~ 22.22%
B 13 of 27 ~ 48.15%

%29.63
%22.22
%48.15

CMYK color model

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

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

CMYK percentages

%38.46
%53.85
%0
%94.9

Codes

Color #08060D in popluar color models

08060D
RGB8613
HSL257°36.84%3.73%
HSB/HSV257°53.85%5.10%
CMYK38.46%53.85%0.00%
94.90%

Color #08060D in popluar number systems.

HEX08060D
Decimal8613
Binary10001101101
Octal10615

Shades and tints

Shades of #08060D

#08060D
(8,6,13)
#08060C
(8,6,12)
#08060B
(8,6,11)
#08060A
(8,6,10)
#080609
(8,6,9)
#080608
(8,6,8)
#080607
(8,6,7)
#080606
(8,6,6)
#080605
(8,6,5)
#080604
(8,6,4)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #08060D

#08060D
(8,6,13)
#1E1C23
(30,28,35)
#343239
(52,50,57)
#4A484F
(74,72,79)
#605E65
(96,94,101)
#76747B
(118,116,123)
#8C8A91
(140,138,145)
#A2A0A7
(162,160,167)
#B8B6BD
(184,182,189)
#CECCD3
(206,204,211)
#E4E2E9
(228,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08060D; }

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

This text font color is #08060D.


Background Color

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

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

This div background color is #08060D.


Border color

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

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

This div border color is #08060D.


Opacity

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

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

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

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

This text has shadow with #08060D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08060D on black background.


Color preview on white background

This text has color #08060D on white background.



Black color preview on #08060D background

This text has black color on #08060D background.


White color preview on #08060D background

This text has white color on #08060D background.