COLOR #5C7559

HEX: #5C7559 RGB: (92,117,89)

Color info

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

RGB color model

#5C7559 color RGB value is (92,117,89).

RGB: (92,117,89) (36%, 46%, 35%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 89 of 255 = 35%

92
117
89

R + G + B ~ 39%. #5C7559 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 117 + 89 = 298 (100%)
R 92 of 298 ~ 30.87%
G 117 of 298 ~ 39.26%
B 89 of 298 ~ 29.87'%

%30.87
%39.26
%29.87

CMYK color model

#5C7559 color CMYK value is (21,0,24,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 54.12%

CMYK: (21,0,24,54)
C21M0Y24K54 (21%, 0%, 24%, 54%)
(0.21 / 0.00 / 0.24 / 0.54)

CMYK percentages

%21.37
%0
%23.93
%54.12

Codes

Color #5C7559 in popluar color models

5C 75 59
RGB 92 117 89
HSL 114° 13.59% 40.39%
HSB/HSV 114° 23.93% 45.88%
CMYK 21.37% 0.00% 23.93%
54.12%

Color #5C7559 in popluar number systems.

HEX 5C 75 59
Decimal 92 117 89
Binary 1011100 1110101 1011001
Octal 134 165 131

Shades and tints

Shades of #5C7559

#5C7559
(92,117,89)
#546B51
(84,107,81)
#4C6149
(76,97,73)
#445741
(68,87,65)
#3C4D39
(60,77,57)
#344331
(52,67,49)
#2C3929
(44,57,41)
#242F21
(36,47,33)
#1C2519
(28,37,25)
#141B11
(20,27,17)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #5C7559

#5C7559
(92,117,89)
#6A8168
(106,129,104)
#788D77
(120,141,119)
#869986
(134,153,134)
#94A595
(148,165,149)
#A2B1A4
(162,177,164)
#B0BDB3
(176,189,179)
#BEC9C2
(190,201,194)
#CCD5D1
(204,213,209)
#DAE1E0
(218,225,224)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7559 color. Also use rgb(92,117,89) instead hex code.

Text Font Color

.myTextColor { color: #5C7559; }

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

This text font color is #5C7559.

Background Color

.myBgColor { background-color: #5C7559; }

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

This div background color is #5C7559.

Border color

.myBorderColor { border: 1px solid #5C7559; }

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

This div border color is #5C7559.

Opacity

.myOpacity80 { color: #5C7559; opacity: 0.8; }

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

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

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

This text has shadow with #5C7559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7559.

Preview

Color preview on black background

This text has color #5C7559 on black background.


Color preview on white background

This text has color #5C7559 on white background.


Black color preview on #5C7559 background

This text has black color on #5C7559 background.


White color preview on #5C7559 background

This text has white color on #5C7559 background.


Related colors

Complementary color

Complementary color for #hex is #A38AA6.


I love getcolorcode.com

Triadic colors

1 #595C75 and #75595C with #5C7559 are triadic colors.

2 #59755C and #755C59 with #5C7559 are triadic colors.