COLOR #5C476C

HEX: #5C476C RGB: (92,71,108)

Color info

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

RGB color model

#5C476C color RGB value is (92,71,108).

RGB: (92,71,108) (36%, 28%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 108 of 255 = 42%

92
71
108

R + G + B ~ 35%. #5C476C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 108 = 271 (100%)
R 92 of 271 ~ 33.95%
G 71 of 271 ~ 26.2%
B 108 of 271 ~ 39.85'%

%33.95
%26.2
%39.85

CMYK color model

#5C476C color CMYK value is (15,34,0,58).

  • cyan value is 14.81%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (15,34,0,58)
C15M34Y0K58 (15%, 34%, 0%, 58%)
(0.15 / 0.34 / 0.00 / 0.58)

CMYK percentages

%14.81
%34.26
%0
%57.65

Codes

Color #5C476C in popluar color models

5C 47 6C
RGB 92 71 108
HSL 274° 20.67% 35.10%
HSB/HSV 274° 34.26% 42.35%
CMYK 14.81% 34.26% 0.00%
57.65%

Color #5C476C in popluar number systems.

HEX 5C 47 6C
Decimal 92 71 108
Binary 1011100 1000111 1101100
Octal 134 107 154

Shades and tints

Shades of #5C476C

#5C476C
(92,71,108)
#544163
(84,65,99)
#4C3B5A
(76,59,90)
#443551
(68,53,81)
#3C2F48
(60,47,72)
#34293F
(52,41,63)
#2C2336
(44,35,54)
#241D2D
(36,29,45)
#1C1724
(28,23,36)
#14111B
(20,17,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #5C476C

#5C476C
(92,71,108)
#6A5779
(106,87,121)
#786786
(120,103,134)
#867793
(134,119,147)
#9487A0
(148,135,160)
#A297AD
(162,151,173)
#B0A7BA
(176,167,186)
#BEB7C7
(190,183,199)
#CCC7D4
(204,199,212)
#DAD7E1
(218,215,225)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C476C; }

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

This text font color is #5C476C.

Background Color

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

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

This div background color is #5C476C.

Border color

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

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

This div border color is #5C476C.

Opacity

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

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

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

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

This text has shadow with #5C476C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C476C.

Preview

Color preview on black background

This text has color #5C476C on black background.


Color preview on white background

This text has color #5C476C on white background.


Black color preview on #5C476C background

This text has black color on #5C476C background.


White color preview on #5C476C background

This text has white color on #5C476C background.


Related colors

Complementary color

Complementary color for #hex is #A3B893.


I love getcolorcode.com

Triadic colors

1 #6C5C47 and #476C5C with #5C476C are triadic colors.

2 #6C475C and #475C6C with #5C476C are triadic colors.