COLOR #5C774F

HEX: #5C774F
RGB: (92,119,79)

Color info

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

RGB color model

#5C774F color RGB value is (92,119,79).

  • red value is 92;
  • green value is 119;
  • blue value is 79.
RGB:
(92,119,79)
(36%,47%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 79 of 255 = 31%

92
119
79

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

Portions of RGB colors in percentages

R + G + B =
92 + 119 + 79 = 290 (100%)
R 92 of 290 ~ 31.72%
G 119 of 290 ~ 41.03%
B 79 of 290 ~ 27.24%

%31.72
%41.03
%27.24

CMYK color model

#5C774F color CMYK value is (23,0,34,53).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(23,0,34,53)
C23M0Y34K53 
(23%,0%,34%,53%)
(0.23/0.00/0.34/0.53)	

CMYK percentages

%22.69
%0
%33.61
%53.33

Codes

Color #5C774F in popluar color models

5C774F
RGB9211979
HSL101°20.20%38.82%
HSB/HSV101°33.61%46.67%
CMYK22.69%0.00%33.61%
53.33%

Color #5C774F in popluar number systems.

HEX5C774F
Decimal9211979
Binary101110011101111001111
Octal134167117

Shades and tints

Shades of #5C774F

#5C774F
(92,119,79)
#546D48
(84,109,72)
#4C6341
(76,99,65)
#44593A
(68,89,58)
#3C4F33
(60,79,51)
#34452C
(52,69,44)
#2C3B25
(44,59,37)
#24311E
(36,49,30)
#1C2717
(28,39,23)
#141D10
(20,29,16)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #5C774F

#5C774F
(92,119,79)
#6A835F
(106,131,95)
#788F6F
(120,143,111)
#869B7F
(134,155,127)
#94A78F
(148,167,143)
#A2B39F
(162,179,159)
#B0BFAF
(176,191,175)
#BECBBF
(190,203,191)
#CCD7CF
(204,215,207)
#DAE3DF
(218,227,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C774F color. Also use rgb(92,119,79) instead hex code.

Text Font Color

.myTextColor { color: #5C774F; }

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

This text font color is #5C774F.


Background Color

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

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

This div background color is #5C774F.


Border color

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

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

This div border color is #5C774F.


Opacity

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

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

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

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

This text has shadow with #5C774F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C774F on black background.


Color preview on white background

This text has color #5C774F on white background.



Black color preview on #5C774F background

This text has black color on #5C774F background.


White color preview on #5C774F background

This text has white color on #5C774F background.