COLOR #15180D

HEX: #15180D
RGB: (21,24,13)

Color info

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

RGB color model

#15180D color RGB value is (21,24,13).

  • red value is 21;
  • green value is 24;
  • blue value is 13.
RGB:
(21,24,13)
(8%,9%,5%)

RGB channels and saturation

R 21 of 255 = 8%
G 24 of 255 = 9%
B 13 of 255 = 5%

21
24
13

R + G + B ~ 7%. #15180D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 24 + 13 = 58 (100%)
R 21 of 58 ~ 36.21%
G 24 of 58 ~ 41.38%
B 13 of 58 ~ 22.41%

%36.21
%41.38
%22.41

CMYK color model

#15180D color CMYK value is (13,0,46,91).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 90.59%
CMYK:
(13,0,46,91)
C13M0Y46K91 
(13%,0%,46%,91%)
(0.13/0.00/0.46/0.91)	

CMYK percentages

%12.5
%0
%45.83
%90.59

Codes

Color #15180D in popluar color models

15180D
RGB212413
HSL76°29.73%7.25%
HSB/HSV76°45.83%9.41%
CMYK12.50%0.00%45.83%
90.59%

Color #15180D in popluar number systems.

HEX15180D
Decimal212413
Binary10101110001101
Octal253015

Shades and tints

Shades of #15180D

#15180D
(21,24,13)
#14160C
(20,22,12)
#13140B
(19,20,11)
#12120A
(18,18,10)
#111009
(17,16,9)
#100E08
(16,14,8)
#0F0C07
(15,12,7)
#0E0A06
(14,10,6)
#0D0805
(13,8,5)
#0C0604
(12,6,4)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #15180D

#15180D
(21,24,13)
#2A2D23
(42,45,35)
#3F4239
(63,66,57)
#54574F
(84,87,79)
#696C65
(105,108,101)
#7E817B
(126,129,123)
#939691
(147,150,145)
#A8ABA7
(168,171,167)
#BDC0BD
(189,192,189)
#D2D5D3
(210,213,211)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15180D; }

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

This text font color is #15180D.


Background Color

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

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

This div background color is #15180D.


Border color

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

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

This div border color is #15180D.


Opacity

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

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

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

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

This text has shadow with #15180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15180D on black background.


Color preview on white background

This text has color #15180D on white background.



Black color preview on #15180D background

This text has black color on #15180D background.


White color preview on #15180D background

This text has white color on #15180D background.