COLOR #5C364F

HEX: #5C364F RGB: (92,54,79)

Color info

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

RGB color model

#5C364F color RGB value is (92,54,79).

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

RGB channels and saturation

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

92
54
79

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

Portions of RGB colors in percentages

R + G + B = 92 + 54 + 79 = 225 (100%)
R 92 of 225 ~ 40.89%
G 54 of 225 ~ 24%
B 79 of 225 ~ 35.11'%

%40.89
%24
%35.11

CMYK color model

#5C364F color CMYK value is (0,41,14,64).

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

CMYK: (0,41,14,64)
C0M41Y14K64 (0%, 41%, 14%, 64%)
(0.00 / 0.41 / 0.14 / 0.64)

CMYK percentages

%0
%41.3
%14.13
%63.92

Codes

Color #5C364F in popluar color models

5C 36 4F
RGB 92 54 79
HSL 321° 26.03% 28.63%
HSB/HSV 321° 41.30% 36.08%
CMYK 0.00% 41.30% 14.13%
63.92%

Color #5C364F in popluar number systems.

HEX 5C 36 4F
Decimal 92 54 79
Binary 1011100 110110 1001111
Octal 134 66 117

Shades and tints

Shades of #5C364F

#5C364F
(92,54,79)
#543248
(84,50,72)
#4C2E41
(76,46,65)
#442A3A
(68,42,58)
#3C2633
(60,38,51)
#34222C
(52,34,44)
#2C1E25
(44,30,37)
#241A1E
(36,26,30)
#1C1617
(28,22,23)
#141210
(20,18,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #5C364F

#5C364F
(92,54,79)
#6A485F
(106,72,95)
#785A6F
(120,90,111)
#866C7F
(134,108,127)
#947E8F
(148,126,143)
#A2909F
(162,144,159)
#B0A2AF
(176,162,175)
#BEB4BF
(190,180,191)
#CCC6CF
(204,198,207)
#DAD8DF
(218,216,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C364F; }

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

This text font color is #5C364F.

Background Color

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

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

This div background color is #5C364F.

Border color

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

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

This div border color is #5C364F.

Opacity

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

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

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

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

This text has shadow with #5C364F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C364F.

Preview

Color preview on black background

This text has color #5C364F on black background.


Color preview on white background

This text has color #5C364F on white background.


Black color preview on #5C364F background

This text has black color on #5C364F background.


White color preview on #5C364F background

This text has white color on #5C364F background.


Related colors

Complementary color

Complementary color for #hex is #A3C9B0.


I love getcolorcode.com

Triadic colors

1 #4F5C36 and #364F5C with #5C364F are triadic colors.

2 #4F365C and #365C4F with #5C364F are triadic colors.