COLOR #232017

HEX: #232017 RGB: (35,32,23)

Color info

#232017 contains red, green and blue colors in about the same proportion. Web safe color of #232017 is #333300 (or #330).

RGB color model

#232017 color RGB value is (35,32,23).

RGB: (35,32,23) (14%, 13%, 9%)

RGB channels and saturation

R 35 of 255 = 14%
G 32 of 255 = 13%
B 23 of 255 = 9%

35
32
23

R + G + B ~ 12%. #232017 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 32 + 23 = 90 (100%)
R 35 of 90 ~ 38.89%
G 32 of 90 ~ 35.56%
B 23 of 90 ~ 25.56'%

%38.89
%35.56
%25.56

CMYK color model

#232017 color CMYK value is (0,9,34,86).

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

CMYK: (0,9,34,86)
C0M9Y34K86 (0%, 9%, 34%, 86%)
(0.00 / 0.09 / 0.34 / 0.86)

CMYK percentages

%0
%8.57
%34.29
%86.27

Codes

Color #232017 in popluar color models

23 20 17
RGB 35 32 23
HSL 45° 20.69% 11.37%
HSB/HSV 45° 34.29% 13.73%
CMYK 0.00% 8.57% 34.29%
86.27%

Color #232017 in popluar number systems.

HEX 23 20 17
Decimal 35 32 23
Binary 100011 100000 10111
Octal 43 40 27

Shades and tints

Shades of #232017

#232017
(35,32,23)
#201E15
(32,30,21)
#1D1C13
(29,28,19)
#1A1A11
(26,26,17)
#17180F
(23,24,15)
#14160D
(20,22,13)
#11140B
(17,20,11)
#0E1209
(14,18,9)
#0B1007
(11,16,7)
#080E05
(8,14,5)
#050C03
(5,12,3)
#000000
(0,0,0)

Tints of #232017

#232017
(35,32,23)
#37342C
(55,52,44)
#4B4841
(75,72,65)
#5F5C56
(95,92,86)
#73706B
(115,112,107)
#878480
(135,132,128)
#9B9895
(155,152,149)
#AFACAA
(175,172,170)
#C3C0BF
(195,192,191)
#D7D4D4
(215,212,212)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232017; }

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

This text font color is #232017.

Background Color

.myBgColor { background-color: #232017; }

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

This div background color is #232017.

Border color

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

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

This div border color is #232017.

Opacity

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

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

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

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

This text has shadow with #232017 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #232017.

Preview

Color preview on black background

This text has color #232017 on black background.


Color preview on white background

This text has color #232017 on white background.


Black color preview on #232017 background

This text has black color on #232017 background.


White color preview on #232017 background

This text has white color on #232017 background.


Related colors

Complementary color

Complementary color for #hex is #DCDFE8.


I love getcolorcode.com

Triadic colors

1 #172320 and #201723 with #232017 are triadic colors.

2 #172023 and #202317 with #232017 are triadic colors.