COLOR #5D8D62

HEX: #5D8D62
RGB: (93,141,98)

Color info

#5D8D62 contains red, green and blue colors in about the same proportion. Web safe color of #5D8D62 is #669966 (or #696).

RGB color model

#5D8D62 color RGB value is (93,141,98).

  • red value is 93;
  • green value is 141;
  • blue value is 98.
RGB:
(93,141,98)
(36%,55%,38%)

RGB channels and saturation

R 93 of 255 = 36%
G 141 of 255 = 55%
B 98 of 255 = 38%

93
141
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 141 + 98 = 332 (100%)
R 93 of 332 ~ 28.01%
G 141 of 332 ~ 42.47%
B 98 of 332 ~ 29.52%

%28.01
%42.47
%29.52

CMYK color model

#5D8D62 color CMYK value is (34,0,30,45).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 44.71%
CMYK:
(34,0,30,45)
C34M0Y30K45 
(34%,0%,30%,45%)
(0.34/0.00/0.30/0.45)	

CMYK percentages

%34.04
%0
%30.5
%44.71

Codes

Color #5D8D62 in popluar color models

5D8D62
RGB9314198
HSL126°20.51%45.88%
HSB/HSV126°34.04%55.29%
CMYK34.04%0.00%30.50%
44.71%

Color #5D8D62 in popluar number systems.

HEX5D8D62
Decimal9314198
Binary1011101100011011100010
Octal135215142

Shades and tints

Shades of #5D8D62

#5D8D62
(93,141,98)
#55815A
(85,129,90)
#4D7552
(77,117,82)
#45694A
(69,105,74)
#3D5D42
(61,93,66)
#35513A
(53,81,58)
#2D4532
(45,69,50)
#25392A
(37,57,42)
#1D2D22
(29,45,34)
#15211A
(21,33,26)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #5D8D62

#5D8D62
(93,141,98)
#6B9770
(107,151,112)
#79A17E
(121,161,126)
#87AB8C
(135,171,140)
#95B59A
(149,181,154)
#A3BFA8
(163,191,168)
#B1C9B6
(177,201,182)
#BFD3C4
(191,211,196)
#CDDDD2
(205,221,210)
#DBE7E0
(219,231,224)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8D62 color. Also use rgb(93,141,98) instead hex code.

Text Font Color

.myTextColor { color: #5D8D62; }

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

This text font color is #5D8D62.


Background Color

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

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

This div background color is #5D8D62.


Border color

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

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

This div border color is #5D8D62.


Opacity

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

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

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

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

This text has shadow with #5D8D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8D62 on black background.


Color preview on white background

This text has color #5D8D62 on white background.



Black color preview on #5D8D62 background

This text has black color on #5D8D62 background.


White color preview on #5D8D62 background

This text has white color on #5D8D62 background.