COLOR #575325

HEX: #575325
RGB: (87,83,37)

Color info

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

RGB color model

#575325 color RGB value is (87,83,37).

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

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 37 of 255 = 15%

87
83
37

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

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 37 = 207 (100%)
R 87 of 207 ~ 42.03%
G 83 of 207 ~ 40.1%
B 37 of 207 ~ 17.87%

%42.03
%40.1
%17.87

CMYK color model

#575325 color CMYK value is (0,5,57,66).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(0,5,57,66)
C0M5Y57K66 
(0%,5%,57%,66%)
(0.00/0.05/0.57/0.66)	

CMYK percentages

%0
%4.6
%57.47
%65.88

Codes

Color #575325 in popluar color models

575325
RGB878337
HSL55°40.32%24.31%
HSB/HSV55°57.47%34.12%
CMYK0.00%4.60%57.47%
65.88%

Color #575325 in popluar number systems.

HEX575325
Decimal878337
Binary10101111010011100101
Octal12712345

Shades and tints

Shades of #575325

#575325
(87,83,37)
#504C22
(80,76,34)
#49451F
(73,69,31)
#423E1C
(66,62,28)
#3B3719
(59,55,25)
#343016
(52,48,22)
#2D2913
(45,41,19)
#262210
(38,34,16)
#1F1B0D
(31,27,13)
#18140A
(24,20,10)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #575325

#575325
(87,83,37)
#666238
(102,98,56)
#75714B
(117,113,75)
#84805E
(132,128,94)
#938F71
(147,143,113)
#A29E84
(162,158,132)
#B1AD97
(177,173,151)
#C0BCAA
(192,188,170)
#CFCBBD
(207,203,189)
#DEDAD0
(222,218,208)
#EDE9E3
(237,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575325; }

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

This text font color is #575325.


Background Color

.myBgColor { background-color: #575325; }

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

This div background color is #575325.


Border color

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

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

This div border color is #575325.


Opacity

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

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

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

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

This text has shadow with #575325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575325 on black background.


Color preview on white background

This text has color #575325 on white background.



Black color preview on #575325 background

This text has black color on #575325 background.


White color preview on #575325 background

This text has white color on #575325 background.