COLOR #5B9A73

HEX: #5B9A73
RGB: (91,154,115)

Color info

#5B9A73 contains mainly green and blue colors. Web safe color of #5B9A73 is #669966 (or #696).

RGB color model

#5B9A73 color RGB value is (91,154,115).

  • red value is 91;
  • green value is 154;
  • blue value is 115.
RGB:
(91,154,115)
(36%,60%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 154 of 255 = 60%
B 115 of 255 = 45%

91
154
115

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

Portions of RGB colors in percentages

R + G + B =
91 + 154 + 115 = 360 (100%)
R 91 of 360 ~ 25.28%
G 154 of 360 ~ 42.78%
B 115 of 360 ~ 31.94%

%25.28
%42.78
%31.94

CMYK color model

#5B9A73 color CMYK value is (41,0,25,40).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(41,0,25,40)
C41M0Y25K40 
(41%,0%,25%,40%)
(0.41/0.00/0.25/0.40)	

CMYK percentages

%40.91
%0
%25.32
%39.61

Codes

Color #5B9A73 in popluar color models

5B9A73
RGB91154115
HSL143°25.71%48.04%
HSB/HSV143°40.91%60.39%
CMYK40.91%0.00%25.32%
39.61%

Color #5B9A73 in popluar number systems.

HEX5B9A73
Decimal91154115
Binary1011011100110101110011
Octal133232163

Shades and tints

Shades of #5B9A73

#5B9A73
(91,154,115)
#538C69
(83,140,105)
#4B7E5F
(75,126,95)
#437055
(67,112,85)
#3B624B
(59,98,75)
#335441
(51,84,65)
#2B4637
(43,70,55)
#23382D
(35,56,45)
#1B2A23
(27,42,35)
#131C19
(19,28,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B9A73

#5B9A73
(91,154,115)
#69A37F
(105,163,127)
#77AC8B
(119,172,139)
#85B597
(133,181,151)
#93BEA3
(147,190,163)
#A1C7AF
(161,199,175)
#AFD0BB
(175,208,187)
#BDD9C7
(189,217,199)
#CBE2D3
(203,226,211)
#D9EBDF
(217,235,223)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9A73 color. Also use rgb(91,154,115) instead hex code.

Text Font Color

.myTextColor { color: #5B9A73; }

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

This text font color is #5B9A73.


Background Color

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

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

This div background color is #5B9A73.


Border color

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

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

This div border color is #5B9A73.


Opacity

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

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

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

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

This text has shadow with #5B9A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9A73 on black background.


Color preview on white background

This text has color #5B9A73 on white background.



Black color preview on #5B9A73 background

This text has black color on #5B9A73 background.


White color preview on #5B9A73 background

This text has white color on #5B9A73 background.