COLOR #57604B

HEX: #57604B
RGB: (87,96,75)

Color info

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

RGB color model

#57604B color RGB value is (87,96,75).

  • red value is 87;
  • green value is 96;
  • blue value is 75.
RGB:
(87,96,75)
(34%,38%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 75 of 255 = 29%

87
96
75

R + G + B ~ 34%. #57604B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 75 = 258 (100%)
R 87 of 258 ~ 33.72%
G 96 of 258 ~ 37.21%
B 75 of 258 ~ 29.07%

%33.72
%37.21
%29.07

CMYK color model

#57604B color CMYK value is (9,0,22,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(9,0,22,62)
C9M0Y22K62 
(9%,0%,22%,62%)
(0.09/0.00/0.22/0.62)	

CMYK percentages

%9.38
%0
%21.88
%62.35

Codes

Color #57604B in popluar color models

57604B
RGB879675
HSL86°12.28%33.53%
HSB/HSV86°21.88%37.65%
CMYK9.38%0.00%21.88%
62.35%

Color #57604B in popluar number systems.

HEX57604B
Decimal879675
Binary101011111000001001011
Octal127140113

Shades and tints

Shades of #57604B

#57604B
(87,96,75)
#505845
(80,88,69)
#49503F
(73,80,63)
#424839
(66,72,57)
#3B4033
(59,64,51)
#34382D
(52,56,45)
#2D3027
(45,48,39)
#262821
(38,40,33)
#1F201B
(31,32,27)
#181815
(24,24,21)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #57604B

#57604B
(87,96,75)
#666E5B
(102,110,91)
#757C6B
(117,124,107)
#848A7B
(132,138,123)
#93988B
(147,152,139)
#A2A69B
(162,166,155)
#B1B4AB
(177,180,171)
#C0C2BB
(192,194,187)
#CFD0CB
(207,208,203)
#DEDEDB
(222,222,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57604B color. Also use rgb(87,96,75) instead hex code.

Text Font Color

.myTextColor { color: #57604B; }

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

This text font color is #57604B.


Background Color

.myBgColor { background-color: #57604B; }

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

This div background color is #57604B.


Border color

.myBorderColor { border: 1px solid #57604B; }

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

This div border color is #57604B.


Opacity

.myOpacity80 { color: #57604B; opacity: 0.8; }

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

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

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

This text has shadow with #57604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57604B on black background.


Color preview on white background

This text has color #57604B on white background.



Black color preview on #57604B background

This text has black color on #57604B background.


White color preview on #57604B background

This text has white color on #57604B background.