COLOR #5C716F

HEX: #5C716F
RGB: (92,113,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
113
111

R + G + B ~ 41%. #5C716F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 111 = 316 (100%)
R 92 of 316 ~ 29.11%
G 113 of 316 ~ 35.76%
B 111 of 316 ~ 35.13%

%29.11
%35.76
%35.13

CMYK color model

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

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

CMYK percentages

%18.58
%0
%1.77
%55.69

Codes

Color #5C716F in popluar color models

5C716F
RGB92113111
HSL174°10.24%40.20%
HSB/HSV174°18.58%44.31%
CMYK18.58%0.00%1.77%
55.69%

Color #5C716F in popluar number systems.

HEX5C716F
Decimal92113111
Binary101110011100011101111
Octal134161157

Shades and tints

Shades of #5C716F

#5C716F
(92,113,111)
#546765
(84,103,101)
#4C5D5B
(76,93,91)
#445351
(68,83,81)
#3C4947
(60,73,71)
#343F3D
(52,63,61)
#2C3533
(44,53,51)
#242B29
(36,43,41)
#1C211F
(28,33,31)
#141715
(20,23,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #5C716F

#5C716F
(92,113,111)
#6A7D7C
(106,125,124)
#788989
(120,137,137)
#869596
(134,149,150)
#94A1A3
(148,161,163)
#A2ADB0
(162,173,176)
#B0B9BD
(176,185,189)
#BEC5CA
(190,197,202)
#CCD1D7
(204,209,215)
#DADDE4
(218,221,228)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C716F; }

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

This text font color is #5C716F.


Background Color

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

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

This div background color is #5C716F.


Border color

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

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

This div border color is #5C716F.


Opacity

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

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

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

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

This text has shadow with #5C716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C716F on black background.


Color preview on white background

This text has color #5C716F on white background.



Black color preview on #5C716F background

This text has black color on #5C716F background.


White color preview on #5C716F background

This text has white color on #5C716F background.