COLOR #5B7857

HEX: #5B7857 RGB: (91,120,87)

Color info

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

RGB color model

#5B7857 color RGB value is (91,120,87).

RGB: (91,120,87) (36%, 47%, 34%)

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 87 of 255 = 34%

91
120
87

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

Portions of RGB colors in percentages

R + G + B = 91 + 120 + 87 = 298 (100%)
R 91 of 298 ~ 30.54%
G 120 of 298 ~ 40.27%
B 87 of 298 ~ 29.19'%

%30.54
%40.27
%29.19

CMYK color model

#5B7857 color CMYK value is (24,0,28,53).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 52.94%

CMYK: (24,0,28,53)
C24M0Y28K53 (24%, 0%, 28%, 53%)
(0.24 / 0.00 / 0.28 / 0.53)

CMYK percentages

%24.17
%0
%27.5
%52.94

Codes

Color #5B7857 in popluar color models

5B 78 57
RGB 91 120 87
HSL 113° 15.94% 40.59%
HSB/HSV 113° 27.50% 47.06%
CMYK 24.17% 0.00% 27.50%
52.94%

Color #5B7857 in popluar number systems.

HEX 5B 78 57
Decimal 91 120 87
Binary 1011011 1111000 1010111
Octal 133 170 127

Shades and tints

Shades of #5B7857

#5B7857
(91,120,87)
#536E50
(83,110,80)
#4B6449
(75,100,73)
#435A42
(67,90,66)
#3B503B
(59,80,59)
#334634
(51,70,52)
#2B3C2D
(43,60,45)
#233226
(35,50,38)
#1B281F
(27,40,31)
#131E18
(19,30,24)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #5B7857

#5B7857
(91,120,87)
#698466
(105,132,102)
#779075
(119,144,117)
#859C84
(133,156,132)
#93A893
(147,168,147)
#A1B4A2
(161,180,162)
#AFC0B1
(175,192,177)
#BDCCC0
(189,204,192)
#CBD8CF
(203,216,207)
#D9E4DE
(217,228,222)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7857 color. Also use rgb(91,120,87) instead hex code.

Text Font Color

.myTextColor { color: #5B7857; }

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

This text font color is #5B7857.

Background Color

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

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

This div background color is #5B7857.

Border color

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

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

This div border color is #5B7857.

Opacity

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

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

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

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

This text has shadow with #5B7857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7857.

Preview

Color preview on black background

This text has color #5B7857 on black background.


Color preview on white background

This text has color #5B7857 on white background.


Black color preview on #5B7857 background

This text has black color on #5B7857 background.


White color preview on #5B7857 background

This text has white color on #5B7857 background.


Related colors

Complementary color

Complementary color for #hex is #A487A8.


I love getcolorcode.com

Triadic colors

1 #575B78 and #78575B with #5B7857 are triadic colors.

2 #57785B and #785B57 with #5B7857 are triadic colors.