COLOR #151214

HEX: #151214 RGB: (21,18,20)

Color info

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

RGB color model

#151214 color RGB value is (21,18,20).

RGB: (21,18,20) (8%, 7%, 8%)

RGB channels and saturation

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

21
18
20

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

Portions of RGB colors in percentages

R + G + B = 21 + 18 + 20 = 59 (100%)
R 21 of 59 ~ 35.59%
G 18 of 59 ~ 30.51%
B 20 of 59 ~ 33.9'%

%35.59
%30.51
%33.9

CMYK color model

#151214 color CMYK value is (0,14,5,92).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 4.76%
  • key color value is 91.76%
CMYK: (0,14,5,92) C0M14Y5K92 (0%,14%,5%,92%) (0.00/0.14/0.05/0.92) 

CMYK percentages

%0
%14.29
%4.76
%91.76

Codes

Color #151214 in popluar color models

15 12 14
RGB 21 18 20
HSL 320° 7.69% 7.65%
HSB/HSV 320° 14.29% 8.24%
CMYK 0.00% 14.29% 4.76%
91.76%

Color #151214 in popluar number systems.

HEX 15 12 14
Decimal 21 18 20
Binary 10101 10010 10100
Octal 25 22 24

Shades and tints

Shades of #151214

#151214
(21,18,20)
#141113
(20,17,19)
#131012
(19,16,18)
#120F11
(18,15,17)
#110E10
(17,14,16)
#100D0F
(16,13,15)
#0F0C0E
(15,12,14)
#0E0B0D
(14,11,13)
#0D0A0C
(13,10,12)
#0C090B
(12,9,11)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #151214

#151214
(21,18,20)
#2A2729
(42,39,41)
#3F3C3E
(63,60,62)
#545153
(84,81,83)
#696668
(105,102,104)
#7E7B7D
(126,123,125)
#939092
(147,144,146)
#A8A5A7
(168,165,167)
#BDBABC
(189,186,188)
#D2CFD1
(210,207,209)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151214; }

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

This text font color is #151214.

Background Color

.myBgColor { background-color: #151214; }

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

This div background color is #151214.

Border color

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

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

This div border color is #151214.

Opacity

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

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

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

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

This text has shadow with #151214 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151214.

Preview

Color preview on black background

This text has color #151214 on black background.


Color preview on white background

This text has color #151214 on white background.


Black color preview on #151214 background

This text has black color on #151214 background.


White color preview on #151214 background

This text has white color on #151214 background.


Related colors

Complementary color

Complementary color for #hex is #EAEDEB.


I love getcolorcode.com

Triadic colors

1 #141512 and #121415 with #151214 are triadic colors.

2 #141215 and #121514 with #151214 are triadic colors.