COLOR #5C8D5F

HEX: #5C8D5F
RGB: (92,141,95)

Color info

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

RGB color model

#5C8D5F color RGB value is (92,141,95).

  • red value is 92;
  • green value is 141;
  • blue value is 95.
RGB:
(92,141,95)
(36%,55%,37%)

RGB channels and saturation

R 92 of 255 = 36%
G 141 of 255 = 55%
B 95 of 255 = 37%

92
141
95

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

Portions of RGB colors in percentages

R + G + B =
92 + 141 + 95 = 328 (100%)
R 92 of 328 ~ 28.05%
G 141 of 328 ~ 42.99%
B 95 of 328 ~ 28.96%

%28.05
%42.99
%28.96

CMYK color model

#5C8D5F color CMYK value is (35,0,33,45).

  • cyan value is 34.75%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(35,0,33,45)
C35M0Y33K45 
(35%,0%,33%,45%)
(0.35/0.00/0.33/0.45)	

CMYK percentages

%34.75
%0
%32.62
%44.71

Codes

Color #5C8D5F in popluar color models

5C8D5F
RGB9214195
HSL124°21.03%45.69%
HSB/HSV124°34.75%55.29%
CMYK34.75%0.00%32.62%
44.71%

Color #5C8D5F in popluar number systems.

HEX5C8D5F
Decimal9214195
Binary1011100100011011011111
Octal134215137

Shades and tints

Shades of #5C8D5F

#5C8D5F
(92,141,95)
#548157
(84,129,87)
#4C754F
(76,117,79)
#446947
(68,105,71)
#3C5D3F
(60,93,63)
#345137
(52,81,55)
#2C452F
(44,69,47)
#243927
(36,57,39)
#1C2D1F
(28,45,31)
#142117
(20,33,23)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #5C8D5F

#5C8D5F
(92,141,95)
#6A976D
(106,151,109)
#78A17B
(120,161,123)
#86AB89
(134,171,137)
#94B597
(148,181,151)
#A2BFA5
(162,191,165)
#B0C9B3
(176,201,179)
#BED3C1
(190,211,193)
#CCDDCF
(204,221,207)
#DAE7DD
(218,231,221)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8D5F color. Also use rgb(92,141,95) instead hex code.

Text Font Color

.myTextColor { color: #5C8D5F; }

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

This text font color is #5C8D5F.


Background Color

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

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

This div background color is #5C8D5F.


Border color

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

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

This div border color is #5C8D5F.


Opacity

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

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

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

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

This text has shadow with #5C8D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8D5F on black background.


Color preview on white background

This text has color #5C8D5F on white background.



Black color preview on #5C8D5F background

This text has black color on #5C8D5F background.


White color preview on #5C8D5F background

This text has white color on #5C8D5F background.