COLOR #08150D

HEX: #08150D RGB: (8,21,13)

Color info

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

RGB color model

#08150D color RGB value is (8,21,13).

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

RGB channels and saturation

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

8
21
13

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

Portions of RGB colors in percentages

R + G + B = 8 + 21 + 13 = 42 (100%)
R 8 of 42 ~ 19.05%
G 21 of 42 ~ 50%
B 13 of 42 ~ 30.95'%

%19.05
%50
%30.95

CMYK color model

#08150D color CMYK value is (62,0,38,92).

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

CMYK: (62,0,38,92)
C62M0Y38K92 (62%, 0%, 38%, 92%)
(0.62 / 0.00 / 0.38 / 0.92)

CMYK percentages

%61.9
%0
%38.1
%91.76

Codes

Color #08150D in popluar color models

08 15 0D
RGB 8 21 13
HSL 143° 44.83% 5.69%
HSB/HSV 143° 61.90% 8.24%
CMYK 61.90% 0.00% 38.10%
91.76%

Color #08150D in popluar number systems.

HEX 08 15 0D
Decimal 8 21 13
Binary 1000 10101 1101
Octal 10 25 15

Shades and tints

Shades of #08150D

#08150D
(8,21,13)
#08140C
(8,20,12)
#08130B
(8,19,11)
#08120A
(8,18,10)
#081109
(8,17,9)
#081008
(8,16,8)
#080F07
(8,15,7)
#080E06
(8,14,6)
#080D05
(8,13,5)
#080C04
(8,12,4)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #08150D

#08150D
(8,21,13)
#1E2A23
(30,42,35)
#343F39
(52,63,57)
#4A544F
(74,84,79)
#606965
(96,105,101)
#767E7B
(118,126,123)
#8C9391
(140,147,145)
#A2A8A7
(162,168,167)
#B8BDBD
(184,189,189)
#CED2D3
(206,210,211)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08150D; }

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

This text font color is #08150D.

Background Color

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

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

This div background color is #08150D.

Border color

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

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

This div border color is #08150D.

Opacity

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

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

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

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

This text has shadow with #08150D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08150D.

Preview

Color preview on black background

This text has color #08150D on black background.


Color preview on white background

This text has color #08150D on white background.


Black color preview on #08150D background

This text has black color on #08150D background.


White color preview on #08150D background

This text has white color on #08150D background.


Related colors

Complementary color

Complementary color for #hex is #F7EAF2.


I love getcolorcode.com

Triadic colors

1 #0D0815 and #150D08 with #08150D are triadic colors.

2 #0D1508 and #15080D with #08150D are triadic colors.