COLOR #577B53

HEX: #577B53
RGB: (87,123,83)

Color info

#577B53 contains red, green and blue colors in about the same proportion. Web safe color of #577B53 is #666666 (or #666).

RGB color model

#577B53 color RGB value is (87,123,83).

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

RGB channels and saturation

R 87 of 255 = 34%
G 123 of 255 = 48%
B 83 of 255 = 33%

87
123
83

R + G + B ~ 38%. #577B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 123 + 83 = 293 (100%)
R 87 of 293 ~ 29.69%
G 123 of 293 ~ 41.98%
B 83 of 293 ~ 28.33%

%29.69
%41.98
%28.33

CMYK color model

#577B53 color CMYK value is (29,0,33,52).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 51.76%
CMYK:
(29,0,33,52)
C29M0Y33K52 
(29%,0%,33%,52%)
(0.29/0.00/0.33/0.52)	

CMYK percentages

%29.27
%0
%32.52
%51.76

Codes

Color #577B53 in popluar color models

577B53
RGB8712383
HSL114°19.42%40.39%
HSB/HSV114°32.52%48.24%
CMYK29.27%0.00%32.52%
51.76%

Color #577B53 in popluar number systems.

HEX577B53
Decimal8712383
Binary101011111110111010011
Octal127173123

Shades and tints

Shades of #577B53

#577B53
(87,123,83)
#50704C
(80,112,76)
#496545
(73,101,69)
#425A3E
(66,90,62)
#3B4F37
(59,79,55)
#344430
(52,68,48)
#2D3929
(45,57,41)
#262E22
(38,46,34)
#1F231B
(31,35,27)
#181814
(24,24,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #577B53

#577B53
(87,123,83)
#668762
(102,135,98)
#759371
(117,147,113)
#849F80
(132,159,128)
#93AB8F
(147,171,143)
#A2B79E
(162,183,158)
#B1C3AD
(177,195,173)
#C0CFBC
(192,207,188)
#CFDBCB
(207,219,203)
#DEE7DA
(222,231,218)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577B53; }

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

This text font color is #577B53.


Background Color

.myBgColor { background-color: #577B53; }

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

This div background color is #577B53.


Border color

.myBorderColor { border: 1px solid #577B53; }

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

This div border color is #577B53.


Opacity

.myOpacity80 { color: #577B53; opacity: 0.8; }

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

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

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

This text has shadow with #577B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577B53 on black background.


Color preview on white background

This text has color #577B53 on white background.



Black color preview on #577B53 background

This text has black color on #577B53 background.


White color preview on #577B53 background

This text has white color on #577B53 background.