COLOR #5DA46C

HEX: #5DA46C
RGB: (93,164,108)

Color info

#5DA46C contains mainly green and blue colors. Web safe color of #5DA46C is #669966 (or #696).

RGB color model

#5DA46C color RGB value is (93,164,108).

  • red value is 93;
  • green value is 164;
  • blue value is 108.
RGB:
(93,164,108)
(36%,64%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 108 of 255 = 42%

93
164
108

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

Portions of RGB colors in percentages

R + G + B =
93 + 164 + 108 = 365 (100%)
R 93 of 365 ~ 25.48%
G 164 of 365 ~ 44.93%
B 108 of 365 ~ 29.59%

%25.48
%44.93
%29.59

CMYK color model

#5DA46C color CMYK value is (43,0,34,36).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 35.69%
CMYK:
(43,0,34,36)
C43M0Y34K36 
(43%,0%,34%,36%)
(0.43/0.00/0.34/0.36)	

CMYK percentages

%43.29
%0
%34.15
%35.69

Codes

Color #5DA46C in popluar color models

5DA46C
RGB93164108
HSL133°28.06%50.39%
HSB/HSV133°43.29%64.31%
CMYK43.29%0.00%34.15%
35.69%

Color #5DA46C in popluar number systems.

HEX5DA46C
Decimal93164108
Binary1011101101001001101100
Octal135244154

Shades and tints

Shades of #5DA46C

#5DA46C
(93,164,108)
#559663
(85,150,99)
#4D885A
(77,136,90)
#457A51
(69,122,81)
#3D6C48
(61,108,72)
#355E3F
(53,94,63)
#2D5036
(45,80,54)
#25422D
(37,66,45)
#1D3424
(29,52,36)
#15261B
(21,38,27)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #5DA46C

#5DA46C
(93,164,108)
#6BAC79
(107,172,121)
#79B486
(121,180,134)
#87BC93
(135,188,147)
#95C4A0
(149,196,160)
#A3CCAD
(163,204,173)
#B1D4BA
(177,212,186)
#BFDCC7
(191,220,199)
#CDE4D4
(205,228,212)
#DBECE1
(219,236,225)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA46C; }

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

This text font color is #5DA46C.


Background Color

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

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

This div background color is #5DA46C.


Border color

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

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

This div border color is #5DA46C.


Opacity

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

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

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

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

This text has shadow with #5DA46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA46C on black background.


Color preview on white background

This text has color #5DA46C on white background.



Black color preview on #5DA46C background

This text has black color on #5DA46C background.


White color preview on #5DA46C background

This text has white color on #5DA46C background.