COLOR #151714

HEX: #151714
RGB: (21,23,20)

Color info

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

RGB color model

#151714 color RGB value is (21,23,20).

  • red value is 21;
  • green value is 23;
  • blue value is 20.
RGB:
(21,23,20)
(8%,9%,8%)

RGB channels and saturation

R 21 of 255 = 8%
G 23 of 255 = 9%
B 20 of 255 = 8%

21
23
20

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

Portions of RGB colors in percentages

R + G + B =
21 + 23 + 20 = 64 (100%)
R 21 of 64 ~ 32.81%
G 23 of 64 ~ 35.94%
B 20 of 64 ~ 31.25%

%32.81
%35.94
%31.25

CMYK color model

#151714 color CMYK value is (9,0,13,91).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 90.98%
CMYK:
(9,0,13,91)
C9M0Y13K91 
(9%,0%,13%,91%)
(0.09/0.00/0.13/0.91)	

CMYK percentages

%8.7
%0
%13.04
%90.98

Codes

Color #151714 in popluar color models

151714
RGB212320
HSL100°6.98%8.43%
HSB/HSV100°13.04%9.02%
CMYK8.70%0.00%13.04%
90.98%

Color #151714 in popluar number systems.

HEX151714
Decimal212320
Binary101011011110100
Octal252724

Shades and tints

Shades of #151714

#151714
(21,23,20)
#141513
(20,21,19)
#131312
(19,19,18)
#121111
(18,17,17)
#110F10
(17,15,16)
#100D0F
(16,13,15)
#0F0B0E
(15,11,14)
#0E090D
(14,9,13)
#0D070C
(13,7,12)
#0C050B
(12,5,11)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #151714

#151714
(21,23,20)
#2A2C29
(42,44,41)
#3F413E
(63,65,62)
#545653
(84,86,83)
#696B68
(105,107,104)
#7E807D
(126,128,125)
#939592
(147,149,146)
#A8AAA7
(168,170,167)
#BDBFBC
(189,191,188)
#D2D4D1
(210,212,209)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151714; }

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

This text font color is #151714.


Background Color

.myBgColor { background-color: #151714; }

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

This div background color is #151714.


Border color

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

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

This div border color is #151714.


Opacity

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

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

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

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

This text has shadow with #151714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151714 on black background.


Color preview on white background

This text has color #151714 on white background.



Black color preview on #151714 background

This text has black color on #151714 background.


White color preview on #151714 background

This text has white color on #151714 background.