COLOR #5D8E5C

HEX: #5D8E5C
RGB: (93,142,92)

Color info

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

RGB color model

#5D8E5C color RGB value is (93,142,92).

  • red value is 93;
  • green value is 142;
  • blue value is 92.
RGB:
(93,142,92)
(36%,56%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 142 of 255 = 56%
B 92 of 255 = 36%

93
142
92

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

Portions of RGB colors in percentages

R + G + B =
93 + 142 + 92 = 327 (100%)
R 93 of 327 ~ 28.44%
G 142 of 327 ~ 43.43%
B 92 of 327 ~ 28.13%

%28.44
%43.43
%28.13

CMYK color model

#5D8E5C color CMYK value is (35,0,35,44).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 44.31%
CMYK:
(35,0,35,44)
C35M0Y35K44 
(35%,0%,35%,44%)
(0.35/0.00/0.35/0.44)	

CMYK percentages

%34.51
%0
%35.21
%44.31

Codes

Color #5D8E5C in popluar color models

5D8E5C
RGB9314292
HSL119°21.37%45.88%
HSB/HSV119°35.21%55.69%
CMYK34.51%0.00%35.21%
44.31%

Color #5D8E5C in popluar number systems.

HEX5D8E5C
Decimal9314292
Binary1011101100011101011100
Octal135216134

Shades and tints

Shades of #5D8E5C

#5D8E5C
(93,142,92)
#558254
(85,130,84)
#4D764C
(77,118,76)
#456A44
(69,106,68)
#3D5E3C
(61,94,60)
#355234
(53,82,52)
#2D462C
(45,70,44)
#253A24
(37,58,36)
#1D2E1C
(29,46,28)
#152214
(21,34,20)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #5D8E5C

#5D8E5C
(93,142,92)
#6B986A
(107,152,106)
#79A278
(121,162,120)
#87AC86
(135,172,134)
#95B694
(149,182,148)
#A3C0A2
(163,192,162)
#B1CAB0
(177,202,176)
#BFD4BE
(191,212,190)
#CDDECC
(205,222,204)
#DBE8DA
(219,232,218)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8E5C; }

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

This text font color is #5D8E5C.


Background Color

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

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

This div background color is #5D8E5C.


Border color

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

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

This div border color is #5D8E5C.


Opacity

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

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

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

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

This text has shadow with #5D8E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8E5C on black background.


Color preview on white background

This text has color #5D8E5C on white background.



Black color preview on #5D8E5C background

This text has black color on #5D8E5C background.


White color preview on #5D8E5C background

This text has white color on #5D8E5C background.