COLOR #5C4753

HEX: #5C4753 RGB: (92,71,83)

Color info

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

RGB color model

#5C4753 color RGB value is (92,71,83).

RGB: (92,71,83) (36%, 28%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 83 of 255 = 33%

92
71
83

R + G + B ~ 32%. #5C4753 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 83 = 246 (100%)
R 92 of 246 ~ 37.4%
G 71 of 246 ~ 28.86%
B 83 of 246 ~ 33.74'%

%37.4
%28.86
%33.74

CMYK color model

#5C4753 color CMYK value is (0,23,10,64).

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

CMYK: (0,23,10,64)
C0M23Y10K64 (0%, 23%, 10%, 64%)
(0.00 / 0.23 / 0.10 / 0.64)

CMYK percentages

%0
%22.83
%9.78
%63.92

Codes

Color #5C4753 in popluar color models

5C 47 53
RGB 92 71 83
HSL 326° 12.88% 31.96%
HSB/HSV 326° 22.83% 36.08%
CMYK 0.00% 22.83% 9.78%
63.92%

Color #5C4753 in popluar number systems.

HEX 5C 47 53
Decimal 92 71 83
Binary 1011100 1000111 1010011
Octal 134 107 123

Shades and tints

Shades of #5C4753

#5C4753
(92,71,83)
#54414C
(84,65,76)
#4C3B45
(76,59,69)
#44353E
(68,53,62)
#3C2F37
(60,47,55)
#342930
(52,41,48)
#2C2329
(44,35,41)
#241D22
(36,29,34)
#1C171B
(28,23,27)
#141114
(20,17,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #5C4753

#5C4753
(92,71,83)
#6A5762
(106,87,98)
#786771
(120,103,113)
#867780
(134,119,128)
#94878F
(148,135,143)
#A2979E
(162,151,158)
#B0A7AD
(176,167,173)
#BEB7BC
(190,183,188)
#CCC7CB
(204,199,203)
#DAD7DA
(218,215,218)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4753; }

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

This text font color is #5C4753.

Background Color

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

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

This div background color is #5C4753.

Border color

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

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

This div border color is #5C4753.

Opacity

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

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

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

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

This text has shadow with #5C4753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4753.

Preview

Color preview on black background

This text has color #5C4753 on black background.


Color preview on white background

This text has color #5C4753 on white background.


Black color preview on #5C4753 background

This text has black color on #5C4753 background.


White color preview on #5C4753 background

This text has white color on #5C4753 background.


Related colors

Complementary color

Complementary color for #hex is #A3B8AC.


I love getcolorcode.com

Triadic colors

1 #535C47 and #47535C with #5C4753 are triadic colors.

2 #53475C and #475C53 with #5C4753 are triadic colors.