COLOR #5C5267

HEX: #5C5267
RGB: (92,82,103)

Color info

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

RGB color model

#5C5267 color RGB value is (92,82,103).

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

RGB channels and saturation

R 92 of 255 = 36%
G 82 of 255 = 32%
B 103 of 255 = 40%

92
82
103

R + G + B ~ 36%. #5C5267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 82 + 103 = 277 (100%)
R 92 of 277 ~ 33.21%
G 82 of 277 ~ 29.6%
B 103 of 277 ~ 37.18%

%33.21
%29.6
%37.18

CMYK color model

#5C5267 color CMYK value is (11,20,0,60).

  • cyan value is 10.68%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(11,20,0,60)
C11M20Y0K60 
(11%,20%,0%,60%)
(0.11/0.20/0.00/0.60)	

CMYK percentages

%10.68
%20.39
%0
%59.61

Codes

Color #5C5267 in popluar color models

5C5267
RGB9282103
HSL269°11.35%36.27%
HSB/HSV269°20.39%40.39%
CMYK10.68%20.39%0.00%
59.61%

Color #5C5267 in popluar number systems.

HEX5C5267
Decimal9282103
Binary101110010100101100111
Octal134122147

Shades and tints

Shades of #5C5267

#5C5267
(92,82,103)
#544B5E
(84,75,94)
#4C4455
(76,68,85)
#443D4C
(68,61,76)
#3C3643
(60,54,67)
#342F3A
(52,47,58)
#2C2831
(44,40,49)
#242128
(36,33,40)
#1C1A1F
(28,26,31)
#141316
(20,19,22)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #5C5267

#5C5267
(92,82,103)
#6A6174
(106,97,116)
#787081
(120,112,129)
#867F8E
(134,127,142)
#948E9B
(148,142,155)
#A29DA8
(162,157,168)
#B0ACB5
(176,172,181)
#BEBBC2
(190,187,194)
#CCCACF
(204,202,207)
#DAD9DC
(218,217,220)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5267; }

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

This text font color is #5C5267.


Background Color

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

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

This div background color is #5C5267.


Border color

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

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

This div border color is #5C5267.


Opacity

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

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

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

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

This text has shadow with #5C5267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5267 on black background.


Color preview on white background

This text has color #5C5267 on white background.



Black color preview on #5C5267 background

This text has black color on #5C5267 background.


White color preview on #5C5267 background

This text has white color on #5C5267 background.