COLOR #5C7F50

HEX: #5C7F50
RGB: (92,127,80)

Color info

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

RGB color model

#5C7F50 color RGB value is (92,127,80).

  • red value is 92;
  • green value is 127;
  • blue value is 80.
RGB:
(92,127,80)
(36%,50%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 127 of 255 = 50%
B 80 of 255 = 31%

92
127
80

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 80 = 299 (100%)
R 92 of 299 ~ 30.77%
G 127 of 299 ~ 42.47%
B 80 of 299 ~ 26.76%

%30.77
%42.47
%26.76

CMYK color model

#5C7F50 color CMYK value is (28,0,37,50).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 37.01%
  • key color value is 50.20%
CMYK:
(28,0,37,50)
C28M0Y37K50 
(28%,0%,37%,50%)
(0.28/0.00/0.37/0.50)	

CMYK percentages

%27.56
%0
%37.01
%50.2

Codes

Color #5C7F50 in popluar color models

5C7F50
RGB9212780
HSL105°22.71%40.59%
HSB/HSV105°37.01%49.80%
CMYK27.56%0.00%37.01%
50.20%

Color #5C7F50 in popluar number systems.

HEX5C7F50
Decimal9212780
Binary101110011111111010000
Octal134177120

Shades and tints

Shades of #5C7F50

#5C7F50
(92,127,80)
#547449
(84,116,73)
#4C6942
(76,105,66)
#445E3B
(68,94,59)
#3C5334
(60,83,52)
#34482D
(52,72,45)
#2C3D26
(44,61,38)
#24321F
(36,50,31)
#1C2718
(28,39,24)
#141C11
(20,28,17)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #5C7F50

#5C7F50
(92,127,80)
#6A8A5F
(106,138,95)
#78956E
(120,149,110)
#86A07D
(134,160,125)
#94AB8C
(148,171,140)
#A2B69B
(162,182,155)
#B0C1AA
(176,193,170)
#BECCB9
(190,204,185)
#CCD7C8
(204,215,200)
#DAE2D7
(218,226,215)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7F50 color. Also use rgb(92,127,80) instead hex code.

Text Font Color

.myTextColor { color: #5C7F50; }

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

This text font color is #5C7F50.


Background Color

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

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

This div background color is #5C7F50.


Border color

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

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

This div border color is #5C7F50.


Opacity

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

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

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

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

This text has shadow with #5C7F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7F50 on black background.


Color preview on white background

This text has color #5C7F50 on white background.



Black color preview on #5C7F50 background

This text has black color on #5C7F50 background.


White color preview on #5C7F50 background

This text has white color on #5C7F50 background.