COLOR #08121D

HEX: #08121D
RGB: (8,18,29)

Color info

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

RGB color model

#08121D color RGB value is (8,18,29).

  • red value is 8;
  • green value is 18;
  • blue value is 29.
RGB:
(8,18,29)
(3%,7%,11%)

RGB channels and saturation

R 8 of 255 = 3%
G 18 of 255 = 7%
B 29 of 255 = 11%

8
18
29

R + G + B ~ 7%. #08121D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 18 + 29 = 55 (100%)
R 8 of 55 ~ 14.55%
G 18 of 55 ~ 32.73%
B 29 of 55 ~ 52.73%

%14.55
%32.73
%52.73

CMYK color model

#08121D color CMYK value is (72,38,0,89).

  • cyan value is 72.41%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(72,38,0,89)
C72M38Y0K89 
(72%,38%,0%,89%)
(0.72/0.38/0.00/0.89)	

CMYK percentages

%72.41
%37.93
%0
%88.63

Codes

Color #08121D in popluar color models

08121D
RGB81829
HSL211°56.76%7.25%
HSB/HSV211°72.41%11.37%
CMYK72.41%37.93%0.00%
88.63%

Color #08121D in popluar number systems.

HEX08121D
Decimal81829
Binary10001001011101
Octal102235

Shades and tints

Shades of #08121D

#08121D
(8,18,29)
#08111B
(8,17,27)
#081019
(8,16,25)
#080F17
(8,15,23)
#080E15
(8,14,21)
#080D13
(8,13,19)
#080C11
(8,12,17)
#080B0F
(8,11,15)
#080A0D
(8,10,13)
#08090B
(8,9,11)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #08121D

#08121D
(8,18,29)
#1E2731
(30,39,49)
#343C45
(52,60,69)
#4A5159
(74,81,89)
#60666D
(96,102,109)
#767B81
(118,123,129)
#8C9095
(140,144,149)
#A2A5A9
(162,165,169)
#B8BABD
(184,186,189)
#CECFD1
(206,207,209)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08121D; }

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

This text font color is #08121D.


Background Color

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

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

This div background color is #08121D.


Border color

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

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

This div border color is #08121D.


Opacity

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

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

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

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

This text has shadow with #08121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08121D on black background.


Color preview on white background

This text has color #08121D on white background.



Black color preview on #08121D background

This text has black color on #08121D background.


White color preview on #08121D background

This text has white color on #08121D background.