COLOR #5D8A71

HEX: #5D8A71
RGB: (93,138,113)

Color info

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

RGB color model

#5D8A71 color RGB value is (93,138,113).

  • red value is 93;
  • green value is 138;
  • blue value is 113.
RGB:
(93,138,113)
(36%,54%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 138 of 255 = 54%
B 113 of 255 = 44%

93
138
113

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

Portions of RGB colors in percentages

R + G + B =
93 + 138 + 113 = 344 (100%)
R 93 of 344 ~ 27.03%
G 138 of 344 ~ 40.12%
B 113 of 344 ~ 32.85%

%27.03
%40.12
%32.85

CMYK color model

#5D8A71 color CMYK value is (33,0,18,46).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 45.88%
CMYK:
(33,0,18,46)
C33M0Y18K46 
(33%,0%,18%,46%)
(0.33/0.00/0.18/0.46)	

CMYK percentages

%32.61
%0
%18.12
%45.88

Codes

Color #5D8A71 in popluar color models

5D8A71
RGB93138113
HSL147°19.48%45.29%
HSB/HSV147°32.61%54.12%
CMYK32.61%0.00%18.12%
45.88%

Color #5D8A71 in popluar number systems.

HEX5D8A71
Decimal93138113
Binary1011101100010101110001
Octal135212161

Shades and tints

Shades of #5D8A71

#5D8A71
(93,138,113)
#557E67
(85,126,103)
#4D725D
(77,114,93)
#456653
(69,102,83)
#3D5A49
(61,90,73)
#354E3F
(53,78,63)
#2D4235
(45,66,53)
#25362B
(37,54,43)
#1D2A21
(29,42,33)
#151E17
(21,30,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #5D8A71

#5D8A71
(93,138,113)
#6B947D
(107,148,125)
#799E89
(121,158,137)
#87A895
(135,168,149)
#95B2A1
(149,178,161)
#A3BCAD
(163,188,173)
#B1C6B9
(177,198,185)
#BFD0C5
(191,208,197)
#CDDAD1
(205,218,209)
#DBE4DD
(219,228,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8A71 color. Also use rgb(93,138,113) instead hex code.

Text Font Color

.myTextColor { color: #5D8A71; }

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

This text font color is #5D8A71.


Background Color

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

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

This div background color is #5D8A71.


Border color

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

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

This div border color is #5D8A71.


Opacity

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

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

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

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

This text has shadow with #5D8A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8A71 on black background.


Color preview on white background

This text has color #5D8A71 on white background.



Black color preview on #5D8A71 background

This text has black color on #5D8A71 background.


White color preview on #5D8A71 background

This text has white color on #5D8A71 background.