COLOR #5C8D55

HEX: #5C8D55
RGB: (92,141,85)

Color info

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

RGB color model

#5C8D55 color RGB value is (92,141,85).

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

RGB channels and saturation

R 92 of 255 = 36%
G 141 of 255 = 55%
B 85 of 255 = 33%

92
141
85

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

Portions of RGB colors in percentages

R + G + B =
92 + 141 + 85 = 318 (100%)
R 92 of 318 ~ 28.93%
G 141 of 318 ~ 44.34%
B 85 of 318 ~ 26.73%

%28.93
%44.34
%26.73

CMYK color model

#5C8D55 color CMYK value is (35,0,40,45).

  • cyan value is 34.75%
  • magenta value is 0.00%
  • yellow value is 39.72%
  • key color value is 44.71%
CMYK:
(35,0,40,45)
C35M0Y40K45 
(35%,0%,40%,45%)
(0.35/0.00/0.40/0.45)	

CMYK percentages

%34.75
%0
%39.72
%44.71

Codes

Color #5C8D55 in popluar color models

5C8D55
RGB9214185
HSL113°24.78%44.31%
HSB/HSV113°39.72%55.29%
CMYK34.75%0.00%39.72%
44.71%

Color #5C8D55 in popluar number systems.

HEX5C8D55
Decimal9214185
Binary1011100100011011010101
Octal134215125

Shades and tints

Shades of #5C8D55

#5C8D55
(92,141,85)
#54814E
(84,129,78)
#4C7547
(76,117,71)
#446940
(68,105,64)
#3C5D39
(60,93,57)
#345132
(52,81,50)
#2C452B
(44,69,43)
#243924
(36,57,36)
#1C2D1D
(28,45,29)
#142116
(20,33,22)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #5C8D55

#5C8D55
(92,141,85)
#6A9764
(106,151,100)
#78A173
(120,161,115)
#86AB82
(134,171,130)
#94B591
(148,181,145)
#A2BFA0
(162,191,160)
#B0C9AF
(176,201,175)
#BED3BE
(190,211,190)
#CCDDCD
(204,221,205)
#DAE7DC
(218,231,220)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8D55; }

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

This text font color is #5C8D55.


Background Color

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

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

This div background color is #5C8D55.


Border color

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

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

This div border color is #5C8D55.


Opacity

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

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

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

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

This text has shadow with #5C8D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8D55 on black background.


Color preview on white background

This text has color #5C8D55 on white background.



Black color preview on #5C8D55 background

This text has black color on #5C8D55 background.


White color preview on #5C8D55 background

This text has white color on #5C8D55 background.