COLOR #5B8757

HEX: #5B8757 RGB: (91,135,87)

Color info

#5B8757 contains red, green and blue colors in about the same proportion. Web safe color of #5B8757 is #669966 (or #696).

RGB color model

#5B8757 color RGB value is (91,135,87).

RGB: (91,135,87) (36%, 53%, 34%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 87 of 255 = 34%

91
135
87

R + G + B ~ 41%. #5B8757 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 135 + 87 = 313 (100%)
R 91 of 313 ~ 29.07%
G 135 of 313 ~ 43.13%
B 87 of 313 ~ 27.8'%

%29.07
%43.13
%27.8

CMYK color model

#5B8757 color CMYK value is (33,0,36,47).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 47.06%

CMYK: (33,0,36,47)
C33M0Y36K47 (33%, 0%, 36%, 47%)
(0.33 / 0.00 / 0.36 / 0.47)

CMYK percentages

%32.59
%0
%35.56
%47.06

Codes

Color #5B8757 in popluar color models

5B 87 57
RGB 91 135 87
HSL 115° 21.62% 43.53%
HSB/HSV 115° 35.56% 52.94%
CMYK 32.59% 0.00% 35.56%
47.06%

Color #5B8757 in popluar number systems.

HEX 5B 87 57
Decimal 91 135 87
Binary 1011011 10000111 1010111
Octal 133 207 127

Shades and tints

Shades of #5B8757

#5B8757
(91,135,87)
#537B50
(83,123,80)
#4B6F49
(75,111,73)
#436342
(67,99,66)
#3B573B
(59,87,59)
#334B34
(51,75,52)
#2B3F2D
(43,63,45)
#233326
(35,51,38)
#1B271F
(27,39,31)
#131B18
(19,27,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #5B8757

#5B8757
(91,135,87)
#699166
(105,145,102)
#779B75
(119,155,117)
#85A584
(133,165,132)
#93AF93
(147,175,147)
#A1B9A2
(161,185,162)
#AFC3B1
(175,195,177)
#BDCDC0
(189,205,192)
#CBD7CF
(203,215,207)
#D9E1DE
(217,225,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8757; }

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

This text font color is #5B8757.

Background Color

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

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

This div background color is #5B8757.

Border color

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

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

This div border color is #5B8757.

Opacity

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

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

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

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

This text has shadow with #5B8757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B8757.

Preview

Color preview on black background

This text has color #5B8757 on black background.


Color preview on white background

This text has color #5B8757 on white background.


Black color preview on #5B8757 background

This text has black color on #5B8757 background.


White color preview on #5B8757 background

This text has white color on #5B8757 background.


Related colors

Complementary color

Complementary color for #hex is #A478A8.


I love getcolorcode.com

Triadic colors

1 #575B87 and #87575B with #5B8757 are triadic colors.

2 #57875B and #875B57 with #5B8757 are triadic colors.