COLOR #5C3A50

HEX: #5C3A50 RGB: (92,58,80)

Color info

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

RGB color model

#5C3A50 color RGB value is (92,58,80).

RGB: (92,58,80) (36%, 23%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 58 of 255 = 23%
B 80 of 255 = 31%

92
58
80

R + G + B ~ 30%. #5C3A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 58 + 80 = 230 (100%)
R 92 of 230 ~ 40%
G 58 of 230 ~ 25.22%
B 80 of 230 ~ 34.78'%

%40
%25.22
%34.78

CMYK color model

#5C3A50 color CMYK value is (0,37,13,64).

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

CMYK: (0,37,13,64)
C0M37Y13K64 (0%, 37%, 13%, 64%)
(0.00 / 0.37 / 0.13 / 0.64)

CMYK percentages

%0
%36.96
%13.04
%63.92

Codes

Color #5C3A50 in popluar color models

5C 3A 50
RGB 92 58 80
HSL 321° 22.67% 29.41%
HSB/HSV 321° 36.96% 36.08%
CMYK 0.00% 36.96% 13.04%
63.92%

Color #5C3A50 in popluar number systems.

HEX 5C 3A 50
Decimal 92 58 80
Binary 1011100 111010 1010000
Octal 134 72 120

Shades and tints

Shades of #5C3A50

#5C3A50
(92,58,80)
#543549
(84,53,73)
#4C3042
(76,48,66)
#442B3B
(68,43,59)
#3C2634
(60,38,52)
#34212D
(52,33,45)
#2C1C26
(44,28,38)
#24171F
(36,23,31)
#1C1218
(28,18,24)
#140D11
(20,13,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #5C3A50

#5C3A50
(92,58,80)
#6A4B5F
(106,75,95)
#785C6E
(120,92,110)
#866D7D
(134,109,125)
#947E8C
(148,126,140)
#A28F9B
(162,143,155)
#B0A0AA
(176,160,170)
#BEB1B9
(190,177,185)
#CCC2C8
(204,194,200)
#DAD3D7
(218,211,215)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3A50; }

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

This text font color is #5C3A50.

Background Color

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

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

This div background color is #5C3A50.

Border color

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

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

This div border color is #5C3A50.

Opacity

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

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

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

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

This text has shadow with #5C3A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C3A50.

Preview

Color preview on black background

This text has color #5C3A50 on black background.


Color preview on white background

This text has color #5C3A50 on white background.


Black color preview on #5C3A50 background

This text has black color on #5C3A50 background.


White color preview on #5C3A50 background

This text has white color on #5C3A50 background.


Related colors

Complementary color

Complementary color for #hex is #A3C5AF.


I love getcolorcode.com

Triadic colors

1 #505C3A and #3A505C with #5C3A50 are triadic colors.

2 #503A5C and #3A5C50 with #5C3A50 are triadic colors.