COLOR #5C8F4C

HEX: #5C8F4C
RGB: (92,143,76)

Color info

#5C8F4C contains mainly red and green colors. Web safe color of #5C8F4C is #669933 (or #693).

RGB color model

#5C8F4C color RGB value is (92,143,76).

  • red value is 92;
  • green value is 143;
  • blue value is 76.
RGB:
(92,143,76)
(36%,56%,30%)

RGB channels and saturation

R 92 of 255 = 36%
G 143 of 255 = 56%
B 76 of 255 = 30%

92
143
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 143 + 76 = 311 (100%)
R 92 of 311 ~ 29.58%
G 143 of 311 ~ 45.98%
B 76 of 311 ~ 24.44%

%29.58
%45.98
%24.44

CMYK color model

#5C8F4C color CMYK value is (36,0,47,44).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 43.92%
CMYK:
(36,0,47,44)
C36M0Y47K44 
(36%,0%,47%,44%)
(0.36/0.00/0.47/0.44)	

CMYK percentages

%35.66
%0
%46.85
%43.92

Codes

Color #5C8F4C in popluar color models

5C8F4C
RGB9214376
HSL106°30.59%42.94%
HSB/HSV106°46.85%56.08%
CMYK35.66%0.00%46.85%
43.92%

Color #5C8F4C in popluar number systems.

HEX5C8F4C
Decimal9214376
Binary1011100100011111001100
Octal134217114

Shades and tints

Shades of #5C8F4C

#5C8F4C
(92,143,76)
#548246
(84,130,70)
#4C7540
(76,117,64)
#44683A
(68,104,58)
#3C5B34
(60,91,52)
#344E2E
(52,78,46)
#2C4128
(44,65,40)
#243422
(36,52,34)
#1C271C
(28,39,28)
#141A16
(20,26,22)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #5C8F4C

#5C8F4C
(92,143,76)
#6A995C
(106,153,92)
#78A36C
(120,163,108)
#86AD7C
(134,173,124)
#94B78C
(148,183,140)
#A2C19C
(162,193,156)
#B0CBAC
(176,203,172)
#BED5BC
(190,213,188)
#CCDFCC
(204,223,204)
#DAE9DC
(218,233,220)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8F4C color. Also use rgb(92,143,76) instead hex code.

Text Font Color

.myTextColor { color: #5C8F4C; }

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

This text font color is #5C8F4C.


Background Color

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

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

This div background color is #5C8F4C.


Border color

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

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

This div border color is #5C8F4C.


Opacity

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

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

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

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

This text has shadow with #5C8F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8F4C on black background.


Color preview on white background

This text has color #5C8F4C on white background.



Black color preview on #5C8F4C background

This text has black color on #5C8F4C background.


White color preview on #5C8F4C background

This text has white color on #5C8F4C background.