COLOR #5C384F

HEX: #5C384F
RGB: (92,56,79)

Color info

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

RGB color model

#5C384F color RGB value is (92,56,79).

  • red value is 92;
  • green value is 56;
  • blue value is 79.
RGB:
(92,56,79)
(36%,22%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 56 of 255 = 22%
B 79 of 255 = 31%

92
56
79

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

Portions of RGB colors in percentages

R + G + B =
92 + 56 + 79 = 227 (100%)
R 92 of 227 ~ 40.53%
G 56 of 227 ~ 24.67%
B 79 of 227 ~ 34.8%

%40.53
%24.67
%34.8

CMYK color model

#5C384F color CMYK value is (0,39,14,64).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(0,39,14,64)
C0M39Y14K64 
(0%,39%,14%,64%)
(0.00/0.39/0.14/0.64)	

CMYK percentages

%0
%39.13
%14.13
%63.92

Codes

Color #5C384F in popluar color models

5C384F
RGB925679
HSL322°24.32%29.02%
HSB/HSV322°39.13%36.08%
CMYK0.00%39.13%14.13%
63.92%

Color #5C384F in popluar number systems.

HEX5C384F
Decimal925679
Binary10111001110001001111
Octal13470117

Shades and tints

Shades of #5C384F

#5C384F
(92,56,79)
#543348
(84,51,72)
#4C2E41
(76,46,65)
#44293A
(68,41,58)
#3C2433
(60,36,51)
#341F2C
(52,31,44)
#2C1A25
(44,26,37)
#24151E
(36,21,30)
#1C1017
(28,16,23)
#140B10
(20,11,16)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #5C384F

#5C384F
(92,56,79)
#6A4A5F
(106,74,95)
#785C6F
(120,92,111)
#866E7F
(134,110,127)
#94808F
(148,128,143)
#A2929F
(162,146,159)
#B0A4AF
(176,164,175)
#BEB6BF
(190,182,191)
#CCC8CF
(204,200,207)
#DADADF
(218,218,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C384F; }

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

This text font color is #5C384F.


Background Color

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

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

This div background color is #5C384F.


Border color

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

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

This div border color is #5C384F.


Opacity

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

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

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

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

This text has shadow with #5C384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C384F on black background.


Color preview on white background

This text has color #5C384F on white background.



Black color preview on #5C384F background

This text has black color on #5C384F background.


White color preview on #5C384F background

This text has white color on #5C384F background.