COLOR #181514

HEX: #181514 RGB: (24,21,20)

Color info

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

RGB color model

#181514 color RGB value is (24,21,20).

RGB: (24,21,20) (9%, 8%, 8%)

RGB channels and saturation

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

24
21
20

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

Portions of RGB colors in percentages

R + G + B = 24 + 21 + 20 = 65 (100%)
R 24 of 65 ~ 36.92%
G 21 of 65 ~ 32.31%
B 20 of 65 ~ 30.77'%

%36.92
%32.31
%30.77

CMYK color model

#181514 color CMYK value is (0,13,17,91).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 16.67%
  • key color value is 90.59%

CMYK: (0,13,17,91)
C0M13Y17K91 (0%, 13%, 17%, 91%)
(0.00 / 0.13 / 0.17 / 0.91)

CMYK percentages

%0
%12.5
%16.67
%90.59

Codes

Color #181514 in popluar color models

18 15 14
RGB 24 21 20
HSL 15° 9.09% 8.63%
HSB/HSV 15° 16.67% 9.41%
CMYK 0.00% 12.50% 16.67%
90.59%

Color #181514 in popluar number systems.

HEX 18 15 14
Decimal 24 21 20
Binary 11000 10101 10100
Octal 30 25 24

Shades and tints

Shades of #181514

#181514
(24,21,20)
#161413
(22,20,19)
#141312
(20,19,18)
#121211
(18,18,17)
#101110
(16,17,16)
#0E100F
(14,16,15)
#0C0F0E
(12,15,14)
#0A0E0D
(10,14,13)
#080D0C
(8,13,12)
#060C0B
(6,12,11)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #181514

#181514
(24,21,20)
#2D2A29
(45,42,41)
#423F3E
(66,63,62)
#575453
(87,84,83)
#6C6968
(108,105,104)
#817E7D
(129,126,125)
#969392
(150,147,146)
#ABA8A7
(171,168,167)
#C0BDBC
(192,189,188)
#D5D2D1
(213,210,209)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181514; }

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

This text font color is #181514.

Background Color

.myBgColor { background-color: #181514; }

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

This div background color is #181514.

Border color

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

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

This div border color is #181514.

Opacity

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

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

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

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

This text has shadow with #181514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #181514.

Preview

Color preview on black background

This text has color #181514 on black background.


Color preview on white background

This text has color #181514 on white background.


Black color preview on #181514 background

This text has black color on #181514 background.


White color preview on #181514 background

This text has white color on #181514 background.


Related colors

Complementary color

Complementary color for #hex is #E7EAEB.


I love getcolorcode.com

Triadic colors

1 #141815 and #151418 with #181514 are triadic colors.

2 #141518 and #151814 with #181514 are triadic colors.