COLOR #5B8A47

HEX: #5B8A47
RGB: (91,138,71)

Color info

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

RGB color model

#5B8A47 color RGB value is (91,138,71).

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

RGB channels and saturation

R 91 of 255 = 36%
G 138 of 255 = 54%
B 71 of 255 = 28%

91
138
71

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

Portions of RGB colors in percentages

R + G + B =
91 + 138 + 71 = 300 (100%)
R 91 of 300 ~ 30.33%
G 138 of 300 ~ 46%
B 71 of 300 ~ 23.67%

%30.33
%46
%23.67

CMYK color model

#5B8A47 color CMYK value is (34,0,49,46).

  • cyan value is 34.06%
  • magenta value is 0.00%
  • yellow value is 48.55%
  • key color value is 45.88%
CMYK:
(34,0,49,46)
C34M0Y49K46 
(34%,0%,49%,46%)
(0.34/0.00/0.49/0.46)	

CMYK percentages

%34.06
%0
%48.55
%45.88

Codes

Color #5B8A47 in popluar color models

5B8A47
RGB9113871
HSL102°32.06%40.98%
HSB/HSV102°48.55%54.12%
CMYK34.06%0.00%48.55%
45.88%

Color #5B8A47 in popluar number systems.

HEX5B8A47
Decimal9113871
Binary1011011100010101000111
Octal133212107

Shades and tints

Shades of #5B8A47

#5B8A47
(91,138,71)
#537E41
(83,126,65)
#4B723B
(75,114,59)
#436635
(67,102,53)
#3B5A2F
(59,90,47)
#334E29
(51,78,41)
#2B4223
(43,66,35)
#23361D
(35,54,29)
#1B2A17
(27,42,23)
#131E11
(19,30,17)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #5B8A47

#5B8A47
(91,138,71)
#699457
(105,148,87)
#779E67
(119,158,103)
#85A877
(133,168,119)
#93B287
(147,178,135)
#A1BC97
(161,188,151)
#AFC6A7
(175,198,167)
#BDD0B7
(189,208,183)
#CBDAC7
(203,218,199)
#D9E4D7
(217,228,215)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8A47; }

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

This text font color is #5B8A47.


Background Color

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

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

This div background color is #5B8A47.


Border color

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

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

This div border color is #5B8A47.


Opacity

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

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

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

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

This text has shadow with #5B8A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8A47 on black background.


Color preview on white background

This text has color #5B8A47 on white background.



Black color preview on #5B8A47 background

This text has black color on #5B8A47 background.


White color preview on #5B8A47 background

This text has white color on #5B8A47 background.