COLOR #5C686E

HEX: #5C686E RGB: (92,104,110)

Color info

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

RGB color model

#5C686E color RGB value is (92,104,110).

RGB: (92,104,110) (36%, 41%, 43%)

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 110 of 255 = 43%

92
104
110

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

Portions of RGB colors in percentages

R + G + B = 92 + 104 + 110 = 306 (100%)
R 92 of 306 ~ 30.07%
G 104 of 306 ~ 33.99%
B 110 of 306 ~ 35.95'%

%30.07
%33.99
%35.95

CMYK color model

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

  • cyan value is 16.36%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (16,5,0,57)
C16M5Y0K57 (16%, 5%, 0%, 57%)
(0.16 / 0.05 / 0.00 / 0.57)

CMYK percentages

%16.36
%5.45
%0
%56.86

Codes

Color #5C686E in popluar color models

5C 68 6E
RGB 92 104 110
HSL 200° 8.91% 39.61%
HSB/HSV 200° 16.36% 43.14%
CMYK 16.36% 5.45% 0.00%
56.86%

Color #5C686E in popluar number systems.

HEX 5C 68 6E
Decimal 92 104 110
Binary 1011100 1101000 1101110
Octal 134 150 156

Shades and tints

Shades of #5C686E

#5C686E
(92,104,110)
#545F64
(84,95,100)
#4C565A
(76,86,90)
#444D50
(68,77,80)
#3C4446
(60,68,70)
#343B3C
(52,59,60)
#2C3232
(44,50,50)
#242928
(36,41,40)
#1C201E
(28,32,30)
#141714
(20,23,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #5C686E

#5C686E
(92,104,110)
#6A757B
(106,117,123)
#788288
(120,130,136)
#868F95
(134,143,149)
#949CA2
(148,156,162)
#A2A9AF
(162,169,175)
#B0B6BC
(176,182,188)
#BEC3C9
(190,195,201)
#CCD0D6
(204,208,214)
#DADDE3
(218,221,227)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C686E; }

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

This text font color is #5C686E.

Background Color

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

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

This div background color is #5C686E.

Border color

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

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

This div border color is #5C686E.

Opacity

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

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

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

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

This text has shadow with #5C686E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C686E.

Preview

Color preview on black background

This text has color #5C686E on black background.


Color preview on white background

This text has color #5C686E on white background.


Black color preview on #5C686E background

This text has black color on #5C686E background.


White color preview on #5C686E background

This text has white color on #5C686E background.


Related colors

Complementary color

Complementary color for #hex is #A39791.


I love getcolorcode.com

Triadic colors

1 #6E5C68 and #686E5C with #5C686E are triadic colors.

2 #6E685C and #685C6E with #5C686E are triadic colors.