COLOR #5D724F

HEX: #5D724F
RGB: (93,114,79)

Color info

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

RGB color model

#5D724F color RGB value is (93,114,79).

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

RGB channels and saturation

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

93
114
79

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

Portions of RGB colors in percentages

R + G + B =
93 + 114 + 79 = 286 (100%)
R 93 of 286 ~ 32.52%
G 114 of 286 ~ 39.86%
B 79 of 286 ~ 27.62%

%32.52
%39.86
%27.62

CMYK color model

#5D724F color CMYK value is (18,0,31,55).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK: (18,0,31,55) C18M0Y31K55 (18%,0%,31%,55%) (0.18/0.00/0.31/0.55)

CMYK percentages

%18.42
%0
%30.7
%55.29

Codes

Color #5D724F in popluar color models

5D724F
RGB9311479
HSL96°18.13%37.84%
HSB/HSV96°30.70%44.71%
CMYK18.42%0.00%30.70%
55.29%

Color #5D724F in popluar number systems.

HEX5D724F
Decimal9311479
Binary101110111100101001111
Octal135162117

Shades and tints

Shades of #5D724F

#5D724F
(93,114,79)
#556848
(85,104,72)
#4D5E41
(77,94,65)
#45543A
(69,84,58)
#3D4A33
(61,74,51)
#35402C
(53,64,44)
#2D3625
(45,54,37)
#252C1E
(37,44,30)
#1D2217
(29,34,23)
#151810
(21,24,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #5D724F

#5D724F
(93,114,79)
#6B7E5F
(107,126,95)
#798A6F
(121,138,111)
#87967F
(135,150,127)
#95A28F
(149,162,143)
#A3AE9F
(163,174,159)
#B1BAAF
(177,186,175)
#BFC6BF
(191,198,191)
#CDD2CF
(205,210,207)
#DBDEDF
(219,222,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D724F; }

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

This text font color is #5D724F.


Background Color

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

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

This div background color is #5D724F.


Border color

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

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

This div border color is #5D724F.


Opacity

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

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

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

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

This text has shadow with #5D724F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D724F on black background.


Color preview on white background

This text has color #5D724F on white background.



Black color preview on #5D724F background

This text has black color on #5D724F background.


White color preview on #5D724F background

This text has white color on #5D724F background.