COLOR #5B8751

HEX: #5B8751
RGB: (91,135,81)

Color info

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

RGB color model

#5B8751 color RGB value is (91,135,81).

  • red value is 91;
  • green value is 135;
  • blue value is 81.
RGB:
(91,135,81)
(36%,53%,32%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 81 of 255 = 32%

91
135
81

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

Portions of RGB colors in percentages

R + G + B =
91 + 135 + 81 = 307 (100%)
R 91 of 307 ~ 29.64%
G 135 of 307 ~ 43.97%
B 81 of 307 ~ 26.38%

%29.64
%43.97
%26.38

CMYK color model

#5B8751 color CMYK value is (33,0,40,47).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 47.06%
CMYK:
(33,0,40,47)
C33M0Y40K47 
(33%,0%,40%,47%)
(0.33/0.00/0.40/0.47)	

CMYK percentages

%32.59
%0
%40
%47.06

Codes

Color #5B8751 in popluar color models

5B8751
RGB9113581
HSL109°25.00%42.35%
HSB/HSV109°40.00%52.94%
CMYK32.59%0.00%40.00%
47.06%

Color #5B8751 in popluar number systems.

HEX5B8751
Decimal9113581
Binary1011011100001111010001
Octal133207121

Shades and tints

Shades of #5B8751

#5B8751
(91,135,81)
#537B4A
(83,123,74)
#4B6F43
(75,111,67)
#43633C
(67,99,60)
#3B5735
(59,87,53)
#334B2E
(51,75,46)
#2B3F27
(43,63,39)
#233320
(35,51,32)
#1B2719
(27,39,25)
#131B12
(19,27,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #5B8751

#5B8751
(91,135,81)
#699160
(105,145,96)
#779B6F
(119,155,111)
#85A57E
(133,165,126)
#93AF8D
(147,175,141)
#A1B99C
(161,185,156)
#AFC3AB
(175,195,171)
#BDCDBA
(189,205,186)
#CBD7C9
(203,215,201)
#D9E1D8
(217,225,216)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8751; }

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

This text font color is #5B8751.


Background Color

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

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

This div background color is #5B8751.


Border color

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

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

This div border color is #5B8751.


Opacity

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

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

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

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

This text has shadow with #5B8751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8751 on black background.


Color preview on white background

This text has color #5B8751 on white background.



Black color preview on #5B8751 background

This text has black color on #5B8751 background.


White color preview on #5B8751 background

This text has white color on #5B8751 background.