COLOR #5DAF4D

HEX: #5DAF4D
RGB: (93,175,77)

Color info

#5DAF4D contains mainly green color. Web safe color of #5DAF4D is #669933 (or #693).

RGB color model

#5DAF4D color RGB value is (93,175,77).

  • red value is 93;
  • green value is 175;
  • blue value is 77.
RGB:
(93,175,77)
(36%,69%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 175 of 255 = 69%
B 77 of 255 = 30%

93
175
77

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

Portions of RGB colors in percentages

R + G + B =
93 + 175 + 77 = 345 (100%)
R 93 of 345 ~ 26.96%
G 175 of 345 ~ 50.72%
B 77 of 345 ~ 22.32%

%26.96
%50.72
%22.32

CMYK color model

#5DAF4D color CMYK value is (47,0,56,31).

  • cyan value is 46.86%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 31.37%
CMYK:
(47,0,56,31)
C47M0Y56K31 
(47%,0%,56%,31%)
(0.47/0.00/0.56/0.31)	

CMYK percentages

%46.86
%0
%56
%31.37

Codes

Color #5DAF4D in popluar color models

5DAF4D
RGB9317577
HSL110°38.89%49.41%
HSB/HSV110°56.00%68.63%
CMYK46.86%0.00%56.00%
31.37%

Color #5DAF4D in popluar number systems.

HEX5DAF4D
Decimal9317577
Binary1011101101011111001101
Octal135257115

Shades and tints

Shades of #5DAF4D

#5DAF4D
(93,175,77)
#55A046
(85,160,70)
#4D913F
(77,145,63)
#458238
(69,130,56)
#3D7331
(61,115,49)
#35642A
(53,100,42)
#2D5523
(45,85,35)
#25461C
(37,70,28)
#1D3715
(29,55,21)
#15280E
(21,40,14)
#0D1907
(13,25,7)
#000000
(0,0,0)

Tints of #5DAF4D

#5DAF4D
(93,175,77)
#6BB65D
(107,182,93)
#79BD6D
(121,189,109)
#87C47D
(135,196,125)
#95CB8D
(149,203,141)
#A3D29D
(163,210,157)
#B1D9AD
(177,217,173)
#BFE0BD
(191,224,189)
#CDE7CD
(205,231,205)
#DBEEDD
(219,238,221)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAF4D color. Also use rgb(93,175,77) instead hex code.

Text Font Color

.myTextColor { color: #5DAF4D; }

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

This text font color is #5DAF4D.


Background Color

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

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

This div background color is #5DAF4D.


Border color

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

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

This div border color is #5DAF4D.


Opacity

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

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

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

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

This text has shadow with #5DAF4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAF4D on black background.


Color preview on white background

This text has color #5DAF4D on white background.



Black color preview on #5DAF4D background

This text has black color on #5DAF4D background.


White color preview on #5DAF4D background

This text has white color on #5DAF4D background.