COLOR #121514

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
21
20

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

Portions of RGB colors in percentages

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

%30.51
%35.59
%33.9

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 91.76%

CMYK: (14,0,5,92)
C14M0Y5K92 (14%, 0%, 5%, 92%)
(0.14 / 0.00 / 0.05 / 0.92)

CMYK percentages

%14.29
%0
%4.76
%91.76

Codes

Color #121514 in popluar color models

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

Color #121514 in popluar number systems.

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

Shades and tints

Shades of #121514

#121514
(18,21,20)
#111413
(17,20,19)
#101312
(16,19,18)
#0F1211
(15,18,17)
#0E1110
(14,17,16)
#0D100F
(13,16,15)
#0C0F0E
(12,15,14)
#0B0E0D
(11,14,13)
#0A0D0C
(10,13,12)
#090C0B
(9,12,11)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #121514

#121514
(18,21,20)
#272A29
(39,42,41)
#3C3F3E
(60,63,62)
#515453
(81,84,83)
#666968
(102,105,104)
#7B7E7D
(123,126,125)
#909392
(144,147,146)
#A5A8A7
(165,168,167)
#BABDBC
(186,189,188)
#CFD2D1
(207,210,209)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121514; }

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

This text font color is #121514.

Background Color

.myBgColor { background-color: #121514; }

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

This div background color is #121514.

Border color

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

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

This div border color is #121514.

Opacity

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

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

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

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

This text has shadow with #121514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121514.

Preview

Color preview on black background

This text has color #121514 on black background.


Color preview on white background

This text has color #121514 on white background.


Black color preview on #121514 background

This text has black color on #121514 background.


White color preview on #121514 background

This text has white color on #121514 background.


Related colors

Complementary color

Complementary color for #hex is #EDEAEB.


I love getcolorcode.com

Triadic colors

1 #141215 and #151412 with #121514 are triadic colors.

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