COLOR #5B8977

HEX: #5B8977
RGB: (91,137,119)

Color info

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

RGB color model

#5B8977 color RGB value is (91,137,119).

  • red value is 91;
  • green value is 137;
  • blue value is 119.
RGB:
(91,137,119)
(36%,54%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 137 of 255 = 54%
B 119 of 255 = 47%

91
137
119

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

Portions of RGB colors in percentages

R + G + B =
91 + 137 + 119 = 347 (100%)
R 91 of 347 ~ 26.22%
G 137 of 347 ~ 39.48%
B 119 of 347 ~ 34.29%

%26.22
%39.48
%34.29

CMYK color model

#5B8977 color CMYK value is (34,0,13,46).

  • cyan value is 33.58%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(34,0,13,46)
C34M0Y13K46 
(34%,0%,13%,46%)
(0.34/0.00/0.13/0.46)	

CMYK percentages

%33.58
%0
%13.14
%46.27

Codes

Color #5B8977 in popluar color models

5B8977
RGB91137119
HSL157°20.18%44.71%
HSB/HSV157°33.58%53.73%
CMYK33.58%0.00%13.14%
46.27%

Color #5B8977 in popluar number systems.

HEX5B8977
Decimal91137119
Binary1011011100010011110111
Octal133211167

Shades and tints

Shades of #5B8977

#5B8977
(91,137,119)
#537D6D
(83,125,109)
#4B7163
(75,113,99)
#436559
(67,101,89)
#3B594F
(59,89,79)
#334D45
(51,77,69)
#2B413B
(43,65,59)
#233531
(35,53,49)
#1B2927
(27,41,39)
#131D1D
(19,29,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #5B8977

#5B8977
(91,137,119)
#699383
(105,147,131)
#779D8F
(119,157,143)
#85A79B
(133,167,155)
#93B1A7
(147,177,167)
#A1BBB3
(161,187,179)
#AFC5BF
(175,197,191)
#BDCFCB
(189,207,203)
#CBD9D7
(203,217,215)
#D9E3E3
(217,227,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8977 color. Also use rgb(91,137,119) instead hex code.

Text Font Color

.myTextColor { color: #5B8977; }

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

This text font color is #5B8977.


Background Color

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

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

This div background color is #5B8977.


Border color

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

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

This div border color is #5B8977.


Opacity

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

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

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

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

This text has shadow with #5B8977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8977 on black background.


Color preview on white background

This text has color #5B8977 on white background.



Black color preview on #5B8977 background

This text has black color on #5B8977 background.


White color preview on #5B8977 background

This text has white color on #5B8977 background.