COLOR #5C4651

HEX: #5C4651 RGB: (92,70,81)

Color info

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

RGB color model

#5C4651 color RGB value is (92,70,81).

RGB: (92,70,81) (36%, 27%, 32%)

RGB channels and saturation

R 92 of 255 = 36%
G 70 of 255 = 27%
B 81 of 255 = 32%

92
70
81

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

Portions of RGB colors in percentages

R + G + B = 92 + 70 + 81 = 243 (100%)
R 92 of 243 ~ 37.86%
G 70 of 243 ~ 28.81%
B 81 of 243 ~ 33.33'%

%37.86
%28.81
%33.33

CMYK color model

#5C4651 color CMYK value is (0,24,12,64).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 11.96%
  • key color value is 63.92%

CMYK: (0,24,12,64)
C0M24Y12K64 (0%, 24%, 12%, 64%)
(0.00 / 0.24 / 0.12 / 0.64)

CMYK percentages

%0
%23.91
%11.96
%63.92

Codes

Color #5C4651 in popluar color models

5C 46 51
RGB 92 70 81
HSL 330° 13.58% 31.76%
HSB/HSV 330° 23.91% 36.08%
CMYK 0.00% 23.91% 11.96%
63.92%

Color #5C4651 in popluar number systems.

HEX 5C 46 51
Decimal 92 70 81
Binary 1011100 1000110 1010001
Octal 134 106 121

Shades and tints

Shades of #5C4651

#5C4651
(92,70,81)
#54404A
(84,64,74)
#4C3A43
(76,58,67)
#44343C
(68,52,60)
#3C2E35
(60,46,53)
#34282E
(52,40,46)
#2C2227
(44,34,39)
#241C20
(36,28,32)
#1C1619
(28,22,25)
#141012
(20,16,18)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #5C4651

#5C4651
(92,70,81)
#6A5660
(106,86,96)
#78666F
(120,102,111)
#86767E
(134,118,126)
#94868D
(148,134,141)
#A2969C
(162,150,156)
#B0A6AB
(176,166,171)
#BEB6BA
(190,182,186)
#CCC6C9
(204,198,201)
#DAD6D8
(218,214,216)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4651 color. Also use rgb(92,70,81) instead hex code.

Text Font Color

.myTextColor { color: #5C4651; }

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

This text font color is #5C4651.

Background Color

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

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

This div background color is #5C4651.

Border color

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

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

This div border color is #5C4651.

Opacity

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

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

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

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

This text has shadow with #5C4651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4651.

Preview

Color preview on black background

This text has color #5C4651 on black background.


Color preview on white background

This text has color #5C4651 on white background.


Black color preview on #5C4651 background

This text has black color on #5C4651 background.


White color preview on #5C4651 background

This text has white color on #5C4651 background.


Related colors

Complementary color

Complementary color for #hex is #A3B9AE.


I love getcolorcode.com

Triadic colors

1 #515C46 and #46515C with #5C4651 are triadic colors.

2 #51465C and #465C51 with #5C4651 are triadic colors.