COLOR #5C676D

HEX: #5C676D
RGB: (92,103,109)

Color info

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

RGB color model

#5C676D color RGB value is (92,103,109).

  • red value is 92;
  • green value is 103;
  • blue value is 109.
RGB:
(92,103,109)
(36%,40%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 109 of 255 = 43%

92
103
109

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

Portions of RGB colors in percentages

R + G + B =
92 + 103 + 109 = 304 (100%)
R 92 of 304 ~ 30.26%
G 103 of 304 ~ 33.88%
B 109 of 304 ~ 35.86%

%30.26
%33.88
%35.86

CMYK color model

#5C676D color CMYK value is (16,6,0,57).

  • cyan value is 15.60%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(16,6,0,57)
C16M6Y0K57 
(16%,6%,0%,57%)
(0.16/0.06/0.00/0.57)	

CMYK percentages

%15.6
%5.5
%0
%57.25

Codes

Color #5C676D in popluar color models

5C676D
RGB92103109
HSL201°8.46%39.41%
HSB/HSV201°15.60%42.75%
CMYK15.60%5.50%0.00%
57.25%

Color #5C676D in popluar number systems.

HEX5C676D
Decimal92103109
Binary101110011001111101101
Octal134147155

Shades and tints

Shades of #5C676D

#5C676D
(92,103,109)
#545E64
(84,94,100)
#4C555B
(76,85,91)
#444C52
(68,76,82)
#3C4349
(60,67,73)
#343A40
(52,58,64)
#2C3137
(44,49,55)
#24282E
(36,40,46)
#1C1F25
(28,31,37)
#14161C
(20,22,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #5C676D

#5C676D
(92,103,109)
#6A747A
(106,116,122)
#788187
(120,129,135)
#868E94
(134,142,148)
#949BA1
(148,155,161)
#A2A8AE
(162,168,174)
#B0B5BB
(176,181,187)
#BEC2C8
(190,194,200)
#CCCFD5
(204,207,213)
#DADCE2
(218,220,226)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C676D; }

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

This text font color is #5C676D.


Background Color

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

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

This div background color is #5C676D.


Border color

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

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

This div border color is #5C676D.


Opacity

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

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

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

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

This text has shadow with #5C676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C676D on black background.


Color preview on white background

This text has color #5C676D on white background.



Black color preview on #5C676D background

This text has black color on #5C676D background.


White color preview on #5C676D background

This text has white color on #5C676D background.