COLOR #5C716B

HEX: #5C716B
RGB: (92,113,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
113
107

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

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 107 = 312 (100%)
R 92 of 312 ~ 29.49%
G 113 of 312 ~ 36.22%
B 107 of 312 ~ 34.29%

%29.49
%36.22
%34.29

CMYK color model

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

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

CMYK percentages

%18.58
%0
%5.31
%55.69

Codes

Color #5C716B in popluar color models

5C716B
RGB92113107
HSL163°10.24%40.20%
HSB/HSV163°18.58%44.31%
CMYK18.58%0.00%5.31%
55.69%

Color #5C716B in popluar number systems.

HEX5C716B
Decimal92113107
Binary101110011100011101011
Octal134161153

Shades and tints

Shades of #5C716B

#5C716B
(92,113,107)
#546762
(84,103,98)
#4C5D59
(76,93,89)
#445350
(68,83,80)
#3C4947
(60,73,71)
#343F3E
(52,63,62)
#2C3535
(44,53,53)
#242B2C
(36,43,44)
#1C2123
(28,33,35)
#14171A
(20,23,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #5C716B

#5C716B
(92,113,107)
#6A7D78
(106,125,120)
#788985
(120,137,133)
#869592
(134,149,146)
#94A19F
(148,161,159)
#A2ADAC
(162,173,172)
#B0B9B9
(176,185,185)
#BEC5C6
(190,197,198)
#CCD1D3
(204,209,211)
#DADDE0
(218,221,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C716B; }

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

This text font color is #5C716B.


Background Color

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

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

This div background color is #5C716B.


Border color

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

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

This div border color is #5C716B.


Opacity

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

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

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

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

This text has shadow with #5C716B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C716B on black background.


Color preview on white background

This text has color #5C716B on white background.



Black color preview on #5C716B background

This text has black color on #5C716B background.


White color preview on #5C716B background

This text has white color on #5C716B background.