COLOR #5D9562

HEX: #5D9562
RGB: (93,149,98)

Color info

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

RGB color model

#5D9562 color RGB value is (93,149,98).

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

RGB channels and saturation

R 93 of 255 = 36%
G 149 of 255 = 58%
B 98 of 255 = 38%

93
149
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 149 + 98 = 340 (100%)
R 93 of 340 ~ 27.35%
G 149 of 340 ~ 43.82%
B 98 of 340 ~ 28.82%

%27.35
%43.82
%28.82

CMYK color model

#5D9562 color CMYK value is (38,0,34,42).

  • cyan value is 37.58%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(38,0,34,42)
C38M0Y34K42 
(38%,0%,34%,42%)
(0.38/0.00/0.34/0.42)	

CMYK percentages

%37.58
%0
%34.23
%41.57

Codes

Color #5D9562 in popluar color models

5D9562
RGB9314998
HSL125°23.14%47.45%
HSB/HSV125°37.58%58.43%
CMYK37.58%0.00%34.23%
41.57%

Color #5D9562 in popluar number systems.

HEX5D9562
Decimal9314998
Binary1011101100101011100010
Octal135225142

Shades and tints

Shades of #5D9562

#5D9562
(93,149,98)
#55885A
(85,136,90)
#4D7B52
(77,123,82)
#456E4A
(69,110,74)
#3D6142
(61,97,66)
#35543A
(53,84,58)
#2D4732
(45,71,50)
#253A2A
(37,58,42)
#1D2D22
(29,45,34)
#15201A
(21,32,26)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #5D9562

#5D9562
(93,149,98)
#6B9E70
(107,158,112)
#79A77E
(121,167,126)
#87B08C
(135,176,140)
#95B99A
(149,185,154)
#A3C2A8
(163,194,168)
#B1CBB6
(177,203,182)
#BFD4C4
(191,212,196)
#CDDDD2
(205,221,210)
#DBE6E0
(219,230,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9562; }

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

This text font color is #5D9562.


Background Color

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

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

This div background color is #5D9562.


Border color

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

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

This div border color is #5D9562.


Opacity

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

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

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

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

This text has shadow with #5D9562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9562 on black background.


Color preview on white background

This text has color #5D9562 on white background.



Black color preview on #5D9562 background

This text has black color on #5D9562 background.


White color preview on #5D9562 background

This text has white color on #5D9562 background.