COLOR #5B9D4E

HEX: #5B9D4E
RGB: (91,157,78)

Color info

#5B9D4E contains mainly green color. Web safe color of #5B9D4E is #669966 (or #696).

RGB color model

#5B9D4E color RGB value is (91,157,78).

  • red value is 91;
  • green value is 157;
  • blue value is 78.
RGB:
(91,157,78)
(36%,62%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 157 of 255 = 62%
B 78 of 255 = 31%

91
157
78

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

Portions of RGB colors in percentages

R + G + B =
91 + 157 + 78 = 326 (100%)
R 91 of 326 ~ 27.91%
G 157 of 326 ~ 48.16%
B 78 of 326 ~ 23.93%

%27.91
%48.16
%23.93

CMYK color model

#5B9D4E color CMYK value is (42,0,50,38).

  • cyan value is 42.04%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 38.43%
CMYK:
(42,0,50,38)
C42M0Y50K38 
(42%,0%,50%,38%)
(0.42/0.00/0.50/0.38)	

CMYK percentages

%42.04
%0
%50.32
%38.43

Codes

Color #5B9D4E in popluar color models

5B9D4E
RGB9115778
HSL110°33.62%46.08%
HSB/HSV110°50.32%61.57%
CMYK42.04%0.00%50.32%
38.43%

Color #5B9D4E in popluar number systems.

HEX5B9D4E
Decimal9115778
Binary1011011100111011001110
Octal133235116

Shades and tints

Shades of #5B9D4E

#5B9D4E
(91,157,78)
#538F47
(83,143,71)
#4B8140
(75,129,64)
#437339
(67,115,57)
#3B6532
(59,101,50)
#33572B
(51,87,43)
#2B4924
(43,73,36)
#233B1D
(35,59,29)
#1B2D16
(27,45,22)
#131F0F
(19,31,15)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #5B9D4E

#5B9D4E
(91,157,78)
#69A55E
(105,165,94)
#77AD6E
(119,173,110)
#85B57E
(133,181,126)
#93BD8E
(147,189,142)
#A1C59E
(161,197,158)
#AFCDAE
(175,205,174)
#BDD5BE
(189,213,190)
#CBDDCE
(203,221,206)
#D9E5DE
(217,229,222)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9D4E color. Also use rgb(91,157,78) instead hex code.

Text Font Color

.myTextColor { color: #5B9D4E; }

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

This text font color is #5B9D4E.


Background Color

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

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

This div background color is #5B9D4E.


Border color

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

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

This div border color is #5B9D4E.


Opacity

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

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

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

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

This text has shadow with #5B9D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9D4E on black background.


Color preview on white background

This text has color #5B9D4E on white background.



Black color preview on #5B9D4E background

This text has black color on #5B9D4E background.


White color preview on #5B9D4E background

This text has white color on #5B9D4E background.