COLOR #08150E

HEX: #08150E RGB: (8,21,14)

Color info

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

RGB color model

#08150E color RGB value is (8,21,14).

RGB: (8,21,14) (3%, 8%, 5%)

RGB channels and saturation

R 8 of 255 = 3%
G 21 of 255 = 8%
B 14 of 255 = 5%

8
21
14

R + G + B ~ 5%. #08150E is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 21 + 14 = 43 (100%)
R 8 of 43 ~ 18.6%
G 21 of 43 ~ 48.84%
B 14 of 43 ~ 32.56'%

%18.6
%48.84
%32.56

CMYK color model

#08150E color CMYK value is (62,0,33,92).

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

CMYK: (62,0,33,92)
C62M0Y33K92 (62%, 0%, 33%, 92%)
(0.62 / 0.00 / 0.33 / 0.92)

CMYK percentages

%61.9
%0
%33.33
%91.76

Codes

Color #08150E in popluar color models

08 15 0E
RGB 8 21 14
HSL 148° 44.83% 5.69%
HSB/HSV 148° 61.90% 8.24%
CMYK 61.90% 0.00% 33.33%
91.76%

Color #08150E in popluar number systems.

HEX 08 15 0E
Decimal 8 21 14
Binary 1000 10101 1110
Octal 10 25 16

Shades and tints

Shades of #08150E

#08150E
(8,21,14)
#08140D
(8,20,13)
#08130C
(8,19,12)
#08120B
(8,18,11)
#08110A
(8,17,10)
#081009
(8,16,9)
#080F08
(8,15,8)
#080E07
(8,14,7)
#080D06
(8,13,6)
#080C05
(8,12,5)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #08150E

#08150E
(8,21,14)
#1E2A23
(30,42,35)
#343F38
(52,63,56)
#4A544D
(74,84,77)
#606962
(96,105,98)
#767E77
(118,126,119)
#8C938C
(140,147,140)
#A2A8A1
(162,168,161)
#B8BDB6
(184,189,182)
#CED2CB
(206,210,203)
#E4E7E0
(228,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08150E; }

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

This text font color is #08150E.

Background Color

.myBgColor { background-color: #08150E; }

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

This div background color is #08150E.

Border color

.myBorderColor { border: 1px solid #08150E; }

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

This div border color is #08150E.

Opacity

.myOpacity80 { color: #08150E; opacity: 0.8; }

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

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

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

This text has shadow with #08150E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08150E.

Preview

Color preview on black background

This text has color #08150E on black background.


Color preview on white background

This text has color #08150E on white background.


Black color preview on #08150E background

This text has black color on #08150E background.


White color preview on #08150E background

This text has white color on #08150E background.


Related colors

Complementary color

Complementary color for #hex is #F7EAF1.


I love getcolorcode.com

Triadic colors

1 #0E0815 and #150E08 with #08150E are triadic colors.

2 #0E1508 and #15080E with #08150E are triadic colors.