COLOR #57594D

HEX: #57594D
RGB: (87,89,77)

Color info

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

RGB color model

#57594D color RGB value is (87,89,77).

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

RGB channels and saturation

R 87 of 255 = 34%
G 89 of 255 = 35%
B 77 of 255 = 30%

87
89
77

R + G + B ~ 33%. #57594D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 89 + 77 = 253 (100%)
R 87 of 253 ~ 34.39%
G 89 of 253 ~ 35.18%
B 77 of 253 ~ 30.43%

%34.39
%35.18
%30.43

CMYK color model

#57594D color CMYK value is (2,0,13,65).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 65.10%
CMYK: (2,0,13,65) C2M0Y13K65 (2%,0%,13%,65%) (0.02/0.00/0.13/0.65)

CMYK percentages

%2.25
%0
%13.48
%65.1

Codes

Color #57594D in popluar color models

57594D
RGB878977
HSL70°7.23%32.55%
HSB/HSV70°13.48%34.90%
CMYK2.25%0.00%13.48%
65.10%

Color #57594D in popluar number systems.

HEX57594D
Decimal878977
Binary101011110110011001101
Octal127131115

Shades and tints

Shades of #57594D

#57594D
(87,89,77)
#505146
(80,81,70)
#49493F
(73,73,63)
#424138
(66,65,56)
#3B3931
(59,57,49)
#34312A
(52,49,42)
#2D2923
(45,41,35)
#26211C
(38,33,28)
#1F1915
(31,25,21)
#18110E
(24,17,14)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #57594D

#57594D
(87,89,77)
#66685D
(102,104,93)
#75776D
(117,119,109)
#84867D
(132,134,125)
#93958D
(147,149,141)
#A2A49D
(162,164,157)
#B1B3AD
(177,179,173)
#C0C2BD
(192,194,189)
#CFD1CD
(207,209,205)
#DEE0DD
(222,224,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57594D; }

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

This text font color is #57594D.


Background Color

.myBgColor { background-color: #57594D; }

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

This div background color is #57594D.


Border color

.myBorderColor { border: 1px solid #57594D; }

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

This div border color is #57594D.


Opacity

.myOpacity80 { color: #57594D; opacity: 0.8; }

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

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

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

This text has shadow with #57594D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #57594D on black background.


Color preview on white background

This text has color #57594D on white background.



Black color preview on #57594D background

This text has black color on #57594D background.


White color preview on #57594D background

This text has white color on #57594D background.