COLOR #08061D

HEX: #08061D RGB: (8,6,29)

Color info

#08061D contains red, green and blue colors in about the same proportion. Web safe color of #08061D is #000033 (or #003).

RGB color model

#08061D color RGB value is (8,6,29).

RGB: (8,6,29) (3%, 2%, 11%)

RGB channels and saturation

R 8 of 255 = 3%
G 6 of 255 = 2%
B 29 of 255 = 11%

8
6
29

R + G + B ~ 5%. #08061D is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 6 + 29 = 43 (100%)
R 8 of 43 ~ 18.6%
G 6 of 43 ~ 13.95%
B 29 of 43 ~ 67.44'%

%18.6
%13.95
%67.44

CMYK color model

#08061D color CMYK value is (72,79,0,89).

  • cyan value is 72.41%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (72,79,0,89)
C72M79Y0K89 (72%, 79%, 0%, 89%)
(0.72 / 0.79 / 0.00 / 0.89)

CMYK percentages

%72.41
%79.31
%0
%88.63

Codes

Color #08061D in popluar color models

08 06 1D
RGB 8 6 29
HSL 245° 65.71% 6.86%
HSB/HSV 245° 79.31% 11.37%
CMYK 72.41% 79.31% 0.00%
88.63%

Color #08061D in popluar number systems.

HEX 08 06 1D
Decimal 8 6 29
Binary 1000 110 11101
Octal 10 6 35

Shades and tints

Shades of #08061D

#08061D
(8,6,29)
#08061B
(8,6,27)
#080619
(8,6,25)
#080617
(8,6,23)
#080615
(8,6,21)
#080613
(8,6,19)
#080611
(8,6,17)
#08060F
(8,6,15)
#08060D
(8,6,13)
#08060B
(8,6,11)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #08061D

#08061D
(8,6,29)
#1E1C31
(30,28,49)
#343245
(52,50,69)
#4A4859
(74,72,89)
#605E6D
(96,94,109)
#767481
(118,116,129)
#8C8A95
(140,138,149)
#A2A0A9
(162,160,169)
#B8B6BD
(184,182,189)
#CECCD1
(206,204,209)
#E4E2E5
(228,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08061D; }

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

This text font color is #08061D.

Background Color

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

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

This div background color is #08061D.

Border color

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

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

This div border color is #08061D.

Opacity

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

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

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

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

This text has shadow with #08061D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08061D.

Preview

Color preview on black background

This text has color #08061D on black background.


Color preview on white background

This text has color #08061D on white background.


Black color preview on #08061D background

This text has black color on #08061D background.


White color preview on #08061D background

This text has white color on #08061D background.


Related colors

Complementary color

Complementary color for #hex is #F7F9E2.


I love getcolorcode.com

Triadic colors

1 #1D0806 and #061D08 with #08061D are triadic colors.

2 #1D0608 and #06081D with #08061D are triadic colors.