COLOR #575321

HEX: #575321
RGB: (87,83,33)

Color info

#575321 contains red, green and blue colors in about the same proportion. Web safe color of #575321 is #666633 (or #663).

RGB color model

#575321 color RGB value is (87,83,33).

  • red value is 87;
  • green value is 83;
  • blue value is 33.
RGB:
(87,83,33)
(34%,33%,13%)

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 33 of 255 = 13%

87
83
33

R + G + B ~ 27%. #575321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 33 = 203 (100%)
R 87 of 203 ~ 42.86%
G 83 of 203 ~ 40.89%
B 33 of 203 ~ 16.26%

%42.86
%40.89
%16.26

CMYK color model

#575321 color CMYK value is (0,5,62,66).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(0,5,62,66)
C0M5Y62K66 
(0%,5%,62%,66%)
(0.00/0.05/0.62/0.66)	

CMYK percentages

%0
%4.6
%62.07
%65.88

Codes

Color #575321 in popluar color models

575321
RGB878333
HSL56°45.00%23.53%
HSB/HSV56°62.07%34.12%
CMYK0.00%4.60%62.07%
65.88%

Color #575321 in popluar number systems.

HEX575321
Decimal878333
Binary10101111010011100001
Octal12712341

Shades and tints

Shades of #575321

#575321
(87,83,33)
#504C1E
(80,76,30)
#49451B
(73,69,27)
#423E18
(66,62,24)
#3B3715
(59,55,21)
#343012
(52,48,18)
#2D290F
(45,41,15)
#26220C
(38,34,12)
#1F1B09
(31,27,9)
#181406
(24,20,6)
#110D03
(17,13,3)
#000000
(0,0,0)

Tints of #575321

#575321
(87,83,33)
#666235
(102,98,53)
#757149
(117,113,73)
#84805D
(132,128,93)
#938F71
(147,143,113)
#A29E85
(162,158,133)
#B1AD99
(177,173,153)
#C0BCAD
(192,188,173)
#CFCBC1
(207,203,193)
#DEDAD5
(222,218,213)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575321 color. Also use rgb(87,83,33) instead hex code.

Text Font Color

.myTextColor { color: #575321; }

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

This text font color is #575321.


Background Color

.myBgColor { background-color: #575321; }

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

This div background color is #575321.


Border color

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

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

This div border color is #575321.


Opacity

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

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

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

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

This text has shadow with #575321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575321 on black background.


Color preview on white background

This text has color #575321 on white background.



Black color preview on #575321 background

This text has black color on #575321 background.


White color preview on #575321 background

This text has white color on #575321 background.