COLOR #15080D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

21
8
13

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

Portions of RGB colors in percentages

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

%50
%19.05
%30.95

CMYK color model

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

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

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

CMYK percentages

%0
%61.9
%38.1
%91.76

Codes

Color #15080D in popluar color models

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

Color #15080D in popluar number systems.

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

Shades and tints

Shades of #15080D

#15080D
(21,8,13)
#14080C
(20,8,12)
#13080B
(19,8,11)
#12080A
(18,8,10)
#110809
(17,8,9)
#100808
(16,8,8)
#0F0807
(15,8,7)
#0E0806
(14,8,6)
#0D0805
(13,8,5)
#0C0804
(12,8,4)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #15080D

#15080D
(21,8,13)
#2A1E23
(42,30,35)
#3F3439
(63,52,57)
#544A4F
(84,74,79)
#696065
(105,96,101)
#7E767B
(126,118,123)
#938C91
(147,140,145)
#A8A2A7
(168,162,167)
#BDB8BD
(189,184,189)
#D2CED3
(210,206,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15080D; }

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

This text font color is #15080D.

Background Color

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

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

This div background color is #15080D.

Border color

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

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

This div border color is #15080D.

Opacity

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

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

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

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

This text has shadow with #15080D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15080D.

Preview

Color preview on black background

This text has color #15080D on black background.


Color preview on white background

This text has color #15080D on white background.


Black color preview on #15080D background

This text has black color on #15080D background.


White color preview on #15080D background

This text has white color on #15080D background.


Related colors

Complementary color

Complementary color for #hex is #EAF7F2.


I love getcolorcode.com

Triadic colors

1 #0D1508 and #080D15 with #15080D are triadic colors.

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