COLOR #181813

HEX: #181813
RGB: (24,24,19)

Color info

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

RGB color model

#181813 color RGB value is (24,24,19).

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

RGB channels and saturation

R 24 of 255 = 9%
G 24 of 255 = 9%
B 19 of 255 = 7%

24
24
19

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

Portions of RGB colors in percentages

R + G + B =
24 + 24 + 19 = 67 (100%)
R 24 of 67 ~ 35.82%
G 24 of 67 ~ 35.82%
B 19 of 67 ~ 28.36%

%35.82
%35.82
%28.36

CMYK color model

#181813 color CMYK value is (0,0,21,91).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 90.59%
CMYK:
(0,0,21,91)
C0M0Y21K91 
(0%,0%,21%,91%)
(0.00/0.00/0.21/0.91)	

CMYK percentages

%0
%0
%20.83
%90.59

Codes

Color #181813 in popluar color models

181813
RGB242419
HSL60°11.63%8.43%
HSB/HSV60°20.83%9.41%
CMYK0.00%0.00%20.83%
90.59%

Color #181813 in popluar number systems.

HEX181813
Decimal242419
Binary110001100010011
Octal303023

Shades and tints

Shades of #181813

#181813
(24,24,19)
#161612
(22,22,18)
#141411
(20,20,17)
#121210
(18,18,16)
#10100F
(16,16,15)
#0E0E0E
(14,14,14)
#0C0C0D
(12,12,13)
#0A0A0C
(10,10,12)
#08080B
(8,8,11)
#06060A
(6,6,10)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #181813

#181813
(24,24,19)
#2D2D28
(45,45,40)
#42423D
(66,66,61)
#575752
(87,87,82)
#6C6C67
(108,108,103)
#81817C
(129,129,124)
#969691
(150,150,145)
#ABABA6
(171,171,166)
#C0C0BB
(192,192,187)
#D5D5D0
(213,213,208)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181813; }

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

This text font color is #181813.


Background Color

.myBgColor { background-color: #181813; }

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

This div background color is #181813.


Border color

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

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

This div border color is #181813.


Opacity

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

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

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

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

This text has shadow with #181813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181813 on black background.


Color preview on white background

This text has color #181813 on white background.



Black color preview on #181813 background

This text has black color on #181813 background.


White color preview on #181813 background

This text has white color on #181813 background.