COLOR #5C3E50

HEX: #5C3E50
RGB: (92,62,80)

Color info

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

RGB color model

#5C3E50 color RGB value is (92,62,80).

  • red value is 92;
  • green value is 62;
  • blue value is 80.
RGB:
(92,62,80)
(36%,24%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 62 of 255 = 24%
B 80 of 255 = 31%

92
62
80

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

Portions of RGB colors in percentages

R + G + B =
92 + 62 + 80 = 234 (100%)
R 92 of 234 ~ 39.32%
G 62 of 234 ~ 26.5%
B 80 of 234 ~ 34.19%

%39.32
%26.5
%34.19

CMYK color model

#5C3E50 color CMYK value is (0,33,13,64).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 13.04%
  • key color value is 63.92%
CMYK:
(0,33,13,64)
C0M33Y13K64 
(0%,33%,13%,64%)
(0.00/0.33/0.13/0.64)	

CMYK percentages

%0
%32.61
%13.04
%63.92

Codes

Color #5C3E50 in popluar color models

5C3E50
RGB926280
HSL324°19.48%30.20%
HSB/HSV324°32.61%36.08%
CMYK0.00%32.61%13.04%
63.92%

Color #5C3E50 in popluar number systems.

HEX5C3E50
Decimal926280
Binary10111001111101010000
Octal13476120

Shades and tints

Shades of #5C3E50

#5C3E50
(92,62,80)
#543949
(84,57,73)
#4C3442
(76,52,66)
#442F3B
(68,47,59)
#3C2A34
(60,42,52)
#34252D
(52,37,45)
#2C2026
(44,32,38)
#241B1F
(36,27,31)
#1C1618
(28,22,24)
#141111
(20,17,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #5C3E50

#5C3E50
(92,62,80)
#6A4F5F
(106,79,95)
#78606E
(120,96,110)
#86717D
(134,113,125)
#94828C
(148,130,140)
#A2939B
(162,147,155)
#B0A4AA
(176,164,170)
#BEB5B9
(190,181,185)
#CCC6C8
(204,198,200)
#DAD7D7
(218,215,215)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3E50; }

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

This text font color is #5C3E50.


Background Color

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

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

This div background color is #5C3E50.


Border color

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

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

This div border color is #5C3E50.


Opacity

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

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

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

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

This text has shadow with #5C3E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3E50 on black background.


Color preview on white background

This text has color #5C3E50 on white background.



Black color preview on #5C3E50 background

This text has black color on #5C3E50 background.


White color preview on #5C3E50 background

This text has white color on #5C3E50 background.