COLOR #5C4153

HEX: #5C4153
RGB: (92,65,83)

Color info

#5C4153 contains red, green and blue colors in about the same proportion. Web safe color of #5C4153 is #663366 (or #636).

RGB color model

#5C4153 color RGB value is (92,65,83).

  • red value is 92;
  • green value is 65;
  • blue value is 83.
RGB:
(92,65,83)
(36%,25%,33%)

RGB channels and saturation

R 92 of 255 = 36%
G 65 of 255 = 25%
B 83 of 255 = 33%

92
65
83

R + G + B ~ 31%. #5C4153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 65 + 83 = 240 (100%)
R 92 of 240 ~ 38.33%
G 65 of 240 ~ 27.08%
B 83 of 240 ~ 34.58%

%38.33
%27.08
%34.58

CMYK color model

#5C4153 color CMYK value is (0,29,10,64).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 9.78%
  • key color value is 63.92%
CMYK:
(0,29,10,64)
C0M29Y10K64 
(0%,29%,10%,64%)
(0.00/0.29/0.10/0.64)	

CMYK percentages

%0
%29.35
%9.78
%63.92

Codes

Color #5C4153 in popluar color models

5C4153
RGB926583
HSL320°17.20%30.78%
HSB/HSV320°29.35%36.08%
CMYK0.00%29.35%9.78%
63.92%

Color #5C4153 in popluar number systems.

HEX5C4153
Decimal926583
Binary101110010000011010011
Octal134101123

Shades and tints

Shades of #5C4153

#5C4153
(92,65,83)
#543C4C
(84,60,76)
#4C3745
(76,55,69)
#44323E
(68,50,62)
#3C2D37
(60,45,55)
#342830
(52,40,48)
#2C2329
(44,35,41)
#241E22
(36,30,34)
#1C191B
(28,25,27)
#141414
(20,20,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C4153

#5C4153
(92,65,83)
#6A5262
(106,82,98)
#786371
(120,99,113)
#867480
(134,116,128)
#94858F
(148,133,143)
#A2969E
(162,150,158)
#B0A7AD
(176,167,173)
#BEB8BC
(190,184,188)
#CCC9CB
(204,201,203)
#DADADA
(218,218,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4153 color. Also use rgb(92,65,83) instead hex code.

Text Font Color

.myTextColor { color: #5C4153; }

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

This text font color is #5C4153.


Background Color

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

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

This div background color is #5C4153.


Border color

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

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

This div border color is #5C4153.


Opacity

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

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

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

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

This text has shadow with #5C4153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4153 on black background.


Color preview on white background

This text has color #5C4153 on white background.



Black color preview on #5C4153 background

This text has black color on #5C4153 background.


White color preview on #5C4153 background

This text has white color on #5C4153 background.