COLOR #5B8A73

HEX: #5B8A73
RGB: (91,138,115)

Color info

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

RGB color model

#5B8A73 color RGB value is (91,138,115).

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

RGB channels and saturation

R 91 of 255 = 36%
G 138 of 255 = 54%
B 115 of 255 = 45%

91
138
115

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

Portions of RGB colors in percentages

R + G + B =
91 + 138 + 115 = 344 (100%)
R 91 of 344 ~ 26.45%
G 138 of 344 ~ 40.12%
B 115 of 344 ~ 33.43%

%26.45
%40.12
%33.43

CMYK color model

#5B8A73 color CMYK value is (34,0,17,46).

  • cyan value is 34.06%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 45.88%
CMYK:
(34,0,17,46)
C34M0Y17K46 
(34%,0%,17%,46%)
(0.34/0.00/0.17/0.46)	

CMYK percentages

%34.06
%0
%16.67
%45.88

Codes

Color #5B8A73 in popluar color models

5B8A73
RGB91138115
HSL151°20.52%44.90%
HSB/HSV151°34.06%54.12%
CMYK34.06%0.00%16.67%
45.88%

Color #5B8A73 in popluar number systems.

HEX5B8A73
Decimal91138115
Binary1011011100010101110011
Octal133212163

Shades and tints

Shades of #5B8A73

#5B8A73
(91,138,115)
#537E69
(83,126,105)
#4B725F
(75,114,95)
#436655
(67,102,85)
#3B5A4B
(59,90,75)
#334E41
(51,78,65)
#2B4237
(43,66,55)
#23362D
(35,54,45)
#1B2A23
(27,42,35)
#131E19
(19,30,25)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #5B8A73

#5B8A73
(91,138,115)
#69947F
(105,148,127)
#779E8B
(119,158,139)
#85A897
(133,168,151)
#93B2A3
(147,178,163)
#A1BCAF
(161,188,175)
#AFC6BB
(175,198,187)
#BDD0C7
(189,208,199)
#CBDAD3
(203,218,211)
#D9E4DF
(217,228,223)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8A73; }

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

This text font color is #5B8A73.


Background Color

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

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

This div background color is #5B8A73.


Border color

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

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

This div border color is #5B8A73.


Opacity

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

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

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

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

This text has shadow with #5B8A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8A73 on black background.


Color preview on white background

This text has color #5B8A73 on white background.



Black color preview on #5B8A73 background

This text has black color on #5B8A73 background.


White color preview on #5B8A73 background

This text has white color on #5B8A73 background.