COLOR #5DA475

HEX: #5DA475
RGB: (93,164,117)

Color info

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

RGB color model

#5DA475 color RGB value is (93,164,117).

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

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 117 of 255 = 46%

93
164
117

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

Portions of RGB colors in percentages

R + G + B =
93 + 164 + 117 = 374 (100%)
R 93 of 374 ~ 24.87%
G 164 of 374 ~ 43.85%
B 117 of 374 ~ 31.28%

%24.87
%43.85
%31.28

CMYK color model

#5DA475 color CMYK value is (43,0,29,36).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 28.66%
  • key color value is 35.69%
CMYK:
(43,0,29,36)
C43M0Y29K36 
(43%,0%,29%,36%)
(0.43/0.00/0.29/0.36)	

CMYK percentages

%43.29
%0
%28.66
%35.69

Codes

Color #5DA475 in popluar color models

5DA475
RGB93164117
HSL140°28.06%50.39%
HSB/HSV140°43.29%64.31%
CMYK43.29%0.00%28.66%
35.69%

Color #5DA475 in popluar number systems.

HEX5DA475
Decimal93164117
Binary1011101101001001110101
Octal135244165

Shades and tints

Shades of #5DA475

#5DA475
(93,164,117)
#55966B
(85,150,107)
#4D8861
(77,136,97)
#457A57
(69,122,87)
#3D6C4D
(61,108,77)
#355E43
(53,94,67)
#2D5039
(45,80,57)
#25422F
(37,66,47)
#1D3425
(29,52,37)
#15261B
(21,38,27)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #5DA475

#5DA475
(93,164,117)
#6BAC81
(107,172,129)
#79B48D
(121,180,141)
#87BC99
(135,188,153)
#95C4A5
(149,196,165)
#A3CCB1
(163,204,177)
#B1D4BD
(177,212,189)
#BFDCC9
(191,220,201)
#CDE4D5
(205,228,213)
#DBECE1
(219,236,225)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA475; }

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

This text font color is #5DA475.


Background Color

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

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

This div background color is #5DA475.


Border color

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

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

This div border color is #5DA475.


Opacity

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

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

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

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

This text has shadow with #5DA475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA475 on black background.


Color preview on white background

This text has color #5DA475 on white background.



Black color preview on #5DA475 background

This text has black color on #5DA475 background.


White color preview on #5DA475 background

This text has white color on #5DA475 background.