COLOR #08120D

HEX: #08120D RGB: (8,18,13)

Color info

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

RGB color model

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

RGB: (8,18,13) (3%, 7%, 5%)

RGB channels and saturation

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

8
18
13

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

Portions of RGB colors in percentages

R + G + B = 8 + 18 + 13 = 39 (100%)
R 8 of 39 ~ 20.51%
G 18 of 39 ~ 46.15%
B 13 of 39 ~ 33.33'%

%20.51
%46.15
%33.33

CMYK color model

#08120D color CMYK value is (56,0,28,93).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 92.94%

CMYK: (56,0,28,93)
C56M0Y28K93 (56%, 0%, 28%, 93%)
(0.56 / 0.00 / 0.28 / 0.93)

CMYK percentages

%55.56
%0
%27.78
%92.94

Codes

Color #08120D in popluar color models

08 12 0D
RGB 8 18 13
HSL 150° 38.46% 5.10%
HSB/HSV 150° 55.56% 7.06%
CMYK 55.56% 0.00% 27.78%
92.94%

Color #08120D in popluar number systems.

HEX 08 12 0D
Decimal 8 18 13
Binary 1000 10010 1101
Octal 10 22 15

Shades and tints

Shades of #08120D

#08120D
(8,18,13)
#08110C
(8,17,12)
#08100B
(8,16,11)
#080F0A
(8,15,10)
#080E09
(8,14,9)
#080D08
(8,13,8)
#080C07
(8,12,7)
#080B06
(8,11,6)
#080A05
(8,10,5)
#080904
(8,9,4)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #08120D

#08120D
(8,18,13)
#1E2723
(30,39,35)
#343C39
(52,60,57)
#4A514F
(74,81,79)
#606665
(96,102,101)
#767B7B
(118,123,123)
#8C9091
(140,144,145)
#A2A5A7
(162,165,167)
#B8BABD
(184,186,189)
#CECFD3
(206,207,211)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08120D; }

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

This text font color is #08120D.

Background Color

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

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

This div background color is #08120D.

Border color

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

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

This div border color is #08120D.

Opacity

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

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

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

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

This text has shadow with #08120D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08120D.

Preview

Color preview on black background

This text has color #08120D on black background.


Color preview on white background

This text has color #08120D on white background.


Black color preview on #08120D background

This text has black color on #08120D background.


White color preview on #08120D background

This text has white color on #08120D background.


Related colors

Complementary color

Complementary color for #hex is #F7EDF2.


I love getcolorcode.com

Triadic colors

1 #0D0812 and #120D08 with #08120D are triadic colors.

2 #0D1208 and #12080D with #08120D are triadic colors.