COLOR #5DA582

HEX: #5DA582
RGB: (93,165,130)

Color info

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

RGB color model

#5DA582 color RGB value is (93,165,130).

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

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 130 of 255 = 51%

93
165
130

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

Portions of RGB colors in percentages

R + G + B =
93 + 165 + 130 = 388 (100%)
R 93 of 388 ~ 23.97%
G 165 of 388 ~ 42.53%
B 130 of 388 ~ 33.51%

%23.97
%42.53
%33.51

CMYK color model

#5DA582 color CMYK value is (44,0,21,35).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(44,0,21,35)
C44M0Y21K35 
(44%,0%,21%,35%)
(0.44/0.00/0.21/0.35)	

CMYK percentages

%43.64
%0
%21.21
%35.29

Codes

Color #5DA582 in popluar color models

5DA582
RGB93165130
HSL151°28.57%50.59%
HSB/HSV151°43.64%64.71%
CMYK43.64%0.00%21.21%
35.29%

Color #5DA582 in popluar number systems.

HEX5DA582
Decimal93165130
Binary10111011010010110000010
Octal135245202

Shades and tints

Shades of #5DA582

#5DA582
(93,165,130)
#559677
(85,150,119)
#4D876C
(77,135,108)
#457861
(69,120,97)
#3D6956
(61,105,86)
#355A4B
(53,90,75)
#2D4B40
(45,75,64)
#253C35
(37,60,53)
#1D2D2A
(29,45,42)
#151E1F
(21,30,31)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #5DA582

#5DA582
(93,165,130)
#6BAD8D
(107,173,141)
#79B598
(121,181,152)
#87BDA3
(135,189,163)
#95C5AE
(149,197,174)
#A3CDB9
(163,205,185)
#B1D5C4
(177,213,196)
#BFDDCF
(191,221,207)
#CDE5DA
(205,229,218)
#DBEDE5
(219,237,229)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA582; }

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

This text font color is #5DA582.


Background Color

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

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

This div background color is #5DA582.


Border color

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

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

This div border color is #5DA582.


Opacity

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

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

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

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

This text has shadow with #5DA582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA582 on black background.


Color preview on white background

This text has color #5DA582 on white background.



Black color preview on #5DA582 background

This text has black color on #5DA582 background.


White color preview on #5DA582 background

This text has white color on #5DA582 background.