COLOR #181518

HEX: #181518
RGB: (24,21,24)

Color info

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

RGB color model

#181518 color RGB value is (24,21,24).

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

RGB channels and saturation

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

24
21
24

R + G + B ~ 9%. #181518 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 21 + 24 = 69 (100%)
R 24 of 69 ~ 34.78%
G 21 of 69 ~ 30.43%
B 24 of 69 ~ 34.78%

%34.78
%30.43
%34.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(0,13,0,91)
C0M13Y0K91 
(0%,13%,0%,91%)
(0.00/0.13/0.00/0.91)	

CMYK percentages

%0
%12.5
%0
%90.59

Codes

Color #181518 in popluar color models

181518
RGB242124
HSL300°6.67%8.82%
HSB/HSV300°12.50%9.41%
CMYK0.00%12.50%0.00%
90.59%

Color #181518 in popluar number systems.

HEX181518
Decimal242124
Binary110001010111000
Octal302530

Shades and tints

Shades of #181518

#181518
(24,21,24)
#161416
(22,20,22)
#141314
(20,19,20)
#121212
(18,18,18)
#101110
(16,17,16)
#0E100E
(14,16,14)
#0C0F0C
(12,15,12)
#0A0E0A
(10,14,10)
#080D08
(8,13,8)
#060C06
(6,12,6)
#040B04
(4,11,4)
#000000
(0,0,0)

Tints of #181518

#181518
(24,21,24)
#2D2A2D
(45,42,45)
#423F42
(66,63,66)
#575457
(87,84,87)
#6C696C
(108,105,108)
#817E81
(129,126,129)
#969396
(150,147,150)
#ABA8AB
(171,168,171)
#C0BDC0
(192,189,192)
#D5D2D5
(213,210,213)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181518; }

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

This text font color is #181518.


Background Color

.myBgColor { background-color: #181518; }

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

This div background color is #181518.


Border color

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

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

This div border color is #181518.


Opacity

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

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

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

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

This text has shadow with #181518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181518 on black background.


Color preview on white background

This text has color #181518 on white background.



Black color preview on #181518 background

This text has black color on #181518 background.


White color preview on #181518 background

This text has white color on #181518 background.