COLOR #181215

HEX: #181215
RGB: (24,18,21)

Color info

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

RGB color model

#181215 color RGB value is (24,18,21).

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

RGB channels and saturation

R 24 of 255 = 9%
G 18 of 255 = 7%
B 21 of 255 = 8%

24
18
21

R + G + B ~ 8%. #181215 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 18 + 21 = 63 (100%)
R 24 of 63 ~ 38.1%
G 18 of 63 ~ 28.57%
B 21 of 63 ~ 33.33%

%38.1
%28.57
%33.33

CMYK color model

#181215 color CMYK value is (0,25,13,91).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 12.50%
  • key color value is 90.59%
CMYK:
(0,25,13,91)
C0M25Y13K91 
(0%,25%,13%,91%)
(0.00/0.25/0.13/0.91)	

CMYK percentages

%0
%25
%12.5
%90.59

Codes

Color #181215 in popluar color models

181215
RGB241821
HSL330°14.29%8.24%
HSB/HSV330°25.00%9.41%
CMYK0.00%25.00%12.50%
90.59%

Color #181215 in popluar number systems.

HEX181215
Decimal241821
Binary110001001010101
Octal302225

Shades and tints

Shades of #181215

#181215
(24,18,21)
#161114
(22,17,20)
#141013
(20,16,19)
#120F12
(18,15,18)
#100E11
(16,14,17)
#0E0D10
(14,13,16)
#0C0C0F
(12,12,15)
#0A0B0E
(10,11,14)
#080A0D
(8,10,13)
#06090C
(6,9,12)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #181215

#181215
(24,18,21)
#2D272A
(45,39,42)
#423C3F
(66,60,63)
#575154
(87,81,84)
#6C6669
(108,102,105)
#817B7E
(129,123,126)
#969093
(150,144,147)
#ABA5A8
(171,165,168)
#C0BABD
(192,186,189)
#D5CFD2
(213,207,210)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181215; }

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

This text font color is #181215.


Background Color

.myBgColor { background-color: #181215; }

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

This div background color is #181215.


Border color

.myBorderColor { border: 1px solid #181215; }

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

This div border color is #181215.


Opacity

.myOpacity80 { color: #181215; opacity: 0.8; }

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

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

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

This text has shadow with #181215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181215 on black background.


Color preview on white background

This text has color #181215 on white background.



Black color preview on #181215 background

This text has black color on #181215 background.


White color preview on #181215 background

This text has white color on #181215 background.