COLOR #5DA390

HEX: #5DA390 RGB: (93,163,144)

Color info

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

RGB color model

#5DA390 color RGB value is (93,163,144).

RGB: (93,163,144) (36%, 64%, 56%)

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 144 of 255 = 56%

93
163
144

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

Portions of RGB colors in percentages

R + G + B = 93 + 163 + 144 = 400 (100%)
R 93 of 400 ~ 23.25%
G 163 of 400 ~ 40.75%
B 144 of 400 ~ 36'%

%23.25
%40.75
%36

CMYK color model

#5DA390 color CMYK value is (43,0,12,36).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%

CMYK: (43,0,12,36)
C43M0Y12K36 (43%, 0%, 12%, 36%)
(0.43 / 0.00 / 0.12 / 0.36)

CMYK percentages

%42.94
%0
%11.66
%36.08

Codes

Color #5DA390 in popluar color models

5D A3 90
RGB 93 163 144
HSL 164° 27.56% 50.20%
HSB/HSV 164° 42.94% 63.92%
CMYK 42.94% 0.00% 11.66%
36.08%

Color #5DA390 in popluar number systems.

HEX 5D A3 90
Decimal 93 163 144
Binary 1011101 10100011 10010000
Octal 135 243 220

Shades and tints

Shades of #5DA390

#5DA390
(93,163,144)
#559583
(85,149,131)
#4D8776
(77,135,118)
#457969
(69,121,105)
#3D6B5C
(61,107,92)
#355D4F
(53,93,79)
#2D4F42
(45,79,66)
#254135
(37,65,53)
#1D3328
(29,51,40)
#15251B
(21,37,27)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #5DA390

#5DA390
(93,163,144)
#6BAB9A
(107,171,154)
#79B3A4
(121,179,164)
#87BBAE
(135,187,174)
#95C3B8
(149,195,184)
#A3CBC2
(163,203,194)
#B1D3CC
(177,211,204)
#BFDBD6
(191,219,214)
#CDE3E0
(205,227,224)
#DBEBEA
(219,235,234)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA390; }

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

This text font color is #5DA390.

Background Color

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

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

This div background color is #5DA390.

Border color

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

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

This div border color is #5DA390.

Opacity

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

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

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

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

This text has shadow with #5DA390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA390.

Preview

Color preview on black background

This text has color #5DA390 on black background.


Color preview on white background

This text has color #5DA390 on white background.


Black color preview on #5DA390 background

This text has black color on #5DA390 background.


White color preview on #5DA390 background

This text has white color on #5DA390 background.


Related colors

Complementary color

Complementary color for #hex is #A25C6F.


I love getcolorcode.com

Triadic colors

1 #905DA3 and #A3905D with #5DA390 are triadic colors.

2 #90A35D and #A35D90 with #5DA390 are triadic colors.