COLOR #5B8351

HEX: #5B8351
RGB: (91,131,81)

Color info

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

RGB color model

#5B8351 color RGB value is (91,131,81).

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

RGB channels and saturation

R 91 of 255 = 36%
G 131 of 255 = 51%
B 81 of 255 = 32%

91
131
81

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

Portions of RGB colors in percentages

R + G + B =
91 + 131 + 81 = 303 (100%)
R 91 of 303 ~ 30.03%
G 131 of 303 ~ 43.23%
B 81 of 303 ~ 26.73%

%30.03
%43.23
%26.73

CMYK color model

#5B8351 color CMYK value is (31,0,38,49).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 48.63%
CMYK:
(31,0,38,49)
C31M0Y38K49 
(31%,0%,38%,49%)
(0.31/0.00/0.38/0.49)	

CMYK percentages

%30.53
%0
%38.17
%48.63

Codes

Color #5B8351 in popluar color models

5B8351
RGB9113181
HSL108°23.58%41.57%
HSB/HSV108°38.17%51.37%
CMYK30.53%0.00%38.17%
48.63%

Color #5B8351 in popluar number systems.

HEX5B8351
Decimal9113181
Binary1011011100000111010001
Octal133203121

Shades and tints

Shades of #5B8351

#5B8351
(91,131,81)
#53784A
(83,120,74)
#4B6D43
(75,109,67)
#43623C
(67,98,60)
#3B5735
(59,87,53)
#334C2E
(51,76,46)
#2B4127
(43,65,39)
#233620
(35,54,32)
#1B2B19
(27,43,25)
#132012
(19,32,18)
#0B150B
(11,21,11)
#000000
(0,0,0)

Tints of #5B8351

#5B8351
(91,131,81)
#698E60
(105,142,96)
#77996F
(119,153,111)
#85A47E
(133,164,126)
#93AF8D
(147,175,141)
#A1BA9C
(161,186,156)
#AFC5AB
(175,197,171)
#BDD0BA
(189,208,186)
#CBDBC9
(203,219,201)
#D9E6D8
(217,230,216)
#E7F1E7
(231,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8351; }

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

This text font color is #5B8351.


Background Color

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

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

This div background color is #5B8351.


Border color

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

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

This div border color is #5B8351.


Opacity

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

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

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

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

This text has shadow with #5B8351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8351 on black background.


Color preview on white background

This text has color #5B8351 on white background.



Black color preview on #5B8351 background

This text has black color on #5B8351 background.


White color preview on #5B8351 background

This text has white color on #5B8351 background.