COLOR #17231D

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

Color info

#17231D contains red, green and blue colors in about the same proportion. Web safe color of #17231D is #003333 (or #033).

RGB color model

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

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

RGB channels and saturation

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

23
35
29

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

Portions of RGB colors in percentages

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

%26.44
%40.23
%33.33

CMYK color model

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

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 86.27%
CMYK: (34,0,17,86) C34M0Y17K86 (34%,0%,17%,86%) (0.34/0.00/0.17/0.86) 

CMYK percentages

%34.29
%0
%17.14
%86.27

Codes

Color #17231D in popluar color models

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

Color #17231D in popluar number systems.

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

Shades and tints

Shades of #17231D

#17231D
(23,35,29)
#15201B
(21,32,27)
#131D19
(19,29,25)
#111A17
(17,26,23)
#0F1715
(15,23,21)
#0D1413
(13,20,19)
#0B1111
(11,17,17)
#090E0F
(9,14,15)
#070B0D
(7,11,13)
#05080B
(5,8,11)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #17231D

#17231D
(23,35,29)
#2C3731
(44,55,49)
#414B45
(65,75,69)
#565F59
(86,95,89)
#6B736D
(107,115,109)
#808781
(128,135,129)
#959B95
(149,155,149)
#AAAFA9
(170,175,169)
#BFC3BD
(191,195,189)
#D4D7D1
(212,215,209)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17231D; }

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

This text font color is #17231D.

Background Color

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

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

This div background color is #17231D.

Border color

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

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

This div border color is #17231D.

Opacity

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

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

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

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

This text has shadow with #17231D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17231D.

Preview

Color preview on black background

This text has color #17231D on black background.


Color preview on white background

This text has color #17231D on white background.


Black color preview on #17231D background

This text has black color on #17231D background.


White color preview on #17231D background

This text has white color on #17231D background.


Related colors

Complementary color

Complementary color for #hex is #E8DCE2.


I love getcolorcode.com

Triadic colors

1 #1D1723 and #231D17 with #17231D are triadic colors.

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