COLOR #5C5867

HEX: #5C5867
RGB: (92,88,103)

Color info

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

RGB color model

#5C5867 color RGB value is (92,88,103).

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

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 103 of 255 = 40%

92
88
103

R + G + B ~ 37%. #5C5867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 88 + 103 = 283 (100%)
R 92 of 283 ~ 32.51%
G 88 of 283 ~ 31.1%
B 103 of 283 ~ 36.4%

%32.51
%31.1
%36.4

CMYK color model

#5C5867 color CMYK value is (11,15,0,60).

  • cyan value is 10.68%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(11,15,0,60)
C11M15Y0K60 
(11%,15%,0%,60%)
(0.11/0.15/0.00/0.60)	

CMYK percentages

%10.68
%14.56
%0
%59.61

Codes

Color #5C5867 in popluar color models

5C5867
RGB9288103
HSL256°7.85%37.45%
HSB/HSV256°14.56%40.39%
CMYK10.68%14.56%0.00%
59.61%

Color #5C5867 in popluar number systems.

HEX5C5867
Decimal9288103
Binary101110010110001100111
Octal134130147

Shades and tints

Shades of #5C5867

#5C5867
(92,88,103)
#54505E
(84,80,94)
#4C4855
(76,72,85)
#44404C
(68,64,76)
#3C3843
(60,56,67)
#34303A
(52,48,58)
#2C2831
(44,40,49)
#242028
(36,32,40)
#1C181F
(28,24,31)
#141016
(20,16,22)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #5C5867

#5C5867
(92,88,103)
#6A6774
(106,103,116)
#787681
(120,118,129)
#86858E
(134,133,142)
#94949B
(148,148,155)
#A2A3A8
(162,163,168)
#B0B2B5
(176,178,181)
#BEC1C2
(190,193,194)
#CCD0CF
(204,208,207)
#DADFDC
(218,223,220)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5867; }

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

This text font color is #5C5867.


Background Color

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

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

This div background color is #5C5867.


Border color

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

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

This div border color is #5C5867.


Opacity

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

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

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

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

This text has shadow with #5C5867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5867 on black background.


Color preview on white background

This text has color #5C5867 on white background.



Black color preview on #5C5867 background

This text has black color on #5C5867 background.


White color preview on #5C5867 background

This text has white color on #5C5867 background.