COLOR #5DAA87

HEX: #5DAA87
RGB: (93,170,135)

Color info

#5DAA87 contains mainly green and blue colors. Web safe color of #5DAA87 is #669999 (or #699).

RGB color model

#5DAA87 color RGB value is (93,170,135).

  • red value is 93;
  • green value is 170;
  • blue value is 135.
RGB:
(93,170,135)
(36%,67%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 170 of 255 = 67%
B 135 of 255 = 53%

93
170
135

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

Portions of RGB colors in percentages

R + G + B =
93 + 170 + 135 = 398 (100%)
R 93 of 398 ~ 23.37%
G 170 of 398 ~ 42.71%
B 135 of 398 ~ 33.92%

%23.37
%42.71
%33.92

CMYK color model

#5DAA87 color CMYK value is (45,0,21,33).

  • cyan value is 45.29%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(45,0,21,33)
C45M0Y21K33 
(45%,0%,21%,33%)
(0.45/0.00/0.21/0.33)	

CMYK percentages

%45.29
%0
%20.59
%33.33

Codes

Color #5DAA87 in popluar color models

5DAA87
RGB93170135
HSL153°31.17%51.57%
HSB/HSV153°45.29%66.67%
CMYK45.29%0.00%20.59%
33.33%

Color #5DAA87 in popluar number systems.

HEX5DAA87
Decimal93170135
Binary10111011010101010000111
Octal135252207

Shades and tints

Shades of #5DAA87

#5DAA87
(93,170,135)
#559B7B
(85,155,123)
#4D8C6F
(77,140,111)
#457D63
(69,125,99)
#3D6E57
(61,110,87)
#355F4B
(53,95,75)
#2D503F
(45,80,63)
#254133
(37,65,51)
#1D3227
(29,50,39)
#15231B
(21,35,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #5DAA87

#5DAA87
(93,170,135)
#6BB191
(107,177,145)
#79B89B
(121,184,155)
#87BFA5
(135,191,165)
#95C6AF
(149,198,175)
#A3CDB9
(163,205,185)
#B1D4C3
(177,212,195)
#BFDBCD
(191,219,205)
#CDE2D7
(205,226,215)
#DBE9E1
(219,233,225)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAA87 color. Also use rgb(93,170,135) instead hex code.

Text Font Color

.myTextColor { color: #5DAA87; }

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

This text font color is #5DAA87.


Background Color

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

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

This div background color is #5DAA87.


Border color

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

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

This div border color is #5DAA87.


Opacity

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

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

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

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

This text has shadow with #5DAA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAA87 on black background.


Color preview on white background

This text has color #5DAA87 on white background.



Black color preview on #5DAA87 background

This text has black color on #5DAA87 background.


White color preview on #5DAA87 background

This text has white color on #5DAA87 background.