COLOR #5DA59F

HEX: #5DA59F
RGB: (93,165,159)

Color info

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

RGB color model

#5DA59F color RGB value is (93,165,159).

  • red value is 93;
  • green value is 165;
  • blue value is 159.
RGB:
(93,165,159)
(36%,65%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 159 of 255 = 62%

93
165
159

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

Portions of RGB colors in percentages

R + G + B =
93 + 165 + 159 = 417 (100%)
R 93 of 417 ~ 22.3%
G 165 of 417 ~ 39.57%
B 159 of 417 ~ 38.13%

%22.3
%39.57
%38.13

CMYK color model

#5DA59F color CMYK value is (44,0,4,35).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(44,0,4,35)
C44M0Y4K35 
(44%,0%,4%,35%)
(0.44/0.00/0.04/0.35)	

CMYK percentages

%43.64
%0
%3.64
%35.29

Codes

Color #5DA59F in popluar color models

5DA59F
RGB93165159
HSL175°28.57%50.59%
HSB/HSV175°43.64%64.71%
CMYK43.64%0.00%3.64%
35.29%

Color #5DA59F in popluar number systems.

HEX5DA59F
Decimal93165159
Binary10111011010010110011111
Octal135245237

Shades and tints

Shades of #5DA59F

#5DA59F
(93,165,159)
#559691
(85,150,145)
#4D8783
(77,135,131)
#457875
(69,120,117)
#3D6967
(61,105,103)
#355A59
(53,90,89)
#2D4B4B
(45,75,75)
#253C3D
(37,60,61)
#1D2D2F
(29,45,47)
#151E21
(21,30,33)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #5DA59F

#5DA59F
(93,165,159)
#6BADA7
(107,173,167)
#79B5AF
(121,181,175)
#87BDB7
(135,189,183)
#95C5BF
(149,197,191)
#A3CDC7
(163,205,199)
#B1D5CF
(177,213,207)
#BFDDD7
(191,221,215)
#CDE5DF
(205,229,223)
#DBEDE7
(219,237,231)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA59F color. Also use rgb(93,165,159) instead hex code.

Text Font Color

.myTextColor { color: #5DA59F; }

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

This text font color is #5DA59F.


Background Color

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

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

This div background color is #5DA59F.


Border color

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

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

This div border color is #5DA59F.


Opacity

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

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

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

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

This text has shadow with #5DA59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA59F on black background.


Color preview on white background

This text has color #5DA59F on white background.



Black color preview on #5DA59F background

This text has black color on #5DA59F background.


White color preview on #5DA59F background

This text has white color on #5DA59F background.