COLOR #5C475B

HEX: #5C475B RGB: (92,71,91)

Color info

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

RGB color model

#5C475B color RGB value is (92,71,91).

RGB: (92,71,91) (36%, 28%, 36%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 91 of 255 = 36%

92
71
91

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

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 91 = 254 (100%)
R 92 of 254 ~ 36.22%
G 71 of 254 ~ 27.95%
B 91 of 254 ~ 35.83'%

%36.22
%27.95
%35.83

CMYK color model

#5C475B color CMYK value is (0,23,1,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 1.09%
  • key color value is 63.92%

CMYK: (0,23,1,64)
C0M23Y1K64 (0%, 23%, 1%, 64%)
(0.00 / 0.23 / 0.01 / 0.64)

CMYK percentages

%0
%22.83
%1.09
%63.92

Codes

Color #5C475B in popluar color models

5C 47 5B
RGB 92 71 91
HSL 303° 12.88% 31.96%
HSB/HSV 303° 22.83% 36.08%
CMYK 0.00% 22.83% 1.09%
63.92%

Color #5C475B in popluar number systems.

HEX 5C 47 5B
Decimal 92 71 91
Binary 1011100 1000111 1011011
Octal 134 107 133

Shades and tints

Shades of #5C475B

#5C475B
(92,71,91)
#544153
(84,65,83)
#4C3B4B
(76,59,75)
#443543
(68,53,67)
#3C2F3B
(60,47,59)
#342933
(52,41,51)
#2C232B
(44,35,43)
#241D23
(36,29,35)
#1C171B
(28,23,27)
#141113
(20,17,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #5C475B

#5C475B
(92,71,91)
#6A5769
(106,87,105)
#786777
(120,103,119)
#867785
(134,119,133)
#948793
(148,135,147)
#A297A1
(162,151,161)
#B0A7AF
(176,167,175)
#BEB7BD
(190,183,189)
#CCC7CB
(204,199,203)
#DAD7D9
(218,215,217)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C475B; }

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

This text font color is #5C475B.

Background Color

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

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

This div background color is #5C475B.

Border color

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

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

This div border color is #5C475B.

Opacity

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

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

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

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

This text has shadow with #5C475B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C475B.

Preview

Color preview on black background

This text has color #5C475B on black background.


Color preview on white background

This text has color #5C475B on white background.


Black color preview on #5C475B background

This text has black color on #5C475B background.


White color preview on #5C475B background

This text has white color on #5C475B background.


Related colors

Complementary color

Complementary color for #hex is #A3B8A4.


I love getcolorcode.com

Triadic colors

1 #5B5C47 and #475B5C with #5C475B are triadic colors.

2 #5B475C and #475C5B with #5C475B are triadic colors.