COLOR #5DA47A

HEX: #5DA47A
RGB: (93,164,122)

Color info

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

RGB color model

#5DA47A color RGB value is (93,164,122).

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

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 122 of 255 = 48%

93
164
122

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

Portions of RGB colors in percentages

R + G + B =
93 + 164 + 122 = 379 (100%)
R 93 of 379 ~ 24.54%
G 164 of 379 ~ 43.27%
B 122 of 379 ~ 32.19%

%24.54
%43.27
%32.19

CMYK color model

#5DA47A color CMYK value is (43,0,26,36).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(43,0,26,36)
C43M0Y26K36 
(43%,0%,26%,36%)
(0.43/0.00/0.26/0.36)	

CMYK percentages

%43.29
%0
%25.61
%35.69

Codes

Color #5DA47A in popluar color models

5DA47A
RGB93164122
HSL145°28.06%50.39%
HSB/HSV145°43.29%64.31%
CMYK43.29%0.00%25.61%
35.69%

Color #5DA47A in popluar number systems.

HEX5DA47A
Decimal93164122
Binary1011101101001001111010
Octal135244172

Shades and tints

Shades of #5DA47A

#5DA47A
(93,164,122)
#55966F
(85,150,111)
#4D8864
(77,136,100)
#457A59
(69,122,89)
#3D6C4E
(61,108,78)
#355E43
(53,94,67)
#2D5038
(45,80,56)
#25422D
(37,66,45)
#1D3422
(29,52,34)
#152617
(21,38,23)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #5DA47A

#5DA47A
(93,164,122)
#6BAC86
(107,172,134)
#79B492
(121,180,146)
#87BC9E
(135,188,158)
#95C4AA
(149,196,170)
#A3CCB6
(163,204,182)
#B1D4C2
(177,212,194)
#BFDCCE
(191,220,206)
#CDE4DA
(205,228,218)
#DBECE6
(219,236,230)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA47A; }

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

This text font color is #5DA47A.


Background Color

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

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

This div background color is #5DA47A.


Border color

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

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

This div border color is #5DA47A.


Opacity

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

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

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

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

This text has shadow with #5DA47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA47A on black background.


Color preview on white background

This text has color #5DA47A on white background.



Black color preview on #5DA47A background

This text has black color on #5DA47A background.


White color preview on #5DA47A background

This text has white color on #5DA47A background.