COLOR #181713

HEX: #181713
RGB: (24,23,19)

Color info

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

RGB color model

#181713 color RGB value is (24,23,19).

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

RGB channels and saturation

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

24
23
19

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

Portions of RGB colors in percentages

R + G + B =
24 + 23 + 19 = 66 (100%)
R 24 of 66 ~ 36.36%
G 23 of 66 ~ 34.85%
B 19 of 66 ~ 28.79%

%36.36
%34.85
%28.79

CMYK color model

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

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

CMYK percentages

%0
%4.17
%20.83
%90.59

Codes

Color #181713 in popluar color models

181713
RGB242319
HSL48°11.63%8.43%
HSB/HSV48°20.83%9.41%
CMYK0.00%4.17%20.83%
90.59%

Color #181713 in popluar number systems.

HEX181713
Decimal242319
Binary110001011110011
Octal302723

Shades and tints

Shades of #181713

#181713
(24,23,19)
#161512
(22,21,18)
#141311
(20,19,17)
#121110
(18,17,16)
#100F0F
(16,15,15)
#0E0D0E
(14,13,14)
#0C0B0D
(12,11,13)
#0A090C
(10,9,12)
#08070B
(8,7,11)
#06050A
(6,5,10)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #181713

#181713
(24,23,19)
#2D2C28
(45,44,40)
#42413D
(66,65,61)
#575652
(87,86,82)
#6C6B67
(108,107,103)
#81807C
(129,128,124)
#969591
(150,149,145)
#ABAAA6
(171,170,166)
#C0BFBB
(192,191,187)
#D5D4D0
(213,212,208)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181713; }

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

This text font color is #181713.


Background Color

.myBgColor { background-color: #181713; }

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

This div background color is #181713.


Border color

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

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

This div border color is #181713.


Opacity

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

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

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

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

This text has shadow with #181713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181713 on black background.


Color preview on white background

This text has color #181713 on white background.



Black color preview on #181713 background

This text has black color on #181713 background.


White color preview on #181713 background

This text has white color on #181713 background.