COLOR #5B8B47

HEX: #5B8B47
RGB: (91,139,71)

Color info

#5B8B47 contains mainly red and green colors. Web safe color of #5B8B47 is #669933 (or #693).

RGB color model

#5B8B47 color RGB value is (91,139,71).

  • red value is 91;
  • green value is 139;
  • blue value is 71.
RGB:
(91,139,71)
(36%,55%,28%)

RGB channels and saturation

R 91 of 255 = 36%
G 139 of 255 = 55%
B 71 of 255 = 28%

91
139
71

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

Portions of RGB colors in percentages

R + G + B =
91 + 139 + 71 = 301 (100%)
R 91 of 301 ~ 30.23%
G 139 of 301 ~ 46.18%
B 71 of 301 ~ 23.59%

%30.23
%46.18
%23.59

CMYK color model

#5B8B47 color CMYK value is (35,0,49,45).

  • cyan value is 34.53%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(35,0,49,45)
C35M0Y49K45 
(35%,0%,49%,45%)
(0.35/0.00/0.49/0.45)	

CMYK percentages

%34.53
%0
%48.92
%45.49

Codes

Color #5B8B47 in popluar color models

5B8B47
RGB9113971
HSL102°32.38%41.18%
HSB/HSV102°48.92%54.51%
CMYK34.53%0.00%48.92%
45.49%

Color #5B8B47 in popluar number systems.

HEX5B8B47
Decimal9113971
Binary1011011100010111000111
Octal133213107

Shades and tints

Shades of #5B8B47

#5B8B47
(91,139,71)
#537F41
(83,127,65)
#4B733B
(75,115,59)
#436735
(67,103,53)
#3B5B2F
(59,91,47)
#334F29
(51,79,41)
#2B4323
(43,67,35)
#23371D
(35,55,29)
#1B2B17
(27,43,23)
#131F11
(19,31,17)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #5B8B47

#5B8B47
(91,139,71)
#699557
(105,149,87)
#779F67
(119,159,103)
#85A977
(133,169,119)
#93B387
(147,179,135)
#A1BD97
(161,189,151)
#AFC7A7
(175,199,167)
#BDD1B7
(189,209,183)
#CBDBC7
(203,219,199)
#D9E5D7
(217,229,215)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8B47 color. Also use rgb(91,139,71) instead hex code.

Text Font Color

.myTextColor { color: #5B8B47; }

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

This text font color is #5B8B47.


Background Color

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

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

This div background color is #5B8B47.


Border color

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

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

This div border color is #5B8B47.


Opacity

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

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

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

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

This text has shadow with #5B8B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8B47 on black background.


Color preview on white background

This text has color #5B8B47 on white background.



Black color preview on #5B8B47 background

This text has black color on #5B8B47 background.


White color preview on #5B8B47 background

This text has white color on #5B8B47 background.