COLOR #081512

HEX: #081512 RGB: (8,21,18)

Color info

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

RGB color model

#081512 color RGB value is (8,21,18).

RGB: (8,21,18) (3%, 8%, 7%)

RGB channels and saturation

R 8 of 255 = 3%
G 21 of 255 = 8%
B 18 of 255 = 7%

8
21
18

R + G + B ~ 6%. #081512 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 21 + 18 = 47 (100%)
R 8 of 47 ~ 17.02%
G 21 of 47 ~ 44.68%
B 18 of 47 ~ 38.3'%

%17.02
%44.68
%38.3

CMYK color model

#081512 color CMYK value is (62,0,14,92).

  • cyan value is 61.90%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 91.76%

CMYK: (62,0,14,92)
C62M0Y14K92 (62%, 0%, 14%, 92%)
(0.62 / 0.00 / 0.14 / 0.92)

CMYK percentages

%61.9
%0
%14.29
%91.76

Codes

Color #081512 in popluar color models

08 15 12
RGB 8 21 18
HSL 166° 44.83% 5.69%
HSB/HSV 166° 61.90% 8.24%
CMYK 61.90% 0.00% 14.29%
91.76%

Color #081512 in popluar number systems.

HEX 08 15 12
Decimal 8 21 18
Binary 1000 10101 10010
Octal 10 25 22

Shades and tints

Shades of #081512

#081512
(8,21,18)
#081411
(8,20,17)
#081310
(8,19,16)
#08120F
(8,18,15)
#08110E
(8,17,14)
#08100D
(8,16,13)
#080F0C
(8,15,12)
#080E0B
(8,14,11)
#080D0A
(8,13,10)
#080C09
(8,12,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #081512

#081512
(8,21,18)
#1E2A27
(30,42,39)
#343F3C
(52,63,60)
#4A5451
(74,84,81)
#606966
(96,105,102)
#767E7B
(118,126,123)
#8C9390
(140,147,144)
#A2A8A5
(162,168,165)
#B8BDBA
(184,189,186)
#CED2CF
(206,210,207)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081512; }

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

This text font color is #081512.

Background Color

.myBgColor { background-color: #081512; }

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

This div background color is #081512.

Border color

.myBorderColor { border: 1px solid #081512; }

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

This div border color is #081512.

Opacity

.myOpacity80 { color: #081512; opacity: 0.8; }

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

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

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

This text has shadow with #081512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081512.

Preview

Color preview on black background

This text has color #081512 on black background.


Color preview on white background

This text has color #081512 on white background.


Black color preview on #081512 background

This text has black color on #081512 background.


White color preview on #081512 background

This text has white color on #081512 background.


Related colors

Complementary color

Complementary color for #hex is #F7EAED.


I love getcolorcode.com

Triadic colors

1 #120815 and #151208 with #081512 are triadic colors.

2 #121508 and #150812 with #081512 are triadic colors.