COLOR #151213

HEX: #151213
RGB: (21,18,19)

Color info

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

RGB color model

#151213 color RGB value is (21,18,19).

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

RGB channels and saturation

R 21 of 255 = 8%
G 18 of 255 = 7%
B 19 of 255 = 7%

21
18
19

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

Portions of RGB colors in percentages

R + G + B =
21 + 18 + 19 = 58 (100%)
R 21 of 58 ~ 36.21%
G 18 of 58 ~ 31.03%
B 19 of 58 ~ 32.76%

%36.21
%31.03
%32.76

CMYK color model

#151213 color CMYK value is (0,14,10,92).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 9.52%
  • key color value is 91.76%
CMYK:
(0,14,10,92)
C0M14Y10K92 
(0%,14%,10%,92%)
(0.00/0.14/0.10/0.92)	

CMYK percentages

%0
%14.29
%9.52
%91.76

Codes

Color #151213 in popluar color models

151213
RGB211819
HSL340°7.69%7.65%
HSB/HSV340°14.29%8.24%
CMYK0.00%14.29%9.52%
91.76%

Color #151213 in popluar number systems.

HEX151213
Decimal211819
Binary101011001010011
Octal252223

Shades and tints

Shades of #151213

#151213
(21,18,19)
#141112
(20,17,18)
#131011
(19,16,17)
#120F10
(18,15,16)
#110E0F
(17,14,15)
#100D0E
(16,13,14)
#0F0C0D
(15,12,13)
#0E0B0C
(14,11,12)
#0D0A0B
(13,10,11)
#0C090A
(12,9,10)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #151213

#151213
(21,18,19)
#2A2728
(42,39,40)
#3F3C3D
(63,60,61)
#545152
(84,81,82)
#696667
(105,102,103)
#7E7B7C
(126,123,124)
#939091
(147,144,145)
#A8A5A6
(168,165,166)
#BDBABB
(189,186,187)
#D2CFD0
(210,207,208)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151213; }

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

This text font color is #151213.


Background Color

.myBgColor { background-color: #151213; }

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

This div background color is #151213.


Border color

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

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

This div border color is #151213.


Opacity

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

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

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

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

This text has shadow with #151213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151213 on black background.


Color preview on white background

This text has color #151213 on white background.



Black color preview on #151213 background

This text has black color on #151213 background.


White color preview on #151213 background

This text has white color on #151213 background.