COLOR #5D8C5D

HEX: #5D8C5D
RGB: (93,140,93)

Color info

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

RGB color model

#5D8C5D color RGB value is (93,140,93).

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

RGB channels and saturation

R 93 of 255 = 36%
G 140 of 255 = 55%
B 93 of 255 = 36%

93
140
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 140 + 93 = 326 (100%)
R 93 of 326 ~ 28.53%
G 140 of 326 ~ 42.94%
B 93 of 326 ~ 28.53%

%28.53
%42.94
%28.53

CMYK color model

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

  • cyan value is 33.57%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(34,0,34,45)
C34M0Y34K45 
(34%,0%,34%,45%)
(0.34/0.00/0.34/0.45)	

CMYK percentages

%33.57
%0
%33.57
%45.1

Codes

Color #5D8C5D in popluar color models

5D8C5D
RGB9314093
HSL120°20.17%45.69%
HSB/HSV120°33.57%54.90%
CMYK33.57%0.00%33.57%
45.10%

Color #5D8C5D in popluar number systems.

HEX5D8C5D
Decimal9314093
Binary1011101100011001011101
Octal135214135

Shades and tints

Shades of #5D8C5D

#5D8C5D
(93,140,93)
#558055
(85,128,85)
#4D744D
(77,116,77)
#456845
(69,104,69)
#3D5C3D
(61,92,61)
#355035
(53,80,53)
#2D442D
(45,68,45)
#253825
(37,56,37)
#1D2C1D
(29,44,29)
#152015
(21,32,21)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #5D8C5D

#5D8C5D
(93,140,93)
#6B966B
(107,150,107)
#79A079
(121,160,121)
#87AA87
(135,170,135)
#95B495
(149,180,149)
#A3BEA3
(163,190,163)
#B1C8B1
(177,200,177)
#BFD2BF
(191,210,191)
#CDDCCD
(205,220,205)
#DBE6DB
(219,230,219)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8C5D; }

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

This text font color is #5D8C5D.


Background Color

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

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

This div background color is #5D8C5D.


Border color

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

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

This div border color is #5D8C5D.


Opacity

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

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

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

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

This text has shadow with #5D8C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8C5D on black background.


Color preview on white background

This text has color #5D8C5D on white background.



Black color preview on #5D8C5D background

This text has black color on #5D8C5D background.


White color preview on #5D8C5D background

This text has white color on #5D8C5D background.