COLOR #5C754F

HEX: #5C754F
RGB: (92,117,79)

Color info

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

RGB color model

#5C754F color RGB value is (92,117,79).

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

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 79 of 255 = 31%

92
117
79

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 79 = 288 (100%)
R 92 of 288 ~ 31.94%
G 117 of 288 ~ 40.63%
B 79 of 288 ~ 27.43%

%31.94
%40.63
%27.43

CMYK color model

#5C754F color CMYK value is (21,0,32,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(21,0,32,54)
C21M0Y32K54 
(21%,0%,32%,54%)
(0.21/0.00/0.32/0.54)	

CMYK percentages

%21.37
%0
%32.48
%54.12

Codes

Color #5C754F in popluar color models

5C754F
RGB9211779
HSL99°19.39%38.43%
HSB/HSV99°32.48%45.88%
CMYK21.37%0.00%32.48%
54.12%

Color #5C754F in popluar number systems.

HEX5C754F
Decimal9211779
Binary101110011101011001111
Octal134165117

Shades and tints

Shades of #5C754F

#5C754F
(92,117,79)
#546B48
(84,107,72)
#4C6141
(76,97,65)
#44573A
(68,87,58)
#3C4D33
(60,77,51)
#34432C
(52,67,44)
#2C3925
(44,57,37)
#242F1E
(36,47,30)
#1C2517
(28,37,23)
#141B10
(20,27,16)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #5C754F

#5C754F
(92,117,79)
#6A815F
(106,129,95)
#788D6F
(120,141,111)
#86997F
(134,153,127)
#94A58F
(148,165,143)
#A2B19F
(162,177,159)
#B0BDAF
(176,189,175)
#BEC9BF
(190,201,191)
#CCD5CF
(204,213,207)
#DAE1DF
(218,225,223)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C754F; }

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

This text font color is #5C754F.


Background Color

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

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

This div background color is #5C754F.


Border color

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

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

This div border color is #5C754F.


Opacity

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

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

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

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

This text has shadow with #5C754F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C754F on black background.


Color preview on white background

This text has color #5C754F on white background.



Black color preview on #5C754F background

This text has black color on #5C754F background.


White color preview on #5C754F background

This text has white color on #5C754F background.