COLOR #5DAA5B

HEX: #5DAA5B
RGB: (93,170,91)

Color info

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

RGB color model

#5DAA5B color RGB value is (93,170,91).

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

RGB channels and saturation

R 93 of 255 = 36%
G 170 of 255 = 67%
B 91 of 255 = 36%

93
170
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 170 + 91 = 354 (100%)
R 93 of 354 ~ 26.27%
G 170 of 354 ~ 48.02%
B 91 of 354 ~ 25.71%

%26.27
%48.02
%25.71

CMYK color model

#5DAA5B color CMYK value is (45,0,46,33).

  • cyan value is 45.29%
  • magenta value is 0.00%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(45,0,46,33)
C45M0Y46K33 
(45%,0%,46%,33%)
(0.45/0.00/0.46/0.33)	

CMYK percentages

%45.29
%0
%46.47
%33.33

Codes

Color #5DAA5B in popluar color models

5DAA5B
RGB9317091
HSL118°31.73%51.18%
HSB/HSV118°46.47%66.67%
CMYK45.29%0.00%46.47%
33.33%

Color #5DAA5B in popluar number systems.

HEX5DAA5B
Decimal9317091
Binary1011101101010101011011
Octal135252133

Shades and tints

Shades of #5DAA5B

#5DAA5B
(93,170,91)
#559B53
(85,155,83)
#4D8C4B
(77,140,75)
#457D43
(69,125,67)
#3D6E3B
(61,110,59)
#355F33
(53,95,51)
#2D502B
(45,80,43)
#254123
(37,65,35)
#1D321B
(29,50,27)
#152313
(21,35,19)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #5DAA5B

#5DAA5B
(93,170,91)
#6BB169
(107,177,105)
#79B877
(121,184,119)
#87BF85
(135,191,133)
#95C693
(149,198,147)
#A3CDA1
(163,205,161)
#B1D4AF
(177,212,175)
#BFDBBD
(191,219,189)
#CDE2CB
(205,226,203)
#DBE9D9
(219,233,217)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAA5B; }

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

This text font color is #5DAA5B.


Background Color

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

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

This div background color is #5DAA5B.


Border color

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

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

This div border color is #5DAA5B.


Opacity

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

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

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

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

This text has shadow with #5DAA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAA5B on black background.


Color preview on white background

This text has color #5DAA5B on white background.



Black color preview on #5DAA5B background

This text has black color on #5DAA5B background.


White color preview on #5DAA5B background

This text has white color on #5DAA5B background.