COLOR #5C496C

HEX: #5C496C
RGB: (92,73,108)

Color info

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

RGB color model

#5C496C color RGB value is (92,73,108).

  • red value is 92;
  • green value is 73;
  • blue value is 108.
RGB: (92,73,108) (36%,29%,42%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 108 of 255 = 42%

92
73
108

R + G + B ~ 36%. #5C496C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 108 = 273 (100%)
R 92 of 273 ~ 33.7%
G 73 of 273 ~ 26.74%
B 108 of 273 ~ 39.56%

%33.7
%26.74
%39.56

CMYK color model

#5C496C color CMYK value is (15,32,0,58).

  • cyan value is 14.81%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (15,32,0,58) C15M32Y0K58 (15%,32%,0%,58%) (0.15/0.32/0.00/0.58)

CMYK percentages

%14.81
%32.41
%0
%57.65

Codes

Color #5C496C in popluar color models

5C496C
RGB9273108
HSL273°19.34%35.49%
HSB/HSV273°32.41%42.35%
CMYK14.81%32.41%0.00%
57.65%

Color #5C496C in popluar number systems.

HEX5C496C
Decimal9273108
Binary101110010010011101100
Octal134111154

Shades and tints

Shades of #5C496C

#5C496C
(92,73,108)
#544363
(84,67,99)
#4C3D5A
(76,61,90)
#443751
(68,55,81)
#3C3148
(60,49,72)
#342B3F
(52,43,63)
#2C2536
(44,37,54)
#241F2D
(36,31,45)
#1C1924
(28,25,36)
#14131B
(20,19,27)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #5C496C

#5C496C
(92,73,108)
#6A5979
(106,89,121)
#786986
(120,105,134)
#867993
(134,121,147)
#9489A0
(148,137,160)
#A299AD
(162,153,173)
#B0A9BA
(176,169,186)
#BEB9C7
(190,185,199)
#CCC9D4
(204,201,212)
#DAD9E1
(218,217,225)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C496C color. Also use rgb(92,73,108) instead hex code.

Text Font Color

.myTextColor { color: #5C496C; }

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

This text font color is #5C496C.


Background Color

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

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

This div background color is #5C496C.


Border color

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

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

This div border color is #5C496C.


Opacity

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

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

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

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

This text has shadow with #5C496C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C496C on black background.


Color preview on white background

This text has color #5C496C on white background.



Black color preview on #5C496C background

This text has black color on #5C496C background.


White color preview on #5C496C background

This text has white color on #5C496C background.