COLOR #5C874C

HEX: #5C874C
RGB: (92,135,76)

Color info

#5C874C contains red, green and blue colors in about the same proportion. Web safe color of #5C874C is #669933 (or #693).

RGB color model

#5C874C color RGB value is (92,135,76).

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

RGB channels and saturation

R 92 of 255 = 36%
G 135 of 255 = 53%
B 76 of 255 = 30%

92
135
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 135 + 76 = 303 (100%)
R 92 of 303 ~ 30.36%
G 135 of 303 ~ 44.55%
B 76 of 303 ~ 25.08%

%30.36
%44.55
%25.08

CMYK color model

#5C874C color CMYK value is (32,0,44,47).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 47.06%
CMYK:
(32,0,44,47)
C32M0Y44K47 
(32%,0%,44%,47%)
(0.32/0.00/0.44/0.47)	

CMYK percentages

%31.85
%0
%43.7
%47.06

Codes

Color #5C874C in popluar color models

5C874C
RGB9213576
HSL104°27.96%41.37%
HSB/HSV104°43.70%52.94%
CMYK31.85%0.00%43.70%
47.06%

Color #5C874C in popluar number systems.

HEX5C874C
Decimal9213576
Binary1011100100001111001100
Octal134207114

Shades and tints

Shades of #5C874C

#5C874C
(92,135,76)
#547B46
(84,123,70)
#4C6F40
(76,111,64)
#44633A
(68,99,58)
#3C5734
(60,87,52)
#344B2E
(52,75,46)
#2C3F28
(44,63,40)
#243322
(36,51,34)
#1C271C
(28,39,28)
#141B16
(20,27,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C874C

#5C874C
(92,135,76)
#6A915C
(106,145,92)
#789B6C
(120,155,108)
#86A57C
(134,165,124)
#94AF8C
(148,175,140)
#A2B99C
(162,185,156)
#B0C3AC
(176,195,172)
#BECDBC
(190,205,188)
#CCD7CC
(204,215,204)
#DAE1DC
(218,225,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C874C; }

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

This text font color is #5C874C.


Background Color

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

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

This div background color is #5C874C.


Border color

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

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

This div border color is #5C874C.


Opacity

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

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

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

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

This text has shadow with #5C874C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C874C on black background.


Color preview on white background

This text has color #5C874C on white background.



Black color preview on #5C874C background

This text has black color on #5C874C background.


White color preview on #5C874C background

This text has white color on #5C874C background.