COLOR #5C5B72

HEX: #5C5B72
RGB: (92,91,114)

Color info

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

RGB color model

#5C5B72 color RGB value is (92,91,114).

  • red value is 92;
  • green value is 91;
  • blue value is 114.
RGB:
(92,91,114)
(36%,36%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 91 of 255 = 36%
B 114 of 255 = 45%

92
91
114

R + G + B ~ 39%. #5C5B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 91 + 114 = 297 (100%)
R 92 of 297 ~ 30.98%
G 91 of 297 ~ 30.64%
B 114 of 297 ~ 38.38%

%30.98
%30.64
%38.38

CMYK color model

#5C5B72 color CMYK value is (19,20,0,55).

  • cyan value is 19.30%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(19,20,0,55)
C19M20Y0K55 
(19%,20%,0%,55%)
(0.19/0.20/0.00/0.55)	

CMYK percentages

%19.3
%20.18
%0
%55.29

Codes

Color #5C5B72 in popluar color models

5C5B72
RGB9291114
HSL243°11.22%40.20%
HSB/HSV243°20.18%44.71%
CMYK19.30%20.18%0.00%
55.29%

Color #5C5B72 in popluar number systems.

HEX5C5B72
Decimal9291114
Binary101110010110111110010
Octal134133162

Shades and tints

Shades of #5C5B72

#5C5B72
(92,91,114)
#545368
(84,83,104)
#4C4B5E
(76,75,94)
#444354
(68,67,84)
#3C3B4A
(60,59,74)
#343340
(52,51,64)
#2C2B36
(44,43,54)
#24232C
(36,35,44)
#1C1B22
(28,27,34)
#141318
(20,19,24)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #5C5B72

#5C5B72
(92,91,114)
#6A697E
(106,105,126)
#78778A
(120,119,138)
#868596
(134,133,150)
#9493A2
(148,147,162)
#A2A1AE
(162,161,174)
#B0AFBA
(176,175,186)
#BEBDC6
(190,189,198)
#CCCBD2
(204,203,210)
#DAD9DE
(218,217,222)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5B72 color. Also use rgb(92,91,114) instead hex code.

Text Font Color

.myTextColor { color: #5C5B72; }

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

This text font color is #5C5B72.


Background Color

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

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

This div background color is #5C5B72.


Border color

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

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

This div border color is #5C5B72.


Opacity

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

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

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

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

This text has shadow with #5C5B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5B72 on black background.


Color preview on white background

This text has color #5C5B72 on white background.



Black color preview on #5C5B72 background

This text has black color on #5C5B72 background.


White color preview on #5C5B72 background

This text has white color on #5C5B72 background.