COLOR #5C8E53

HEX: #5C8E53
RGB: (92,142,83)

Color info

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

RGB color model

#5C8E53 color RGB value is (92,142,83).

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

RGB channels and saturation

R 92 of 255 = 36%
G 142 of 255 = 56%
B 83 of 255 = 33%

92
142
83

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

Portions of RGB colors in percentages

R + G + B =
92 + 142 + 83 = 317 (100%)
R 92 of 317 ~ 29.02%
G 142 of 317 ~ 44.79%
B 83 of 317 ~ 26.18%

%29.02
%44.79
%26.18

CMYK color model

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

  • cyan value is 35.21%
  • magenta value is 0.00%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(35,0,42,44)
C35M0Y42K44 
(35%,0%,42%,44%)
(0.35/0.00/0.42/0.44)	

CMYK percentages

%35.21
%0
%41.55
%44.31

Codes

Color #5C8E53 in popluar color models

5C8E53
RGB9214283
HSL111°26.22%44.12%
HSB/HSV111°41.55%55.69%
CMYK35.21%0.00%41.55%
44.31%

Color #5C8E53 in popluar number systems.

HEX5C8E53
Decimal9214283
Binary1011100100011101010011
Octal134216123

Shades and tints

Shades of #5C8E53

#5C8E53
(92,142,83)
#54824C
(84,130,76)
#4C7645
(76,118,69)
#446A3E
(68,106,62)
#3C5E37
(60,94,55)
#345230
(52,82,48)
#2C4629
(44,70,41)
#243A22
(36,58,34)
#1C2E1B
(28,46,27)
#142214
(20,34,20)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #5C8E53

#5C8E53
(92,142,83)
#6A9862
(106,152,98)
#78A271
(120,162,113)
#86AC80
(134,172,128)
#94B68F
(148,182,143)
#A2C09E
(162,192,158)
#B0CAAD
(176,202,173)
#BED4BC
(190,212,188)
#CCDECB
(204,222,203)
#DAE8DA
(218,232,218)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8E53; }

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

This text font color is #5C8E53.


Background Color

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

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

This div background color is #5C8E53.


Border color

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

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

This div border color is #5C8E53.


Opacity

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

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

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

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

This text has shadow with #5C8E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8E53 on black background.


Color preview on white background

This text has color #5C8E53 on white background.



Black color preview on #5C8E53 background

This text has black color on #5C8E53 background.


White color preview on #5C8E53 background

This text has white color on #5C8E53 background.