COLOR #5C876D

HEX: #5C876D
RGB: (92,135,109)

Color info

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

RGB color model

#5C876D color RGB value is (92,135,109).

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

RGB channels and saturation

R 92 of 255 = 36%
G 135 of 255 = 53%
B 109 of 255 = 43%

92
135
109

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

Portions of RGB colors in percentages

R + G + B =
92 + 135 + 109 = 336 (100%)
R 92 of 336 ~ 27.38%
G 135 of 336 ~ 40.18%
B 109 of 336 ~ 32.44%

%27.38
%40.18
%32.44

CMYK color model

#5C876D color CMYK value is (32,0,19,47).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(32,0,19,47)
C32M0Y19K47 
(32%,0%,19%,47%)
(0.32/0.00/0.19/0.47)	

CMYK percentages

%31.85
%0
%19.26
%47.06

Codes

Color #5C876D in popluar color models

5C876D
RGB92135109
HSL144°18.94%44.51%
HSB/HSV144°31.85%52.94%
CMYK31.85%0.00%19.26%
47.06%

Color #5C876D in popluar number systems.

HEX5C876D
Decimal92135109
Binary1011100100001111101101
Octal134207155

Shades and tints

Shades of #5C876D

#5C876D
(92,135,109)
#547B64
(84,123,100)
#4C6F5B
(76,111,91)
#446352
(68,99,82)
#3C5749
(60,87,73)
#344B40
(52,75,64)
#2C3F37
(44,63,55)
#24332E
(36,51,46)
#1C2725
(28,39,37)
#141B1C
(20,27,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #5C876D

#5C876D
(92,135,109)
#6A917A
(106,145,122)
#789B87
(120,155,135)
#86A594
(134,165,148)
#94AFA1
(148,175,161)
#A2B9AE
(162,185,174)
#B0C3BB
(176,195,187)
#BECDC8
(190,205,200)
#CCD7D5
(204,215,213)
#DAE1E2
(218,225,226)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C876D; }

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

This text font color is #5C876D.


Background Color

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

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

This div background color is #5C876D.


Border color

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

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

This div border color is #5C876D.


Opacity

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

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

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

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

This text has shadow with #5C876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C876D on black background.


Color preview on white background

This text has color #5C876D on white background.



Black color preview on #5C876D background

This text has black color on #5C876D background.


White color preview on #5C876D background

This text has white color on #5C876D background.