COLOR #5D8D5B

HEX: #5D8D5B
RGB: (93,141,91)

Color info

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

RGB color model

#5D8D5B color RGB value is (93,141,91).

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

RGB channels and saturation

R 93 of 255 = 36%
G 141 of 255 = 55%
B 91 of 255 = 36%

93
141
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 141 + 91 = 325 (100%)
R 93 of 325 ~ 28.62%
G 141 of 325 ~ 43.38%
B 91 of 325 ~ 28%

%28.62
%43.38
%28

CMYK color model

#5D8D5B color CMYK value is (34,0,35,45).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 35.46%
  • key color value is 44.71%
CMYK:
(34,0,35,45)
C34M0Y35K45 
(34%,0%,35%,45%)
(0.34/0.00/0.35/0.45)	

CMYK percentages

%34.04
%0
%35.46
%44.71

Codes

Color #5D8D5B in popluar color models

5D8D5B
RGB9314191
HSL118°21.55%45.49%
HSB/HSV118°35.46%55.29%
CMYK34.04%0.00%35.46%
44.71%

Color #5D8D5B in popluar number systems.

HEX5D8D5B
Decimal9314191
Binary1011101100011011011011
Octal135215133

Shades and tints

Shades of #5D8D5B

#5D8D5B
(93,141,91)
#558153
(85,129,83)
#4D754B
(77,117,75)
#456943
(69,105,67)
#3D5D3B
(61,93,59)
#355133
(53,81,51)
#2D452B
(45,69,43)
#253923
(37,57,35)
#1D2D1B
(29,45,27)
#152113
(21,33,19)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #5D8D5B

#5D8D5B
(93,141,91)
#6B9769
(107,151,105)
#79A177
(121,161,119)
#87AB85
(135,171,133)
#95B593
(149,181,147)
#A3BFA1
(163,191,161)
#B1C9AF
(177,201,175)
#BFD3BD
(191,211,189)
#CDDDCB
(205,221,203)
#DBE7D9
(219,231,217)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8D5B; }

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

This text font color is #5D8D5B.


Background Color

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

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

This div background color is #5D8D5B.


Border color

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

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

This div border color is #5D8D5B.


Opacity

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

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

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

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

This text has shadow with #5D8D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8D5B on black background.


Color preview on white background

This text has color #5D8D5B on white background.



Black color preview on #5D8D5B background

This text has black color on #5D8D5B background.


White color preview on #5D8D5B background

This text has white color on #5D8D5B background.