COLOR #5C7D4E

HEX: #5C7D4E
RGB: (92,125,78)

Color info

#5C7D4E contains red, green and blue colors in about the same proportion. Web safe color of #5C7D4E is #666666 (or #666).

RGB color model

#5C7D4E color RGB value is (92,125,78).

  • red value is 92;
  • green value is 125;
  • blue value is 78.
RGB:
(92,125,78)
(36%,49%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 78 of 255 = 31%

92
125
78

R + G + B ~ 39%. #5C7D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 125 + 78 = 295 (100%)
R 92 of 295 ~ 31.19%
G 125 of 295 ~ 42.37%
B 78 of 295 ~ 26.44%

%31.19
%42.37
%26.44

CMYK color model

#5C7D4E color CMYK value is (26,0,38,51).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(26,0,38,51)
C26M0Y38K51 
(26%,0%,38%,51%)
(0.26/0.00/0.38/0.51)	

CMYK percentages

%26.4
%0
%37.6
%50.98

Codes

Color #5C7D4E in popluar color models

5C7D4E
RGB9212578
HSL102°23.15%39.80%
HSB/HSV102°37.60%49.02%
CMYK26.40%0.00%37.60%
50.98%

Color #5C7D4E in popluar number systems.

HEX5C7D4E
Decimal9212578
Binary101110011111011001110
Octal134175116

Shades and tints

Shades of #5C7D4E

#5C7D4E
(92,125,78)
#547247
(84,114,71)
#4C6740
(76,103,64)
#445C39
(68,92,57)
#3C5132
(60,81,50)
#34462B
(52,70,43)
#2C3B24
(44,59,36)
#24301D
(36,48,29)
#1C2516
(28,37,22)
#141A0F
(20,26,15)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #5C7D4E

#5C7D4E
(92,125,78)
#6A885E
(106,136,94)
#78936E
(120,147,110)
#869E7E
(134,158,126)
#94A98E
(148,169,142)
#A2B49E
(162,180,158)
#B0BFAE
(176,191,174)
#BECABE
(190,202,190)
#CCD5CE
(204,213,206)
#DAE0DE
(218,224,222)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7D4E color. Also use rgb(92,125,78) instead hex code.

Text Font Color

.myTextColor { color: #5C7D4E; }

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

This text font color is #5C7D4E.


Background Color

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

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

This div background color is #5C7D4E.


Border color

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

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

This div border color is #5C7D4E.


Opacity

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

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

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

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

This text has shadow with #5C7D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7D4E on black background.


Color preview on white background

This text has color #5C7D4E on white background.



Black color preview on #5C7D4E background

This text has black color on #5C7D4E background.


White color preview on #5C7D4E background

This text has white color on #5C7D4E background.