COLOR #203317

HEX: #203317 RGB: (32,51,23)

Color info

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

RGB color model

#203317 color RGB value is (32,51,23).

RGB: (32,51,23) (13%, 20%, 9%)

RGB channels and saturation

R 32 of 255 = 13%
G 51 of 255 = 20%
B 23 of 255 = 9%

32
51
23

R + G + B ~ 14%. #203317 is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 51 + 23 = 106 (100%)
R 32 of 106 ~ 30.19%
G 51 of 106 ~ 48.11%
B 23 of 106 ~ 21.7'%

%30.19
%48.11
%21.7

CMYK color model

#203317 color CMYK value is (37,0,55,80).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 80.00%

CMYK: (37,0,55,80)
C37M0Y55K80 (37%, 0%, 55%, 80%)
(0.37 / 0.00 / 0.55 / 0.80)

CMYK percentages

%37.25
%0
%54.9
%80

Codes

Color #203317 in popluar color models

20 33 17
RGB 32 51 23
HSL 101° 37.84% 14.51%
HSB/HSV 101° 54.90% 20.00%
CMYK 37.25% 0.00% 54.90%
80.00%

Color #203317 in popluar number systems.

HEX 20 33 17
Decimal 32 51 23
Binary 100000 110011 10111
Octal 40 63 27

Shades and tints

Shades of #203317

#203317
(32,51,23)
#1E2F15
(30,47,21)
#1C2B13
(28,43,19)
#1A2711
(26,39,17)
#18230F
(24,35,15)
#161F0D
(22,31,13)
#141B0B
(20,27,11)
#121709
(18,23,9)
#101307
(16,19,7)
#0E0F05
(14,15,5)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #203317

#203317
(32,51,23)
#34452C
(52,69,44)
#485741
(72,87,65)
#5C6956
(92,105,86)
#707B6B
(112,123,107)
#848D80
(132,141,128)
#989F95
(152,159,149)
#ACB1AA
(172,177,170)
#C0C3BF
(192,195,191)
#D4D5D4
(212,213,212)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #203317; }

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

This text font color is #203317.

Background Color

.myBgColor { background-color: #203317; }

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

This div background color is #203317.

Border color

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

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

This div border color is #203317.

Opacity

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

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

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

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

This text has shadow with #203317 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #203317.

Preview

Color preview on black background

This text has color #203317 on black background.


Color preview on white background

This text has color #203317 on white background.


Black color preview on #203317 background

This text has black color on #203317 background.


White color preview on #203317 background

This text has white color on #203317 background.


Related colors

Complementary color

Complementary color for #hex is #DFCCE8.


I love getcolorcode.com

Triadic colors

1 #172033 and #331720 with #203317 are triadic colors.

2 #173320 and #332017 with #203317 are triadic colors.