COLOR #5C724F

HEX: #5C724F
RGB: (92,114,79)

Color info

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

RGB color model

#5C724F color RGB value is (92,114,79).

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

RGB channels and saturation

R 92 of 255 = 36%
G 114 of 255 = 45%
B 79 of 255 = 31%

92
114
79

R + G + B ~ 37%. #5C724F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 114 + 79 = 285 (100%)
R 92 of 285 ~ 32.28%
G 114 of 285 ~ 40%
B 79 of 285 ~ 27.72%

%32.28
%40
%27.72

CMYK color model

#5C724F color CMYK value is (19,0,31,55).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK: (19,0,31,55) C19M0Y31K55 (19%,0%,31%,55%) (0.19/0.00/0.31/0.55)

CMYK percentages

%19.3
%0
%30.7
%55.29

Codes

Color #5C724F in popluar color models

5C724F
RGB9211479
HSL98°18.13%37.84%
HSB/HSV98°30.70%44.71%
CMYK19.30%0.00%30.70%
55.29%

Color #5C724F in popluar number systems.

HEX5C724F
Decimal9211479
Binary101110011100101001111
Octal134162117

Shades and tints

Shades of #5C724F

#5C724F
(92,114,79)
#546848
(84,104,72)
#4C5E41
(76,94,65)
#44543A
(68,84,58)
#3C4A33
(60,74,51)
#34402C
(52,64,44)
#2C3625
(44,54,37)
#242C1E
(36,44,30)
#1C2217
(28,34,23)
#141810
(20,24,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #5C724F

#5C724F
(92,114,79)
#6A7E5F
(106,126,95)
#788A6F
(120,138,111)
#86967F
(134,150,127)
#94A28F
(148,162,143)
#A2AE9F
(162,174,159)
#B0BAAF
(176,186,175)
#BEC6BF
(190,198,191)
#CCD2CF
(204,210,207)
#DADEDF
(218,222,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C724F; }

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

This text font color is #5C724F.


Background Color

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

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

This div background color is #5C724F.


Border color

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

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

This div border color is #5C724F.


Opacity

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

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

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

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

This text has shadow with #5C724F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C724F on black background.


Color preview on white background

This text has color #5C724F on white background.



Black color preview on #5C724F background

This text has black color on #5C724F background.


White color preview on #5C724F background

This text has white color on #5C724F background.