COLOR #5D9D5A

HEX: #5D9D5A
RGB: (93,157,90)

Color info

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

RGB color model

#5D9D5A color RGB value is (93,157,90).

  • red value is 93;
  • green value is 157;
  • blue value is 90.
RGB:
(93,157,90)
(36%,62%,35%)

RGB channels and saturation

R 93 of 255 = 36%
G 157 of 255 = 62%
B 90 of 255 = 35%

93
157
90

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

Portions of RGB colors in percentages

R + G + B =
93 + 157 + 90 = 340 (100%)
R 93 of 340 ~ 27.35%
G 157 of 340 ~ 46.18%
B 90 of 340 ~ 26.47%

%27.35
%46.18
%26.47

CMYK color model

#5D9D5A color CMYK value is (41,0,43,38).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 38.43%
CMYK:
(41,0,43,38)
C41M0Y43K38 
(41%,0%,43%,38%)
(0.41/0.00/0.43/0.38)	

CMYK percentages

%40.76
%0
%42.68
%38.43

Codes

Color #5D9D5A in popluar color models

5D9D5A
RGB9315790
HSL117°27.13%48.43%
HSB/HSV117°42.68%61.57%
CMYK40.76%0.00%42.68%
38.43%

Color #5D9D5A in popluar number systems.

HEX5D9D5A
Decimal9315790
Binary1011101100111011011010
Octal135235132

Shades and tints

Shades of #5D9D5A

#5D9D5A
(93,157,90)
#558F52
(85,143,82)
#4D814A
(77,129,74)
#457342
(69,115,66)
#3D653A
(61,101,58)
#355732
(53,87,50)
#2D492A
(45,73,42)
#253B22
(37,59,34)
#1D2D1A
(29,45,26)
#151F12
(21,31,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #5D9D5A

#5D9D5A
(93,157,90)
#6BA569
(107,165,105)
#79AD78
(121,173,120)
#87B587
(135,181,135)
#95BD96
(149,189,150)
#A3C5A5
(163,197,165)
#B1CDB4
(177,205,180)
#BFD5C3
(191,213,195)
#CDDDD2
(205,221,210)
#DBE5E1
(219,229,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9D5A color. Also use rgb(93,157,90) instead hex code.

Text Font Color

.myTextColor { color: #5D9D5A; }

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

This text font color is #5D9D5A.


Background Color

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

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

This div background color is #5D9D5A.


Border color

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

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

This div border color is #5D9D5A.


Opacity

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

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

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

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

This text has shadow with #5D9D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9D5A on black background.


Color preview on white background

This text has color #5D9D5A on white background.



Black color preview on #5D9D5A background

This text has black color on #5D9D5A background.


White color preview on #5D9D5A background

This text has white color on #5D9D5A background.