COLOR #18171E

HEX: #18171E
RGB: (24,23,30)

Color info

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

RGB color model

#18171E color RGB value is (24,23,30).

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

RGB channels and saturation

R 24 of 255 = 9%
G 23 of 255 = 9%
B 30 of 255 = 12%

24
23
30

R + G + B ~ 10%. #18171E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 23 + 30 = 77 (100%)
R 24 of 77 ~ 31.17%
G 23 of 77 ~ 29.87%
B 30 of 77 ~ 38.96%

%31.17
%29.87
%38.96

CMYK color model

#18171E color CMYK value is (20,23,0,88).

  • cyan value is 20.00%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(20,23,0,88)
C20M23Y0K88 
(20%,23%,0%,88%)
(0.20/0.23/0.00/0.88)	

CMYK percentages

%20
%23.33
%0
%88.24

Codes

Color #18171E in popluar color models

18171E
RGB242330
HSL249°13.21%10.39%
HSB/HSV249°23.33%11.76%
CMYK20.00%23.33%0.00%
88.24%

Color #18171E in popluar number systems.

HEX18171E
Decimal242330
Binary110001011111110
Octal302736

Shades and tints

Shades of #18171E

#18171E
(24,23,30)
#16151C
(22,21,28)
#14131A
(20,19,26)
#121118
(18,17,24)
#100F16
(16,15,22)
#0E0D14
(14,13,20)
#0C0B12
(12,11,18)
#0A0910
(10,9,16)
#08070E
(8,7,14)
#06050C
(6,5,12)
#04030A
(4,3,10)
#000000
(0,0,0)

Tints of #18171E

#18171E
(24,23,30)
#2D2C32
(45,44,50)
#424146
(66,65,70)
#57565A
(87,86,90)
#6C6B6E
(108,107,110)
#818082
(129,128,130)
#969596
(150,149,150)
#ABAAAA
(171,170,170)
#C0BFBE
(192,191,190)
#D5D4D2
(213,212,210)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18171E; }

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

This text font color is #18171E.


Background Color

.myBgColor { background-color: #18171E; }

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

This div background color is #18171E.


Border color

.myBorderColor { border: 1px solid #18171E; }

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

This div border color is #18171E.


Opacity

.myOpacity80 { color: #18171E; opacity: 0.8; }

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

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

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

This text has shadow with #18171E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18171E on black background.


Color preview on white background

This text has color #18171E on white background.



Black color preview on #18171E background

This text has black color on #18171E background.


White color preview on #18171E background

This text has white color on #18171E background.