COLOR #5DAA4F

HEX: #5DAA4F
RGB: (93,170,79)

Color info

#5DAA4F contains mainly green color. Web safe color of #5DAA4F is #669966 (or #696).

RGB color model

#5DAA4F color RGB value is (93,170,79).

  • red value is 93;
  • green value is 170;
  • blue value is 79.
RGB:
(93,170,79)
(36%,67%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 170 of 255 = 67%
B 79 of 255 = 31%

93
170
79

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

Portions of RGB colors in percentages

R + G + B =
93 + 170 + 79 = 342 (100%)
R 93 of 342 ~ 27.19%
G 170 of 342 ~ 49.71%
B 79 of 342 ~ 23.1%

%27.19
%49.71
%23.1

CMYK color model

#5DAA4F color CMYK value is (45,0,54,33).

  • cyan value is 45.29%
  • magenta value is 0.00%
  • yellow value is 53.53%
  • key color value is 33.33%
CMYK:
(45,0,54,33)
C45M0Y54K33 
(45%,0%,54%,33%)
(0.45/0.00/0.54/0.33)	

CMYK percentages

%45.29
%0
%53.53
%33.33

Codes

Color #5DAA4F in popluar color models

5DAA4F
RGB9317079
HSL111°36.55%48.82%
HSB/HSV111°53.53%66.67%
CMYK45.29%0.00%53.53%
33.33%

Color #5DAA4F in popluar number systems.

HEX5DAA4F
Decimal9317079
Binary1011101101010101001111
Octal135252117

Shades and tints

Shades of #5DAA4F

#5DAA4F
(93,170,79)
#559B48
(85,155,72)
#4D8C41
(77,140,65)
#457D3A
(69,125,58)
#3D6E33
(61,110,51)
#355F2C
(53,95,44)
#2D5025
(45,80,37)
#25411E
(37,65,30)
#1D3217
(29,50,23)
#152310
(21,35,16)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #5DAA4F

#5DAA4F
(93,170,79)
#6BB15F
(107,177,95)
#79B86F
(121,184,111)
#87BF7F
(135,191,127)
#95C68F
(149,198,143)
#A3CD9F
(163,205,159)
#B1D4AF
(177,212,175)
#BFDBBF
(191,219,191)
#CDE2CF
(205,226,207)
#DBE9DF
(219,233,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAA4F color. Also use rgb(93,170,79) instead hex code.

Text Font Color

.myTextColor { color: #5DAA4F; }

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

This text font color is #5DAA4F.


Background Color

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

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

This div background color is #5DAA4F.


Border color

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

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

This div border color is #5DAA4F.


Opacity

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

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

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

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

This text has shadow with #5DAA4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAA4F on black background.


Color preview on white background

This text has color #5DAA4F on white background.



Black color preview on #5DAA4F background

This text has black color on #5DAA4F background.


White color preview on #5DAA4F background

This text has white color on #5DAA4F background.