COLOR #180D15

HEX: #180D15
RGB: (24,13,21)

Color info

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

RGB color model

#180D15 color RGB value is (24,13,21).

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

RGB channels and saturation

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

24
13
21

R + G + B ~ 7%. #180D15 is dark color.

Portions of RGB colors in percentages

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

%41.38
%22.41
%36.21

CMYK color model

#180D15 color CMYK value is (0,46,13,91).

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

CMYK percentages

%0
%45.83
%12.5
%90.59

Codes

Color #180D15 in popluar color models

180D15
RGB241321
HSL316°29.73%7.25%
HSB/HSV316°45.83%9.41%
CMYK0.00%45.83%12.50%
90.59%

Color #180D15 in popluar number systems.

HEX180D15
Decimal241321
Binary11000110110101
Octal301525

Shades and tints

Shades of #180D15

#180D15
(24,13,21)
#160C14
(22,12,20)
#140B13
(20,11,19)
#120A12
(18,10,18)
#100911
(16,9,17)
#0E0810
(14,8,16)
#0C070F
(12,7,15)
#0A060E
(10,6,14)
#08050D
(8,5,13)
#06040C
(6,4,12)
#04030B
(4,3,11)
#000000
(0,0,0)

Tints of #180D15

#180D15
(24,13,21)
#2D232A
(45,35,42)
#42393F
(66,57,63)
#574F54
(87,79,84)
#6C6569
(108,101,105)
#817B7E
(129,123,126)
#969193
(150,145,147)
#ABA7A8
(171,167,168)
#C0BDBD
(192,189,189)
#D5D3D2
(213,211,210)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180D15; }

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

This text font color is #180D15.


Background Color

.myBgColor { background-color: #180D15; }

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

This div background color is #180D15.


Border color

.myBorderColor { border: 1px solid #180D15; }

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

This div border color is #180D15.


Opacity

.myOpacity80 { color: #180D15; opacity: 0.8; }

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

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

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

This text has shadow with #180D15 color.

.textShadow {text-shadow: 3px 3px 1px #180D15, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180D15 on black background.


Color preview on white background

This text has color #180D15 on white background.



Black color preview on #180D15 background

This text has black color on #180D15 background.


White color preview on #180D15 background

This text has white color on #180D15 background.