COLOR #5B8959

HEX: #5B8959
RGB: (91,137,89)

Color info

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

RGB color model

#5B8959 color RGB value is (91,137,89).

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

RGB channels and saturation

R 91 of 255 = 36%
G 137 of 255 = 54%
B 89 of 255 = 35%

91
137
89

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

Portions of RGB colors in percentages

R + G + B =
91 + 137 + 89 = 317 (100%)
R 91 of 317 ~ 28.71%
G 137 of 317 ~ 43.22%
B 89 of 317 ~ 28.08%

%28.71
%43.22
%28.08

CMYK color model

#5B8959 color CMYK value is (34,0,35,46).

  • cyan value is 33.58%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(34,0,35,46)
C34M0Y35K46 
(34%,0%,35%,46%)
(0.34/0.00/0.35/0.46)	

CMYK percentages

%33.58
%0
%35.04
%46.27

Codes

Color #5B8959 in popluar color models

5B8959
RGB9113789
HSL118°21.24%44.31%
HSB/HSV118°35.04%53.73%
CMYK33.58%0.00%35.04%
46.27%

Color #5B8959 in popluar number systems.

HEX5B8959
Decimal9113789
Binary1011011100010011011001
Octal133211131

Shades and tints

Shades of #5B8959

#5B8959
(91,137,89)
#537D51
(83,125,81)
#4B7149
(75,113,73)
#436541
(67,101,65)
#3B5939
(59,89,57)
#334D31
(51,77,49)
#2B4129
(43,65,41)
#233521
(35,53,33)
#1B2919
(27,41,25)
#131D11
(19,29,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #5B8959

#5B8959
(91,137,89)
#699368
(105,147,104)
#779D77
(119,157,119)
#85A786
(133,167,134)
#93B195
(147,177,149)
#A1BBA4
(161,187,164)
#AFC5B3
(175,197,179)
#BDCFC2
(189,207,194)
#CBD9D1
(203,217,209)
#D9E3E0
(217,227,224)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8959; }

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

This text font color is #5B8959.


Background Color

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

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

This div background color is #5B8959.


Border color

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

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

This div border color is #5B8959.


Opacity

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

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

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

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

This text has shadow with #5B8959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8959 on black background.


Color preview on white background

This text has color #5B8959 on white background.



Black color preview on #5B8959 background

This text has black color on #5B8959 background.


White color preview on #5B8959 background

This text has white color on #5B8959 background.