COLOR #5C715C

HEX: #5C715C
RGB: (92,113,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
113
92

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

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 92 = 297 (100%)
R 92 of 297 ~ 30.98%
G 113 of 297 ~ 38.05%
B 92 of 297 ~ 30.98%

%30.98
%38.05
%30.98

CMYK color model

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

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

CMYK percentages

%18.58
%0
%18.58
%55.69

Codes

Color #5C715C in popluar color models

5C715C
RGB9211392
HSL120°10.24%40.20%
HSB/HSV120°18.58%44.31%
CMYK18.58%0.00%18.58%
55.69%

Color #5C715C in popluar number systems.

HEX5C715C
Decimal9211392
Binary101110011100011011100
Octal134161134

Shades and tints

Shades of #5C715C

#5C715C
(92,113,92)
#546754
(84,103,84)
#4C5D4C
(76,93,76)
#445344
(68,83,68)
#3C493C
(60,73,60)
#343F34
(52,63,52)
#2C352C
(44,53,44)
#242B24
(36,43,36)
#1C211C
(28,33,28)
#141714
(20,23,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #5C715C

#5C715C
(92,113,92)
#6A7D6A
(106,125,106)
#788978
(120,137,120)
#869586
(134,149,134)
#94A194
(148,161,148)
#A2ADA2
(162,173,162)
#B0B9B0
(176,185,176)
#BEC5BE
(190,197,190)
#CCD1CC
(204,209,204)
#DADDDA
(218,221,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C715C; }

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

This text font color is #5C715C.


Background Color

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

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

This div background color is #5C715C.


Border color

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

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

This div border color is #5C715C.


Opacity

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

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

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

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

This text has shadow with #5C715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C715C on black background.


Color preview on white background

This text has color #5C715C on white background.



Black color preview on #5C715C background

This text has black color on #5C715C background.


White color preview on #5C715C background

This text has white color on #5C715C background.