COLOR #5DA387

HEX: #5DA387
RGB: (93,163,135)

Color info

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

RGB color model

#5DA387 color RGB value is (93,163,135).

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

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 135 of 255 = 53%

93
163
135

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

Portions of RGB colors in percentages

R + G + B =
93 + 163 + 135 = 391 (100%)
R 93 of 391 ~ 23.79%
G 163 of 391 ~ 41.69%
B 135 of 391 ~ 34.53%

%23.79
%41.69
%34.53

CMYK color model

#5DA387 color CMYK value is (43,0,17,36).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(43,0,17,36)
C43M0Y17K36 
(43%,0%,17%,36%)
(0.43/0.00/0.17/0.36)	

CMYK percentages

%42.94
%0
%17.18
%36.08

Codes

Color #5DA387 in popluar color models

5DA387
RGB93163135
HSL156°27.56%50.20%
HSB/HSV156°42.94%63.92%
CMYK42.94%0.00%17.18%
36.08%

Color #5DA387 in popluar number systems.

HEX5DA387
Decimal93163135
Binary10111011010001110000111
Octal135243207

Shades and tints

Shades of #5DA387

#5DA387
(93,163,135)
#55957B
(85,149,123)
#4D876F
(77,135,111)
#457963
(69,121,99)
#3D6B57
(61,107,87)
#355D4B
(53,93,75)
#2D4F3F
(45,79,63)
#254133
(37,65,51)
#1D3327
(29,51,39)
#15251B
(21,37,27)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #5DA387

#5DA387
(93,163,135)
#6BAB91
(107,171,145)
#79B39B
(121,179,155)
#87BBA5
(135,187,165)
#95C3AF
(149,195,175)
#A3CBB9
(163,203,185)
#B1D3C3
(177,211,195)
#BFDBCD
(191,219,205)
#CDE3D7
(205,227,215)
#DBEBE1
(219,235,225)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA387; }

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

This text font color is #5DA387.


Background Color

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

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

This div background color is #5DA387.


Border color

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

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

This div border color is #5DA387.


Opacity

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

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

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

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

This text has shadow with #5DA387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA387 on black background.


Color preview on white background

This text has color #5DA387 on white background.



Black color preview on #5DA387 background

This text has black color on #5DA387 background.


White color preview on #5DA387 background

This text has white color on #5DA387 background.