COLOR #5DA58A

HEX: #5DA58A RGB: (93,165,138)

Color info

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

RGB color model

#5DA58A color RGB value is (93,165,138).

RGB: (93,165,138) (36%, 65%, 54%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 138 of 255 = 54%

93
165
138

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

Portions of RGB colors in percentages

R + G + B = 93 + 165 + 138 = 396 (100%)
R 93 of 396 ~ 23.48%
G 165 of 396 ~ 41.67%
B 138 of 396 ~ 34.85'%

%23.48
%41.67
%34.85

CMYK color model

#5DA58A color CMYK value is (44,0,16,35).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 35.29%

CMYK: (44,0,16,35)
C44M0Y16K35 (44%, 0%, 16%, 35%)
(0.44 / 0.00 / 0.16 / 0.35)

CMYK percentages

%43.64
%0
%16.36
%35.29

Codes

Color #5DA58A in popluar color models

5D A5 8A
RGB 93 165 138
HSL 158° 28.57% 50.59%
HSB/HSV 158° 43.64% 64.71%
CMYK 43.64% 0.00% 16.36%
35.29%

Color #5DA58A in popluar number systems.

HEX 5D A5 8A
Decimal 93 165 138
Binary 1011101 10100101 10001010
Octal 135 245 212

Shades and tints

Shades of #5DA58A

#5DA58A
(93,165,138)
#55967E
(85,150,126)
#4D8772
(77,135,114)
#457866
(69,120,102)
#3D695A
(61,105,90)
#355A4E
(53,90,78)
#2D4B42
(45,75,66)
#253C36
(37,60,54)
#1D2D2A
(29,45,42)
#151E1E
(21,30,30)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5DA58A

#5DA58A
(93,165,138)
#6BAD94
(107,173,148)
#79B59E
(121,181,158)
#87BDA8
(135,189,168)
#95C5B2
(149,197,178)
#A3CDBC
(163,205,188)
#B1D5C6
(177,213,198)
#BFDDD0
(191,221,208)
#CDE5DA
(205,229,218)
#DBEDE4
(219,237,228)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA58A; }

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

This text font color is #5DA58A.

Background Color

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

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

This div background color is #5DA58A.

Border color

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

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

This div border color is #5DA58A.

Opacity

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

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

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

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

This text has shadow with #5DA58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA58A.

Preview

Color preview on black background

This text has color #5DA58A on black background.


Color preview on white background

This text has color #5DA58A on white background.


Black color preview on #5DA58A background

This text has black color on #5DA58A background.


White color preview on #5DA58A background

This text has white color on #5DA58A background.


Related colors

Complementary color

Complementary color for #hex is #A25A75.


I love getcolorcode.com

Triadic colors

1 #8A5DA5 and #A58A5D with #5DA58A are triadic colors.

2 #8AA55D and #A55D8A with #5DA58A are triadic colors.