COLOR #5C7F58

HEX: #5C7F58
RGB: (92,127,88)

Color info

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

RGB color model

#5C7F58 color RGB value is (92,127,88).

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

RGB channels and saturation

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

92
127
88

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 88 = 307 (100%)
R 92 of 307 ~ 29.97%
G 127 of 307 ~ 41.37%
B 88 of 307 ~ 28.66%

%29.97
%41.37
%28.66

CMYK color model

#5C7F58 color CMYK value is (28,0,31,50).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 50.20%
CMYK:
(28,0,31,50)
C28M0Y31K50 
(28%,0%,31%,50%)
(0.28/0.00/0.31/0.50)	

CMYK percentages

%27.56
%0
%30.71
%50.2

Codes

Color #5C7F58 in popluar color models

5C7F58
RGB9212788
HSL114°18.14%42.16%
HSB/HSV114°30.71%49.80%
CMYK27.56%0.00%30.71%
50.20%

Color #5C7F58 in popluar number systems.

HEX5C7F58
Decimal9212788
Binary101110011111111011000
Octal134177130

Shades and tints

Shades of #5C7F58

#5C7F58
(92,127,88)
#547450
(84,116,80)
#4C6948
(76,105,72)
#445E40
(68,94,64)
#3C5338
(60,83,56)
#344830
(52,72,48)
#2C3D28
(44,61,40)
#243220
(36,50,32)
#1C2718
(28,39,24)
#141C10
(20,28,16)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #5C7F58

#5C7F58
(92,127,88)
#6A8A67
(106,138,103)
#789576
(120,149,118)
#86A085
(134,160,133)
#94AB94
(148,171,148)
#A2B6A3
(162,182,163)
#B0C1B2
(176,193,178)
#BECCC1
(190,204,193)
#CCD7D0
(204,215,208)
#DAE2DF
(218,226,223)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7F58; }

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

This text font color is #5C7F58.


Background Color

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

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

This div background color is #5C7F58.


Border color

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

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

This div border color is #5C7F58.


Opacity

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

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

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

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

This text has shadow with #5C7F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7F58 on black background.


Color preview on white background

This text has color #5C7F58 on white background.



Black color preview on #5C7F58 background

This text has black color on #5C7F58 background.


White color preview on #5C7F58 background

This text has white color on #5C7F58 background.