COLOR #5C476B

HEX: #5C476B RGB: (92,71,107)

Color info

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

RGB color model

#5C476B color RGB value is (92,71,107).

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

RGB channels and saturation

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

92
71
107

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

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 107 = 270 (100%)
R 92 of 270 ~ 34.07%
G 71 of 270 ~ 26.3%
B 107 of 270 ~ 39.63'%

%34.07
%26.3
%39.63

CMYK color model

#5C476B color CMYK value is (14,34,0,58).

  • cyan value is 14.02%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (14,34,0,58)
C14M34Y0K58 (14%, 34%, 0%, 58%)
(0.14 / 0.34 / 0.00 / 0.58)

CMYK percentages

%14.02
%33.64
%0
%58.04

Codes

Color #5C476B in popluar color models

5C 47 6B
RGB 92 71 107
HSL 275° 20.22% 34.90%
HSB/HSV 275° 33.64% 41.96%
CMYK 14.02% 33.64% 0.00%
58.04%

Color #5C476B in popluar number systems.

HEX 5C 47 6B
Decimal 92 71 107
Binary 1011100 1000111 1101011
Octal 134 107 153

Shades and tints

Shades of #5C476B

#5C476B
(92,71,107)
#544162
(84,65,98)
#4C3B59
(76,59,89)
#443550
(68,53,80)
#3C2F47
(60,47,71)
#34293E
(52,41,62)
#2C2335
(44,35,53)
#241D2C
(36,29,44)
#1C1723
(28,23,35)
#14111A
(20,17,26)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #5C476B

#5C476B
(92,71,107)
#6A5778
(106,87,120)
#786785
(120,103,133)
#867792
(134,119,146)
#94879F
(148,135,159)
#A297AC
(162,151,172)
#B0A7B9
(176,167,185)
#BEB7C6
(190,183,198)
#CCC7D3
(204,199,211)
#DAD7E0
(218,215,224)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C476B; }

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

This text font color is #5C476B.

Background Color

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

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

This div background color is #5C476B.

Border color

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

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

This div border color is #5C476B.

Opacity

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

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

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

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

This text has shadow with #5C476B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C476B.

Preview

Color preview on black background

This text has color #5C476B on black background.


Color preview on white background

This text has color #5C476B on white background.


Black color preview on #5C476B background

This text has black color on #5C476B background.


White color preview on #5C476B background

This text has white color on #5C476B background.


Related colors

Complementary color

Complementary color for #hex is #A3B894.


I love getcolorcode.com

Triadic colors

1 #6B5C47 and #476B5C with #5C476B are triadic colors.

2 #6B475C and #475C6B with #5C476B are triadic colors.