COLOR #5C5159

HEX: #5C5159
RGB: (92,81,89)

Color info

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

RGB color model

#5C5159 color RGB value is (92,81,89).

  • red value is 92;
  • green value is 81;
  • blue value is 89.
RGB:
(92,81,89)
(36%,32%,35%)

RGB channels and saturation

R 92 of 255 = 36%
G 81 of 255 = 32%
B 89 of 255 = 35%

92
81
89

R + G + B ~ 34%. #5C5159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 81 + 89 = 262 (100%)
R 92 of 262 ~ 35.11%
G 81 of 262 ~ 30.92%
B 89 of 262 ~ 33.97%

%35.11
%30.92
%33.97

CMYK color model

#5C5159 color CMYK value is (0,12,3,64).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 3.26%
  • key color value is 63.92%
CMYK:
(0,12,3,64)
C0M12Y3K64 
(0%,12%,3%,64%)
(0.00/0.12/0.03/0.64)	

CMYK percentages

%0
%11.96
%3.26
%63.92

Codes

Color #5C5159 in popluar color models

5C5159
RGB928189
HSL316°6.36%33.92%
HSB/HSV316°11.96%36.08%
CMYK0.00%11.96%3.26%
63.92%

Color #5C5159 in popluar number systems.

HEX5C5159
Decimal928189
Binary101110010100011011001
Octal134121131

Shades and tints

Shades of #5C5159

#5C5159
(92,81,89)
#544A51
(84,74,81)
#4C4349
(76,67,73)
#443C41
(68,60,65)
#3C3539
(60,53,57)
#342E31
(52,46,49)
#2C2729
(44,39,41)
#242021
(36,32,33)
#1C1919
(28,25,25)
#141211
(20,18,17)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #5C5159

#5C5159
(92,81,89)
#6A6068
(106,96,104)
#786F77
(120,111,119)
#867E86
(134,126,134)
#948D95
(148,141,149)
#A29CA4
(162,156,164)
#B0ABB3
(176,171,179)
#BEBAC2
(190,186,194)
#CCC9D1
(204,201,209)
#DAD8E0
(218,216,224)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5159 color. Also use rgb(92,81,89) instead hex code.

Text Font Color

.myTextColor { color: #5C5159; }

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

This text font color is #5C5159.


Background Color

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

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

This div background color is #5C5159.


Border color

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

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

This div border color is #5C5159.


Opacity

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

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

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

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

This text has shadow with #5C5159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5159 on black background.


Color preview on white background

This text has color #5C5159 on white background.



Black color preview on #5C5159 background

This text has black color on #5C5159 background.


White color preview on #5C5159 background

This text has white color on #5C5159 background.