COLOR #5D9862

HEX: #5D9862
RGB: (93,152,98)

Color info

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

RGB color model

#5D9862 color RGB value is (93,152,98).

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

RGB channels and saturation

R 93 of 255 = 36%
G 152 of 255 = 60%
B 98 of 255 = 38%

93
152
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 152 + 98 = 343 (100%)
R 93 of 343 ~ 27.11%
G 152 of 343 ~ 44.31%
B 98 of 343 ~ 28.57%

%27.11
%44.31
%28.57

CMYK color model

#5D9862 color CMYK value is (39,0,36,40).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 40.39%
CMYK:
(39,0,36,40)
C39M0Y36K40 
(39%,0%,36%,40%)
(0.39/0.00/0.36/0.40)	

CMYK percentages

%38.82
%0
%35.53
%40.39

Codes

Color #5D9862 in popluar color models

5D9862
RGB9315298
HSL125°24.08%48.04%
HSB/HSV125°38.82%59.61%
CMYK38.82%0.00%35.53%
40.39%

Color #5D9862 in popluar number systems.

HEX5D9862
Decimal9315298
Binary1011101100110001100010
Octal135230142

Shades and tints

Shades of #5D9862

#5D9862
(93,152,98)
#558B5A
(85,139,90)
#4D7E52
(77,126,82)
#45714A
(69,113,74)
#3D6442
(61,100,66)
#35573A
(53,87,58)
#2D4A32
(45,74,50)
#253D2A
(37,61,42)
#1D3022
(29,48,34)
#15231A
(21,35,26)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #5D9862

#5D9862
(93,152,98)
#6BA170
(107,161,112)
#79AA7E
(121,170,126)
#87B38C
(135,179,140)
#95BC9A
(149,188,154)
#A3C5A8
(163,197,168)
#B1CEB6
(177,206,182)
#BFD7C4
(191,215,196)
#CDE0D2
(205,224,210)
#DBE9E0
(219,233,224)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9862; }

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

This text font color is #5D9862.


Background Color

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

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

This div background color is #5D9862.


Border color

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

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

This div border color is #5D9862.


Opacity

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

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

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

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

This text has shadow with #5D9862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9862 on black background.


Color preview on white background

This text has color #5D9862 on white background.



Black color preview on #5D9862 background

This text has black color on #5D9862 background.


White color preview on #5D9862 background

This text has white color on #5D9862 background.