COLOR #23171D

HEX: #23171D RGB: (35,23,29)

Color info

#23171D contains red, green and blue colors in about the same proportion. Web safe color of #23171D is #330033 (or #303).

RGB color model

#23171D color RGB value is (35,23,29).

RGB: (35,23,29) (14%, 9%, 11%)

RGB channels and saturation

R 35 of 255 = 14%
G 23 of 255 = 9%
B 29 of 255 = 11%

35
23
29

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

Portions of RGB colors in percentages

R + G + B = 35 + 23 + 29 = 87 (100%)
R 35 of 87 ~ 40.23%
G 23 of 87 ~ 26.44%
B 29 of 87 ~ 33.33'%

%40.23
%26.44
%33.33

CMYK color model

#23171D color CMYK value is (0,34,17,86).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 17.14%
  • key color value is 86.27%

CMYK: (0,34,17,86)
C0M34Y17K86 (0%, 34%, 17%, 86%)
(0.00 / 0.34 / 0.17 / 0.86)

CMYK percentages

%0
%34.29
%17.14
%86.27

Codes

Color #23171D in popluar color models

23 17 1D
RGB 35 23 29
HSL 330° 20.69% 11.37%
HSB/HSV 330° 34.29% 13.73%
CMYK 0.00% 34.29% 17.14%
86.27%

Color #23171D in popluar number systems.

HEX 23 17 1D
Decimal 35 23 29
Binary 100011 10111 11101
Octal 43 27 35

Shades and tints

Shades of #23171D

#23171D
(35,23,29)
#20151B
(32,21,27)
#1D1319
(29,19,25)
#1A1117
(26,17,23)
#170F15
(23,15,21)
#140D13
(20,13,19)
#110B11
(17,11,17)
#0E090F
(14,9,15)
#0B070D
(11,7,13)
#08050B
(8,5,11)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #23171D

#23171D
(35,23,29)
#372C31
(55,44,49)
#4B4145
(75,65,69)
#5F5659
(95,86,89)
#736B6D
(115,107,109)
#878081
(135,128,129)
#9B9595
(155,149,149)
#AFAAA9
(175,170,169)
#C3BFBD
(195,191,189)
#D7D4D1
(215,212,209)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23171D color. Also use rgb(35,23,29) instead hex code.

Text Font Color

.myTextColor { color: #23171D; }

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

This text font color is #23171D.

Background Color

.myBgColor { background-color: #23171D; }

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

This div background color is #23171D.

Border color

.myBorderColor { border: 1px solid #23171D; }

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

This div border color is #23171D.

Opacity

.myOpacity80 { color: #23171D; opacity: 0.8; }

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

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

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

This text has shadow with #23171D color.


.textShadow {text-shadow: 3px 3px 1px #23171D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #23171D; -webkit-box-shadow: 1px 1px 3px 2px #23171D; box-shadow:1px 1px 3px 2px #23171D;">
Div content here
</div>

This div box has shadow with color #23171D.

Preview

Color preview on black background

This text has color #23171D on black background.


Color preview on white background

This text has color #23171D on white background.


Black color preview on #23171D background

This text has black color on #23171D background.


White color preview on #23171D background

This text has white color on #23171D background.


Related colors

Complementary color

Complementary color for #hex is #DCE8E2.


I love getcolorcode.com

Triadic colors

1 #1D2317 and #171D23 with #23171D are triadic colors.

2 #1D1723 and #17231D with #23171D are triadic colors.