COLOR #5C4362

HEX: #5C4362
RGB: (92,67,98)

Color info

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

RGB color model

#5C4362 color RGB value is (92,67,98).

  • red value is 92;
  • green value is 67;
  • blue value is 98.
RGB:
(92,67,98)
(36%,26%,38%)

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 98 of 255 = 38%

92
67
98

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

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 98 = 257 (100%)
R 92 of 257 ~ 35.8%
G 67 of 257 ~ 26.07%
B 98 of 257 ~ 38.13%

%35.8
%26.07
%38.13

CMYK color model

#5C4362 color CMYK value is (6,32,0,62).

  • cyan value is 6.12%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(6,32,0,62)
C6M32Y0K62 
(6%,32%,0%,62%)
(0.06/0.32/0.00/0.62)	

CMYK percentages

%6.12
%31.63
%0
%61.57

Codes

Color #5C4362 in popluar color models

5C4362
RGB926798
HSL288°18.79%32.35%
HSB/HSV288°31.63%38.43%
CMYK6.12%31.63%0.00%
61.57%

Color #5C4362 in popluar number systems.

HEX5C4362
Decimal926798
Binary101110010000111100010
Octal134103142

Shades and tints

Shades of #5C4362

#5C4362
(92,67,98)
#543D5A
(84,61,90)
#4C3752
(76,55,82)
#44314A
(68,49,74)
#3C2B42
(60,43,66)
#34253A
(52,37,58)
#2C1F32
(44,31,50)
#24192A
(36,25,42)
#1C1322
(28,19,34)
#140D1A
(20,13,26)
#0C0712
(12,7,18)
#000000
(0,0,0)

Tints of #5C4362

#5C4362
(92,67,98)
#6A5470
(106,84,112)
#78657E
(120,101,126)
#86768C
(134,118,140)
#94879A
(148,135,154)
#A298A8
(162,152,168)
#B0A9B6
(176,169,182)
#BEBAC4
(190,186,196)
#CCCBD2
(204,203,210)
#DADCE0
(218,220,224)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4362 color. Also use rgb(92,67,98) instead hex code.

Text Font Color

.myTextColor { color: #5C4362; }

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

This text font color is #5C4362.


Background Color

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

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

This div background color is #5C4362.


Border color

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

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

This div border color is #5C4362.


Opacity

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

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

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

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

This text has shadow with #5C4362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4362 on black background.


Color preview on white background

This text has color #5C4362 on white background.



Black color preview on #5C4362 background

This text has black color on #5C4362 background.


White color preview on #5C4362 background

This text has white color on #5C4362 background.