COLOR #577535

HEX: #577535 RGB: (87,117,53)

Color info

#577535 contains mainly red and green colors. Web safe color of #577535 is #666633 (or #663).

RGB color model

#577535 color RGB value is (87,117,53).

RGB: (87,117,53) (34%, 46%, 21%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 53 of 255 = 21%

87
117
53

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

Portions of RGB colors in percentages

R + G + B = 87 + 117 + 53 = 257 (100%)
R 87 of 257 ~ 33.85%
G 117 of 257 ~ 45.53%
B 53 of 257 ~ 20.62'%

%33.85
%45.53
%20.62

CMYK color model

#577535 color CMYK value is (26,0,55,54).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 54.70%
  • key color value is 54.12%

CMYK: (26,0,55,54)
C26M0Y55K54 (26%, 0%, 55%, 54%)
(0.26 / 0.00 / 0.55 / 0.54)

CMYK percentages

%25.64
%0
%54.7
%54.12

Codes

Color #577535 in popluar color models

57 75 35
RGB 87 117 53
HSL 88° 37.65% 33.33%
HSB/HSV 88° 54.70% 45.88%
CMYK 25.64% 0.00% 54.70%
54.12%

Color #577535 in popluar number systems.

HEX 57 75 35
Decimal 87 117 53
Binary 1010111 1110101 110101
Octal 127 165 65

Shades and tints

Shades of #577535

#577535
(87,117,53)
#506B31
(80,107,49)
#49612D
(73,97,45)
#425729
(66,87,41)
#3B4D25
(59,77,37)
#344321
(52,67,33)
#2D391D
(45,57,29)
#262F19
(38,47,25)
#1F2515
(31,37,21)
#181B11
(24,27,17)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #577535

#577535
(87,117,53)
#668147
(102,129,71)
#758D59
(117,141,89)
#84996B
(132,153,107)
#93A57D
(147,165,125)
#A2B18F
(162,177,143)
#B1BDA1
(177,189,161)
#C0C9B3
(192,201,179)
#CFD5C5
(207,213,197)
#DEE1D7
(222,225,215)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577535 color. Also use rgb(87,117,53) instead hex code.

Text Font Color

.myTextColor { color: #577535; }

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

This text font color is #577535.

Background Color

.myBgColor { background-color: #577535; }

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

This div background color is #577535.

Border color

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

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

This div border color is #577535.

Opacity

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

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

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

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

This text has shadow with #577535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577535.

Preview

Color preview on black background

This text has color #577535 on black background.


Color preview on white background

This text has color #577535 on white background.


Black color preview on #577535 background

This text has black color on #577535 background.


White color preview on #577535 background

This text has white color on #577535 background.


Related colors

Complementary color

Complementary color for #hex is #A88ACA.


I love getcolorcode.com

Triadic colors

1 #355775 and #753557 with #577535 are triadic colors.

2 #357557 and #755735 with #577535 are triadic colors.