COLOR #5C3140

HEX: #5C3140 RGB: (92,49,64)

Color info

#5C3140 contains red, green and blue colors in about the same proportion. Web safe color of #5C3140 is #663333 (or #633).

RGB color model

#5C3140 color RGB value is (92,49,64).

RGB: (92,49,64) (36%, 19%, 25%)

RGB channels and saturation

R 92 of 255 = 36%
G 49 of 255 = 19%
B 64 of 255 = 25%

92
49
64

R + G + B ~ 27%. #5C3140 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 49 + 64 = 205 (100%)
R 92 of 205 ~ 44.88%
G 49 of 205 ~ 23.9%
B 64 of 205 ~ 31.22'%

%44.88
%23.9
%31.22

CMYK color model

#5C3140 color CMYK value is (0,47,30,64).

  • cyan value is 0.00%
  • magenta value is 46.74%
  • yellow value is 30.43%
  • key color value is 63.92%

CMYK: (0,47,30,64)
C0M47Y30K64 (0%, 47%, 30%, 64%)
(0.00 / 0.47 / 0.30 / 0.64)

CMYK percentages

%0
%46.74
%30.43
%63.92

Codes

Color #5C3140 in popluar color models

5C 31 40
RGB 92 49 64
HSL 339° 30.50% 27.65%
HSB/HSV 339° 46.74% 36.08%
CMYK 0.00% 46.74% 30.43%
63.92%

Color #5C3140 in popluar number systems.

HEX 5C 31 40
Decimal 92 49 64
Binary 1011100 110001 1000000
Octal 134 61 100

Shades and tints

Shades of #5C3140

#5C3140
(92,49,64)
#542D3B
(84,45,59)
#4C2936
(76,41,54)
#442531
(68,37,49)
#3C212C
(60,33,44)
#341D27
(52,29,39)
#2C1922
(44,25,34)
#24151D
(36,21,29)
#1C1118
(28,17,24)
#140D13
(20,13,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #5C3140

#5C3140
(92,49,64)
#6A4351
(106,67,81)
#785562
(120,85,98)
#866773
(134,103,115)
#947984
(148,121,132)
#A28B95
(162,139,149)
#B09DA6
(176,157,166)
#BEAFB7
(190,175,183)
#CCC1C8
(204,193,200)
#DAD3D9
(218,211,217)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3140 color. Also use rgb(92,49,64) instead hex code.

Text Font Color

.myTextColor { color: #5C3140; }

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

This text font color is #5C3140.

Background Color

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

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

This div background color is #5C3140.

Border color

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

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

This div border color is #5C3140.

Opacity

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

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

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

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

This text has shadow with #5C3140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C3140.

Preview

Color preview on black background

This text has color #5C3140 on black background.


Color preview on white background

This text has color #5C3140 on white background.


Black color preview on #5C3140 background

This text has black color on #5C3140 background.


White color preview on #5C3140 background

This text has white color on #5C3140 background.


Related colors

Complementary color

Complementary color for #hex is #A3CEBF.


I love getcolorcode.com

Triadic colors

1 #405C31 and #31405C with #5C3140 are triadic colors.

2 #40315C and #315C40 with #5C3140 are triadic colors.