COLOR #5D9C37

HEX: #5D9C37
RGB: (93,156,55)

Color info

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

RGB color model

#5D9C37 color RGB value is (93,156,55).

  • red value is 93;
  • green value is 156;
  • blue value is 55.
RGB:
(93,156,55)
(36%,61%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 156 of 255 = 61%
B 55 of 255 = 22%

93
156
55

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

Portions of RGB colors in percentages

R + G + B =
93 + 156 + 55 = 304 (100%)
R 93 of 304 ~ 30.59%
G 156 of 304 ~ 51.32%
B 55 of 304 ~ 18.09%

%30.59
%51.32
%18.09

CMYK color model

#5D9C37 color CMYK value is (40,0,65,39).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 64.74%
  • key color value is 38.82%
CMYK:
(40,0,65,39)
C40M0Y65K39 
(40%,0%,65%,39%)
(0.40/0.00/0.65/0.39)	

CMYK percentages

%40.38
%0
%64.74
%38.82

Codes

Color #5D9C37 in popluar color models

5D9C37
RGB9315655
HSL97°47.87%41.37%
HSB/HSV97°64.74%61.18%
CMYK40.38%0.00%64.74%
38.82%

Color #5D9C37 in popluar number systems.

HEX5D9C37
Decimal9315655
Binary101110110011100110111
Octal13523467

Shades and tints

Shades of #5D9C37

#5D9C37
(93,156,55)
#558E32
(85,142,50)
#4D802D
(77,128,45)
#457228
(69,114,40)
#3D6423
(61,100,35)
#35561E
(53,86,30)
#2D4819
(45,72,25)
#253A14
(37,58,20)
#1D2C0F
(29,44,15)
#151E0A
(21,30,10)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #5D9C37

#5D9C37
(93,156,55)
#6BA549
(107,165,73)
#79AE5B
(121,174,91)
#87B76D
(135,183,109)
#95C07F
(149,192,127)
#A3C991
(163,201,145)
#B1D2A3
(177,210,163)
#BFDBB5
(191,219,181)
#CDE4C7
(205,228,199)
#DBEDD9
(219,237,217)
#E9F6EB
(233,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9C37 color. Also use rgb(93,156,55) instead hex code.

Text Font Color

.myTextColor { color: #5D9C37; }

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

This text font color is #5D9C37.


Background Color

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

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

This div background color is #5D9C37.


Border color

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

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

This div border color is #5D9C37.


Opacity

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

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

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

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

This text has shadow with #5D9C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9C37 on black background.


Color preview on white background

This text has color #5D9C37 on white background.



Black color preview on #5D9C37 background

This text has black color on #5D9C37 background.


White color preview on #5D9C37 background

This text has white color on #5D9C37 background.