COLOR #5DA484

HEX: #5DA484 RGB: (93,164,132)

Color info

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

RGB color model

#5DA484 color RGB value is (93,164,132).

RGB: (93,164,132) (36%, 64%, 52%)

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 132 of 255 = 52%

93
164
132

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

Portions of RGB colors in percentages

R + G + B = 93 + 164 + 132 = 389 (100%)
R 93 of 389 ~ 23.91%
G 164 of 389 ~ 42.16%
B 132 of 389 ~ 33.93'%

%23.91
%42.16
%33.93

CMYK color model

#5DA484 color CMYK value is (43,0,20,36).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 35.69%

CMYK: (43,0,20,36)
C43M0Y20K36 (43%, 0%, 20%, 36%)
(0.43 / 0.00 / 0.20 / 0.36)

CMYK percentages

%43.29
%0
%19.51
%35.69

Codes

Color #5DA484 in popluar color models

5D A4 84
RGB 93 164 132
HSL 153° 28.06% 50.39%
HSB/HSV 153° 43.29% 64.31%
CMYK 43.29% 0.00% 19.51%
35.69%

Color #5DA484 in popluar number systems.

HEX 5D A4 84
Decimal 93 164 132
Binary 1011101 10100100 10000100
Octal 135 244 204

Shades and tints

Shades of #5DA484

#5DA484
(93,164,132)
#559678
(85,150,120)
#4D886C
(77,136,108)
#457A60
(69,122,96)
#3D6C54
(61,108,84)
#355E48
(53,94,72)
#2D503C
(45,80,60)
#254230
(37,66,48)
#1D3424
(29,52,36)
#152618
(21,38,24)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #5DA484

#5DA484
(93,164,132)
#6BAC8F
(107,172,143)
#79B49A
(121,180,154)
#87BCA5
(135,188,165)
#95C4B0
(149,196,176)
#A3CCBB
(163,204,187)
#B1D4C6
(177,212,198)
#BFDCD1
(191,220,209)
#CDE4DC
(205,228,220)
#DBECE7
(219,236,231)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA484 color. Also use rgb(93,164,132) instead hex code.

Text Font Color

.myTextColor { color: #5DA484; }

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

This text font color is #5DA484.

Background Color

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

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

This div background color is #5DA484.

Border color

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

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

This div border color is #5DA484.

Opacity

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

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

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

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

This text has shadow with #5DA484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA484.

Preview

Color preview on black background

This text has color #5DA484 on black background.


Color preview on white background

This text has color #5DA484 on white background.


Black color preview on #5DA484 background

This text has black color on #5DA484 background.


White color preview on #5DA484 background

This text has white color on #5DA484 background.


Related colors

Complementary color

Complementary color for #hex is #A25B7B.


I love getcolorcode.com

Triadic colors

1 #845DA4 and #A4845D with #5DA484 are triadic colors.

2 #84A45D and #A45D84 with #5DA484 are triadic colors.