COLOR #5C715F

HEX: #5C715F
RGB: (92,113,95)

Color info

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

RGB color model

#5C715F color RGB value is (92,113,95).

  • red value is 92;
  • green value is 113;
  • blue value is 95.
RGB:
(92,113,95)
(36%,44%,37%)

RGB channels and saturation

R 92 of 255 = 36%
G 113 of 255 = 44%
B 95 of 255 = 37%

92
113
95

R + G + B ~ 39%. #5C715F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 95 = 300 (100%)
R 92 of 300 ~ 30.67%
G 113 of 300 ~ 37.67%
B 95 of 300 ~ 31.67%

%30.67
%37.67
%31.67

CMYK color model

#5C715F color CMYK value is (19,0,16,56).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(19,0,16,56)
C19M0Y16K56 
(19%,0%,16%,56%)
(0.19/0.00/0.16/0.56)	

CMYK percentages

%18.58
%0
%15.93
%55.69

Codes

Color #5C715F in popluar color models

5C715F
RGB9211395
HSL129°10.24%40.20%
HSB/HSV129°18.58%44.31%
CMYK18.58%0.00%15.93%
55.69%

Color #5C715F in popluar number systems.

HEX5C715F
Decimal9211395
Binary101110011100011011111
Octal134161137

Shades and tints

Shades of #5C715F

#5C715F
(92,113,95)
#546757
(84,103,87)
#4C5D4F
(76,93,79)
#445347
(68,83,71)
#3C493F
(60,73,63)
#343F37
(52,63,55)
#2C352F
(44,53,47)
#242B27
(36,43,39)
#1C211F
(28,33,31)
#141717
(20,23,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #5C715F

#5C715F
(92,113,95)
#6A7D6D
(106,125,109)
#78897B
(120,137,123)
#869589
(134,149,137)
#94A197
(148,161,151)
#A2ADA5
(162,173,165)
#B0B9B3
(176,185,179)
#BEC5C1
(190,197,193)
#CCD1CF
(204,209,207)
#DADDDD
(218,221,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C715F color. Also use rgb(92,113,95) instead hex code.

Text Font Color

.myTextColor { color: #5C715F; }

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

This text font color is #5C715F.


Background Color

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

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

This div background color is #5C715F.


Border color

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

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

This div border color is #5C715F.


Opacity

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

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

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

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

This text has shadow with #5C715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C715F on black background.


Color preview on white background

This text has color #5C715F on white background.



Black color preview on #5C715F background

This text has black color on #5C715F background.


White color preview on #5C715F background

This text has white color on #5C715F background.