COLOR #18171A

HEX: #18171A
RGB: (24,23,26)

Color info

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

RGB color model

#18171A color RGB value is (24,23,26).

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

RGB channels and saturation

R 24 of 255 = 9%
G 23 of 255 = 9%
B 26 of 255 = 10%

24
23
26

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

Portions of RGB colors in percentages

R + G + B =
24 + 23 + 26 = 73 (100%)
R 24 of 73 ~ 32.88%
G 23 of 73 ~ 31.51%
B 26 of 73 ~ 35.62%

%32.88
%31.51
%35.62

CMYK color model

#18171A color CMYK value is (8,12,0,90).

  • cyan value is 7.69%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(8,12,0,90)
C8M12Y0K90 
(8%,12%,0%,90%)
(0.08/0.12/0.00/0.90)	

CMYK percentages

%7.69
%11.54
%0
%89.8

Codes

Color #18171A in popluar color models

18171A
RGB242326
HSL260°6.12%9.61%
HSB/HSV260°11.54%10.20%
CMYK7.69%11.54%0.00%
89.80%

Color #18171A in popluar number systems.

HEX18171A
Decimal242326
Binary110001011111010
Octal302732

Shades and tints

Shades of #18171A

#18171A
(24,23,26)
#161518
(22,21,24)
#141316
(20,19,22)
#121114
(18,17,20)
#100F12
(16,15,18)
#0E0D10
(14,13,16)
#0C0B0E
(12,11,14)
#0A090C
(10,9,12)
#08070A
(8,7,10)
#060508
(6,5,8)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #18171A

#18171A
(24,23,26)
#2D2C2E
(45,44,46)
#424142
(66,65,66)
#575656
(87,86,86)
#6C6B6A
(108,107,106)
#81807E
(129,128,126)
#969592
(150,149,146)
#ABAAA6
(171,170,166)
#C0BFBA
(192,191,186)
#D5D4CE
(213,212,206)
#EAE9E2
(234,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18171A; }

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

This text font color is #18171A.


Background Color

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

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

This div background color is #18171A.


Border color

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

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

This div border color is #18171A.


Opacity

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

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

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

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

This text has shadow with #18171A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18171A on black background.


Color preview on white background

This text has color #18171A on white background.



Black color preview on #18171A background

This text has black color on #18171A background.


White color preview on #18171A background

This text has white color on #18171A background.