COLOR #5C4450

HEX: #5C4450 RGB: (92,68,80)

Color info

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

RGB color model

#5C4450 color RGB value is (92,68,80).

RGB: (92,68,80) (36%, 27%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 80 of 255 = 31%

92
68
80

R + G + B ~ 31%. #5C4450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 68 + 80 = 240 (100%)
R 92 of 240 ~ 38.33%
G 68 of 240 ~ 28.33%
B 80 of 240 ~ 33.33'%

%38.33
%28.33
%33.33

CMYK color model

#5C4450 color CMYK value is (0,26,13,64).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 13.04%
  • key color value is 63.92%

CMYK: (0,26,13,64)
C0M26Y13K64 (0%, 26%, 13%, 64%)
(0.00 / 0.26 / 0.13 / 0.64)

CMYK percentages

%0
%26.09
%13.04
%63.92

Codes

Color #5C4450 in popluar color models

5C 44 50
RGB 92 68 80
HSL 330° 15.00% 31.37%
HSB/HSV 330° 26.09% 36.08%
CMYK 0.00% 26.09% 13.04%
63.92%

Color #5C4450 in popluar number systems.

HEX 5C 44 50
Decimal 92 68 80
Binary 1011100 1000100 1010000
Octal 134 104 120

Shades and tints

Shades of #5C4450

#5C4450
(92,68,80)
#543E49
(84,62,73)
#4C3842
(76,56,66)
#44323B
(68,50,59)
#3C2C34
(60,44,52)
#34262D
(52,38,45)
#2C2026
(44,32,38)
#241A1F
(36,26,31)
#1C1418
(28,20,24)
#140E11
(20,14,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #5C4450

#5C4450
(92,68,80)
#6A555F
(106,85,95)
#78666E
(120,102,110)
#86777D
(134,119,125)
#94888C
(148,136,140)
#A2999B
(162,153,155)
#B0AAAA
(176,170,170)
#BEBBB9
(190,187,185)
#CCCCC8
(204,204,200)
#DADDD7
(218,221,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4450 color. Also use rgb(92,68,80) instead hex code.

Text Font Color

.myTextColor { color: #5C4450; }

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

This text font color is #5C4450.

Background Color

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

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

This div background color is #5C4450.

Border color

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

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

This div border color is #5C4450.

Opacity

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

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

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

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

This text has shadow with #5C4450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4450.

Preview

Color preview on black background

This text has color #5C4450 on black background.


Color preview on white background

This text has color #5C4450 on white background.


Black color preview on #5C4450 background

This text has black color on #5C4450 background.


White color preview on #5C4450 background

This text has white color on #5C4450 background.


Related colors

Complementary color

Complementary color for #hex is #A3BBAF.


I love getcolorcode.com

Triadic colors

1 #505C44 and #44505C with #5C4450 are triadic colors.

2 #50445C and #445C50 with #5C4450 are triadic colors.