COLOR #5C354F

HEX: #5C354F RGB: (92,53,79)

Color info

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

RGB color model

#5C354F color RGB value is (92,53,79).

RGB: (92,53,79) (36%, 21%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 53 of 255 = 21%
B 79 of 255 = 31%

92
53
79

R + G + B ~ 29%. #5C354F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 53 + 79 = 224 (100%)
R 92 of 224 ~ 41.07%
G 53 of 224 ~ 23.66%
B 79 of 224 ~ 35.27'%

%41.07
%23.66
%35.27

CMYK color model

#5C354F color CMYK value is (0,42,14,64).

  • cyan value is 0.00%
  • magenta value is 42.39%
  • yellow value is 14.13%
  • key color value is 63.92%

CMYK: (0,42,14,64)
C0M42Y14K64 (0%, 42%, 14%, 64%)
(0.00 / 0.42 / 0.14 / 0.64)

CMYK percentages

%0
%42.39
%14.13
%63.92

Codes

Color #5C354F in popluar color models

5C 35 4F
RGB 92 53 79
HSL 320° 26.90% 28.43%
HSB/HSV 320° 42.39% 36.08%
CMYK 0.00% 42.39% 14.13%
63.92%

Color #5C354F in popluar number systems.

HEX 5C 35 4F
Decimal 92 53 79
Binary 1011100 110101 1001111
Octal 134 65 117

Shades and tints

Shades of #5C354F

#5C354F
(92,53,79)
#543148
(84,49,72)
#4C2D41
(76,45,65)
#44293A
(68,41,58)
#3C2533
(60,37,51)
#34212C
(52,33,44)
#2C1D25
(44,29,37)
#24191E
(36,25,30)
#1C1517
(28,21,23)
#141110
(20,17,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #5C354F

#5C354F
(92,53,79)
#6A475F
(106,71,95)
#78596F
(120,89,111)
#866B7F
(134,107,127)
#947D8F
(148,125,143)
#A28F9F
(162,143,159)
#B0A1AF
(176,161,175)
#BEB3BF
(190,179,191)
#CCC5CF
(204,197,207)
#DAD7DF
(218,215,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C354F color. Also use rgb(92,53,79) instead hex code.

Text Font Color

.myTextColor { color: #5C354F; }

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

This text font color is #5C354F.

Background Color

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

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

This div background color is #5C354F.

Border color

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

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

This div border color is #5C354F.

Opacity

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

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

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

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

This text has shadow with #5C354F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C354F.

Preview

Color preview on black background

This text has color #5C354F on black background.


Color preview on white background

This text has color #5C354F on white background.


Black color preview on #5C354F background

This text has black color on #5C354F background.


White color preview on #5C354F background

This text has white color on #5C354F background.


Related colors

Complementary color

Complementary color for #hex is #A3CAB0.


I love getcolorcode.com

Triadic colors

1 #4F5C35 and #354F5C with #5C354F are triadic colors.

2 #4F355C and #355C4F with #5C354F are triadic colors.