COLOR #5DA39E

HEX: #5DA39E
RGB: (93,163,158)

Color info

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

RGB color model

#5DA39E color RGB value is (93,163,158).

  • red value is 93;
  • green value is 163;
  • blue value is 158.
RGB:
(93,163,158)
(36%,64%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 158 of 255 = 62%

93
163
158

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

Portions of RGB colors in percentages

R + G + B =
93 + 163 + 158 = 414 (100%)
R 93 of 414 ~ 22.46%
G 163 of 414 ~ 39.37%
B 158 of 414 ~ 38.16%

%22.46
%39.37
%38.16

CMYK color model

#5DA39E color CMYK value is (43,0,3,36).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(43,0,3,36)
C43M0Y3K36 
(43%,0%,3%,36%)
(0.43/0.00/0.03/0.36)	

CMYK percentages

%42.94
%0
%3.07
%36.08

Codes

Color #5DA39E in popluar color models

5DA39E
RGB93163158
HSL176°27.56%50.20%
HSB/HSV176°42.94%63.92%
CMYK42.94%0.00%3.07%
36.08%

Color #5DA39E in popluar number systems.

HEX5DA39E
Decimal93163158
Binary10111011010001110011110
Octal135243236

Shades and tints

Shades of #5DA39E

#5DA39E
(93,163,158)
#559590
(85,149,144)
#4D8782
(77,135,130)
#457974
(69,121,116)
#3D6B66
(61,107,102)
#355D58
(53,93,88)
#2D4F4A
(45,79,74)
#25413C
(37,65,60)
#1D332E
(29,51,46)
#152520
(21,37,32)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #5DA39E

#5DA39E
(93,163,158)
#6BABA6
(107,171,166)
#79B3AE
(121,179,174)
#87BBB6
(135,187,182)
#95C3BE
(149,195,190)
#A3CBC6
(163,203,198)
#B1D3CE
(177,211,206)
#BFDBD6
(191,219,214)
#CDE3DE
(205,227,222)
#DBEBE6
(219,235,230)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA39E color. Also use rgb(93,163,158) instead hex code.

Text Font Color

.myTextColor { color: #5DA39E; }

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

This text font color is #5DA39E.


Background Color

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

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

This div background color is #5DA39E.


Border color

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

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

This div border color is #5DA39E.


Opacity

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

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

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

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

This text has shadow with #5DA39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA39E on black background.


Color preview on white background

This text has color #5DA39E on white background.



Black color preview on #5DA39E background

This text has black color on #5DA39E background.


White color preview on #5DA39E background

This text has white color on #5DA39E background.