COLOR #5C364E

HEX: #5C364E
RGB: (92,54,78)

Color info

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

RGB color model

#5C364E color RGB value is (92,54,78).

  • red value is 92;
  • green value is 54;
  • blue value is 78.
RGB:
(92,54,78)
(36%,21%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 54 of 255 = 21%
B 78 of 255 = 31%

92
54
78

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

Portions of RGB colors in percentages

R + G + B =
92 + 54 + 78 = 224 (100%)
R 92 of 224 ~ 41.07%
G 54 of 224 ~ 24.11%
B 78 of 224 ~ 34.82%

%41.07
%24.11
%34.82

CMYK color model

#5C364E color CMYK value is (0,41,15,64).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 15.22%
  • key color value is 63.92%
CMYK:
(0,41,15,64)
C0M41Y15K64 
(0%,41%,15%,64%)
(0.00/0.41/0.15/0.64)	

CMYK percentages

%0
%41.3
%15.22
%63.92

Codes

Color #5C364E in popluar color models

5C364E
RGB925478
HSL322°26.03%28.63%
HSB/HSV322°41.30%36.08%
CMYK0.00%41.30%15.22%
63.92%

Color #5C364E in popluar number systems.

HEX5C364E
Decimal925478
Binary10111001101101001110
Octal13466116

Shades and tints

Shades of #5C364E

#5C364E
(92,54,78)
#543247
(84,50,71)
#4C2E40
(76,46,64)
#442A39
(68,42,57)
#3C2632
(60,38,50)
#34222B
(52,34,43)
#2C1E24
(44,30,36)
#241A1D
(36,26,29)
#1C1616
(28,22,22)
#14120F
(20,18,15)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #5C364E

#5C364E
(92,54,78)
#6A485E
(106,72,94)
#785A6E
(120,90,110)
#866C7E
(134,108,126)
#947E8E
(148,126,142)
#A2909E
(162,144,158)
#B0A2AE
(176,162,174)
#BEB4BE
(190,180,190)
#CCC6CE
(204,198,206)
#DAD8DE
(218,216,222)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C364E color. Also use rgb(92,54,78) instead hex code.

Text Font Color

.myTextColor { color: #5C364E; }

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

This text font color is #5C364E.


Background Color

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

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

This div background color is #5C364E.


Border color

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

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

This div border color is #5C364E.


Opacity

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

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

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

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

This text has shadow with #5C364E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C364E on black background.


Color preview on white background

This text has color #5C364E on white background.



Black color preview on #5C364E background

This text has black color on #5C364E background.


White color preview on #5C364E background

This text has white color on #5C364E background.