COLOR #5C7F5A

HEX: #5C7F5A
RGB: (92,127,90)

Color info

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

RGB color model

#5C7F5A color RGB value is (92,127,90).

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

RGB channels and saturation

R 92 of 255 = 36%
G 127 of 255 = 50%
B 90 of 255 = 35%

92
127
90

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 90 = 309 (100%)
R 92 of 309 ~ 29.77%
G 127 of 309 ~ 41.1%
B 90 of 309 ~ 29.13%

%29.77
%41.1
%29.13

CMYK color model

#5C7F5A color CMYK value is (28,0,29,50).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK:
(28,0,29,50)
C28M0Y29K50 
(28%,0%,29%,50%)
(0.28/0.00/0.29/0.50)	

CMYK percentages

%27.56
%0
%29.13
%50.2

Codes

Color #5C7F5A in popluar color models

5C7F5A
RGB9212790
HSL117°17.05%42.55%
HSB/HSV117°29.13%49.80%
CMYK27.56%0.00%29.13%
50.20%

Color #5C7F5A in popluar number systems.

HEX5C7F5A
Decimal9212790
Binary101110011111111011010
Octal134177132

Shades and tints

Shades of #5C7F5A

#5C7F5A
(92,127,90)
#547452
(84,116,82)
#4C694A
(76,105,74)
#445E42
(68,94,66)
#3C533A
(60,83,58)
#344832
(52,72,50)
#2C3D2A
(44,61,42)
#243222
(36,50,34)
#1C271A
(28,39,26)
#141C12
(20,28,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #5C7F5A

#5C7F5A
(92,127,90)
#6A8A69
(106,138,105)
#789578
(120,149,120)
#86A087
(134,160,135)
#94AB96
(148,171,150)
#A2B6A5
(162,182,165)
#B0C1B4
(176,193,180)
#BECCC3
(190,204,195)
#CCD7D2
(204,215,210)
#DAE2E1
(218,226,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7F5A; }

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

This text font color is #5C7F5A.


Background Color

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

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

This div background color is #5C7F5A.


Border color

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

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

This div border color is #5C7F5A.


Opacity

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

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

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

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

This text has shadow with #5C7F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7F5A on black background.


Color preview on white background

This text has color #5C7F5A on white background.



Black color preview on #5C7F5A background

This text has black color on #5C7F5A background.


White color preview on #5C7F5A background

This text has white color on #5C7F5A background.