COLOR #5D9E5A

HEX: #5D9E5A
RGB: (93,158,90)

Color info

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

RGB color model

#5D9E5A color RGB value is (93,158,90).

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

RGB channels and saturation

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

93
158
90

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

Portions of RGB colors in percentages

R + G + B =
93 + 158 + 90 = 341 (100%)
R 93 of 341 ~ 27.27%
G 158 of 341 ~ 46.33%
B 90 of 341 ~ 26.39%

%27.27
%46.33
%26.39

CMYK color model

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

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

CMYK percentages

%41.14
%0
%43.04
%38.04

Codes

Color #5D9E5A in popluar color models

5D9E5A
RGB9315890
HSL117°27.42%48.63%
HSB/HSV117°43.04%61.96%
CMYK41.14%0.00%43.04%
38.04%

Color #5D9E5A in popluar number systems.

HEX5D9E5A
Decimal9315890
Binary1011101100111101011010
Octal135236132

Shades and tints

Shades of #5D9E5A

#5D9E5A
(93,158,90)
#559052
(85,144,82)
#4D824A
(77,130,74)
#457442
(69,116,66)
#3D663A
(61,102,58)
#355832
(53,88,50)
#2D4A2A
(45,74,42)
#253C22
(37,60,34)
#1D2E1A
(29,46,26)
#152012
(21,32,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #5D9E5A

#5D9E5A
(93,158,90)
#6BA669
(107,166,105)
#79AE78
(121,174,120)
#87B687
(135,182,135)
#95BE96
(149,190,150)
#A3C6A5
(163,198,165)
#B1CEB4
(177,206,180)
#BFD6C3
(191,214,195)
#CDDED2
(205,222,210)
#DBE6E1
(219,230,225)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9E5A; }

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

This text font color is #5D9E5A.


Background Color

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

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

This div background color is #5D9E5A.


Border color

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

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

This div border color is #5D9E5A.


Opacity

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

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

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

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

This text has shadow with #5D9E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9E5A on black background.


Color preview on white background

This text has color #5D9E5A on white background.



Black color preview on #5D9E5A background

This text has black color on #5D9E5A background.


White color preview on #5D9E5A background

This text has white color on #5D9E5A background.