COLOR #575945

HEX: #575945
RGB: (87,89,69)

Color info

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

RGB color model

#575945 color RGB value is (87,89,69).

  • red value is 87;
  • green value is 89;
  • blue value is 69.
RGB:
(87,89,69)
(34%,35%,27%)

RGB channels and saturation

R 87 of 255 = 34%
G 89 of 255 = 35%
B 69 of 255 = 27%

87
89
69

R + G + B ~ 32%. #575945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 69 = 245 (100%)
R 87 of 245 ~ 35.51%
G 89 of 245 ~ 36.33%
B 69 of 245 ~ 28.16%

%35.51
%36.33
%28.16

CMYK color model

#575945 color CMYK value is (2,0,22,65).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 65.10%
CMYK:
(2,0,22,65)
C2M0Y22K65 
(2%,0%,22%,65%)
(0.02/0.00/0.22/0.65)	

CMYK percentages

%2.25
%0
%22.47
%65.1

Codes

Color #575945 in popluar color models

575945
RGB878969
HSL66°12.66%30.98%
HSB/HSV66°22.47%34.90%
CMYK2.25%0.00%22.47%
65.10%

Color #575945 in popluar number systems.

HEX575945
Decimal878969
Binary101011110110011000101
Octal127131105

Shades and tints

Shades of #575945

#575945
(87,89,69)
#50513F
(80,81,63)
#494939
(73,73,57)
#424133
(66,65,51)
#3B392D
(59,57,45)
#343127
(52,49,39)
#2D2921
(45,41,33)
#26211B
(38,33,27)
#1F1915
(31,25,21)
#18110F
(24,17,15)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #575945

#575945
(87,89,69)
#666855
(102,104,85)
#757765
(117,119,101)
#848675
(132,134,117)
#939585
(147,149,133)
#A2A495
(162,164,149)
#B1B3A5
(177,179,165)
#C0C2B5
(192,194,181)
#CFD1C5
(207,209,197)
#DEE0D5
(222,224,213)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575945 color. Also use rgb(87,89,69) instead hex code.

Text Font Color

.myTextColor { color: #575945; }

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

This text font color is #575945.


Background Color

.myBgColor { background-color: #575945; }

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

This div background color is #575945.


Border color

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

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

This div border color is #575945.


Opacity

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

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

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

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

This text has shadow with #575945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575945 on black background.


Color preview on white background

This text has color #575945 on white background.



Black color preview on #575945 background

This text has black color on #575945 background.


White color preview on #575945 background

This text has white color on #575945 background.