COLOR #181824

HEX: #181824
RGB: (24,24,36)

Color info

#181824 contains red, green and blue colors in about the same proportion. Web safe color of #181824 is #000033 (or #003).

RGB color model

#181824 color RGB value is (24,24,36).

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

RGB channels and saturation

R 24 of 255 = 9%
G 24 of 255 = 9%
B 36 of 255 = 14%

24
24
36

R + G + B ~ 11%. #181824 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 24 + 36 = 84 (100%)
R 24 of 84 ~ 28.57%
G 24 of 84 ~ 28.57%
B 36 of 84 ~ 42.86%

%28.57
%28.57
%42.86

CMYK color model

#181824 color CMYK value is (33,33,0,86).

  • cyan value is 33.33%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(33,33,0,86)
C33M33Y0K86 
(33%,33%,0%,86%)
(0.33/0.33/0.00/0.86)	

CMYK percentages

%33.33
%33.33
%0
%85.88

Codes

Color #181824 in popluar color models

181824
RGB242436
HSL240°20.00%11.76%
HSB/HSV240°33.33%14.12%
CMYK33.33%33.33%0.00%
85.88%

Color #181824 in popluar number systems.

HEX181824
Decimal242436
Binary1100011000100100
Octal303044

Shades and tints

Shades of #181824

#181824
(24,24,36)
#161621
(22,22,33)
#14141E
(20,20,30)
#12121B
(18,18,27)
#101018
(16,16,24)
#0E0E15
(14,14,21)
#0C0C12
(12,12,18)
#0A0A0F
(10,10,15)
#08080C
(8,8,12)
#060609
(6,6,9)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #181824

#181824
(24,24,36)
#2D2D37
(45,45,55)
#42424A
(66,66,74)
#57575D
(87,87,93)
#6C6C70
(108,108,112)
#818183
(129,129,131)
#969696
(150,150,150)
#ABABA9
(171,171,169)
#C0C0BC
(192,192,188)
#D5D5CF
(213,213,207)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181824; }

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

This text font color is #181824.


Background Color

.myBgColor { background-color: #181824; }

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

This div background color is #181824.


Border color

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

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

This div border color is #181824.


Opacity

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

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

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

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

This text has shadow with #181824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181824 on black background.


Color preview on white background

This text has color #181824 on white background.



Black color preview on #181824 background

This text has black color on #181824 background.


White color preview on #181824 background

This text has white color on #181824 background.