COLOR #5DA982

HEX: #5DA982
RGB: (93,169,130)

Color info

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

RGB color model

#5DA982 color RGB value is (93,169,130).

  • red value is 93;
  • green value is 169;
  • blue value is 130.
RGB:
(93,169,130)
(36%,66%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 169 of 255 = 66%
B 130 of 255 = 51%

93
169
130

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

Portions of RGB colors in percentages

R + G + B =
93 + 169 + 130 = 392 (100%)
R 93 of 392 ~ 23.72%
G 169 of 392 ~ 43.11%
B 130 of 392 ~ 33.16%

%23.72
%43.11
%33.16

CMYK color model

#5DA982 color CMYK value is (45,0,23,34).

  • cyan value is 44.97%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 33.73%
CMYK:
(45,0,23,34)
C45M0Y23K34 
(45%,0%,23%,34%)
(0.45/0.00/0.23/0.34)	

CMYK percentages

%44.97
%0
%23.08
%33.73

Codes

Color #5DA982 in popluar color models

5DA982
RGB93169130
HSL149°30.65%51.37%
HSB/HSV149°44.97%66.27%
CMYK44.97%0.00%23.08%
33.73%

Color #5DA982 in popluar number systems.

HEX5DA982
Decimal93169130
Binary10111011010100110000010
Octal135251202

Shades and tints

Shades of #5DA982

#5DA982
(93,169,130)
#559A77
(85,154,119)
#4D8B6C
(77,139,108)
#457C61
(69,124,97)
#3D6D56
(61,109,86)
#355E4B
(53,94,75)
#2D4F40
(45,79,64)
#254035
(37,64,53)
#1D312A
(29,49,42)
#15221F
(21,34,31)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #5DA982

#5DA982
(93,169,130)
#6BB08D
(107,176,141)
#79B798
(121,183,152)
#87BEA3
(135,190,163)
#95C5AE
(149,197,174)
#A3CCB9
(163,204,185)
#B1D3C4
(177,211,196)
#BFDACF
(191,218,207)
#CDE1DA
(205,225,218)
#DBE8E5
(219,232,229)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA982 color. Also use rgb(93,169,130) instead hex code.

Text Font Color

.myTextColor { color: #5DA982; }

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

This text font color is #5DA982.


Background Color

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

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

This div background color is #5DA982.


Border color

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

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

This div border color is #5DA982.


Opacity

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

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

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

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

This text has shadow with #5DA982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA982 on black background.


Color preview on white background

This text has color #5DA982 on white background.



Black color preview on #5DA982 background

This text has black color on #5DA982 background.


White color preview on #5DA982 background

This text has white color on #5DA982 background.