COLOR #5C7E48

HEX: #5C7E48
RGB: (92,126,72)

Color info

#5C7E48 contains red, green and blue colors in about the same proportion. Web safe color of #5C7E48 is #666633 (or #663).

RGB color model

#5C7E48 color RGB value is (92,126,72).

  • red value is 92;
  • green value is 126;
  • blue value is 72.
RGB:
(92,126,72)
(36%,49%,28%)

RGB channels and saturation

R 92 of 255 = 36%
G 126 of 255 = 49%
B 72 of 255 = 28%

92
126
72

R + G + B ~ 38%. #5C7E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 126 + 72 = 290 (100%)
R 92 of 290 ~ 31.72%
G 126 of 290 ~ 43.45%
B 72 of 290 ~ 24.83%

%31.72
%43.45
%24.83

CMYK color model

#5C7E48 color CMYK value is (27,0,43,51).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 50.59%
CMYK:
(27,0,43,51)
C27M0Y43K51 
(27%,0%,43%,51%)
(0.27/0.00/0.43/0.51)	

CMYK percentages

%26.98
%0
%42.86
%50.59

Codes

Color #5C7E48 in popluar color models

5C7E48
RGB9212672
HSL98°27.27%38.82%
HSB/HSV98°42.86%49.41%
CMYK26.98%0.00%42.86%
50.59%

Color #5C7E48 in popluar number systems.

HEX5C7E48
Decimal9212672
Binary101110011111101001000
Octal134176110

Shades and tints

Shades of #5C7E48

#5C7E48
(92,126,72)
#547342
(84,115,66)
#4C683C
(76,104,60)
#445D36
(68,93,54)
#3C5230
(60,82,48)
#34472A
(52,71,42)
#2C3C24
(44,60,36)
#24311E
(36,49,30)
#1C2618
(28,38,24)
#141B12
(20,27,18)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #5C7E48

#5C7E48
(92,126,72)
#6A8958
(106,137,88)
#789468
(120,148,104)
#869F78
(134,159,120)
#94AA88
(148,170,136)
#A2B598
(162,181,152)
#B0C0A8
(176,192,168)
#BECBB8
(190,203,184)
#CCD6C8
(204,214,200)
#DAE1D8
(218,225,216)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7E48 color. Also use rgb(92,126,72) instead hex code.

Text Font Color

.myTextColor { color: #5C7E48; }

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

This text font color is #5C7E48.


Background Color

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

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

This div background color is #5C7E48.


Border color

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

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

This div border color is #5C7E48.


Opacity

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

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

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

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

This text has shadow with #5C7E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7E48 on black background.


Color preview on white background

This text has color #5C7E48 on white background.



Black color preview on #5C7E48 background

This text has black color on #5C7E48 background.


White color preview on #5C7E48 background

This text has white color on #5C7E48 background.