COLOR #5C4458

HEX: #5C4458
RGB: (92,68,88)

Color info

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

RGB color model

#5C4458 color RGB value is (92,68,88).

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

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 88 of 255 = 35%

92
68
88

R + G + B ~ 33%. #5C4458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 68 + 88 = 248 (100%)
R 92 of 248 ~ 37.1%
G 68 of 248 ~ 27.42%
B 88 of 248 ~ 35.48%

%37.1
%27.42
%35.48

CMYK color model

#5C4458 color CMYK value is (0,26,4,64).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 4.35%
  • key color value is 63.92%
CMYK:
(0,26,4,64)
C0M26Y4K64 
(0%,26%,4%,64%)
(0.00/0.26/0.04/0.64)	

CMYK percentages

%0
%26.09
%4.35
%63.92

Codes

Color #5C4458 in popluar color models

5C4458
RGB926888
HSL310°15.00%31.37%
HSB/HSV310°26.09%36.08%
CMYK0.00%26.09%4.35%
63.92%

Color #5C4458 in popluar number systems.

HEX5C4458
Decimal926888
Binary101110010001001011000
Octal134104130

Shades and tints

Shades of #5C4458

#5C4458
(92,68,88)
#543E50
(84,62,80)
#4C3848
(76,56,72)
#443240
(68,50,64)
#3C2C38
(60,44,56)
#342630
(52,38,48)
#2C2028
(44,32,40)
#241A20
(36,26,32)
#1C1418
(28,20,24)
#140E10
(20,14,16)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #5C4458

#5C4458
(92,68,88)
#6A5567
(106,85,103)
#786676
(120,102,118)
#867785
(134,119,133)
#948894
(148,136,148)
#A299A3
(162,153,163)
#B0AAB2
(176,170,178)
#BEBBC1
(190,187,193)
#CCCCD0
(204,204,208)
#DADDDF
(218,221,223)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4458; }

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

This text font color is #5C4458.


Background Color

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

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

This div background color is #5C4458.


Border color

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

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

This div border color is #5C4458.


Opacity

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

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

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

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

This text has shadow with #5C4458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4458 on black background.


Color preview on white background

This text has color #5C4458 on white background.



Black color preview on #5C4458 background

This text has black color on #5C4458 background.


White color preview on #5C4458 background

This text has white color on #5C4458 background.