COLOR #5C4466

HEX: #5C4466
RGB: (92,68,102)

Color info

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

RGB color model

#5C4466 color RGB value is (92,68,102).

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

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 102 of 255 = 40%

92
68
102

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

Portions of RGB colors in percentages

R + G + B =
92 + 68 + 102 = 262 (100%)
R 92 of 262 ~ 35.11%
G 68 of 262 ~ 25.95%
B 102 of 262 ~ 38.93%

%35.11
%25.95
%38.93

CMYK color model

#5C4466 color CMYK value is (10,33,0,60).

  • cyan value is 9.80%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(10,33,0,60)
C10M33Y0K60 
(10%,33%,0%,60%)
(0.10/0.33/0.00/0.60)	

CMYK percentages

%9.8
%33.33
%0
%60

Codes

Color #5C4466 in popluar color models

5C4466
RGB9268102
HSL282°20.00%33.33%
HSB/HSV282°33.33%40.00%
CMYK9.80%33.33%0.00%
60.00%

Color #5C4466 in popluar number systems.

HEX5C4466
Decimal9268102
Binary101110010001001100110
Octal134104146

Shades and tints

Shades of #5C4466

#5C4466
(92,68,102)
#543E5D
(84,62,93)
#4C3854
(76,56,84)
#44324B
(68,50,75)
#3C2C42
(60,44,66)
#342639
(52,38,57)
#2C2030
(44,32,48)
#241A27
(36,26,39)
#1C141E
(28,20,30)
#140E15
(20,14,21)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #5C4466

#5C4466
(92,68,102)
#6A5573
(106,85,115)
#786680
(120,102,128)
#86778D
(134,119,141)
#94889A
(148,136,154)
#A299A7
(162,153,167)
#B0AAB4
(176,170,180)
#BEBBC1
(190,187,193)
#CCCCCE
(204,204,206)
#DADDDB
(218,221,219)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4466; }

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

This text font color is #5C4466.


Background Color

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

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

This div background color is #5C4466.


Border color

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

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

This div border color is #5C4466.


Opacity

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

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

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

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

This text has shadow with #5C4466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4466 on black background.


Color preview on white background

This text has color #5C4466 on white background.



Black color preview on #5C4466 background

This text has black color on #5C4466 background.


White color preview on #5C4466 background

This text has white color on #5C4466 background.