COLOR #5D9A55

HEX: #5D9A55
RGB: (93,154,85)

Color info

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

RGB color model

#5D9A55 color RGB value is (93,154,85).

  • red value is 93;
  • green value is 154;
  • blue value is 85.
RGB:
(93,154,85)
(36%,60%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 154 of 255 = 60%
B 85 of 255 = 33%

93
154
85

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

Portions of RGB colors in percentages

R + G + B =
93 + 154 + 85 = 332 (100%)
R 93 of 332 ~ 28.01%
G 154 of 332 ~ 46.39%
B 85 of 332 ~ 25.6%

%28.01
%46.39
%25.6

CMYK color model

#5D9A55 color CMYK value is (40,0,45,40).

  • cyan value is 39.61%
  • magenta value is 0.00%
  • yellow value is 44.81%
  • key color value is 39.61%
CMYK:
(40,0,45,40)
C40M0Y45K40 
(40%,0%,45%,40%)
(0.40/0.00/0.45/0.40)	

CMYK percentages

%39.61
%0
%44.81
%39.61

Codes

Color #5D9A55 in popluar color models

5D9A55
RGB9315485
HSL113°28.87%46.86%
HSB/HSV113°44.81%60.39%
CMYK39.61%0.00%44.81%
39.61%

Color #5D9A55 in popluar number systems.

HEX5D9A55
Decimal9315485
Binary1011101100110101010101
Octal135232125

Shades and tints

Shades of #5D9A55

#5D9A55
(93,154,85)
#558C4E
(85,140,78)
#4D7E47
(77,126,71)
#457040
(69,112,64)
#3D6239
(61,98,57)
#355432
(53,84,50)
#2D462B
(45,70,43)
#253824
(37,56,36)
#1D2A1D
(29,42,29)
#151C16
(21,28,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #5D9A55

#5D9A55
(93,154,85)
#6BA364
(107,163,100)
#79AC73
(121,172,115)
#87B582
(135,181,130)
#95BE91
(149,190,145)
#A3C7A0
(163,199,160)
#B1D0AF
(177,208,175)
#BFD9BE
(191,217,190)
#CDE2CD
(205,226,205)
#DBEBDC
(219,235,220)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9A55 color. Also use rgb(93,154,85) instead hex code.

Text Font Color

.myTextColor { color: #5D9A55; }

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

This text font color is #5D9A55.


Background Color

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

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

This div background color is #5D9A55.


Border color

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

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

This div border color is #5D9A55.


Opacity

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

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

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

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

This text has shadow with #5D9A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9A55 on black background.


Color preview on white background

This text has color #5D9A55 on white background.



Black color preview on #5D9A55 background

This text has black color on #5D9A55 background.


White color preview on #5D9A55 background

This text has white color on #5D9A55 background.