COLOR #5C4072

HEX: #5C4072
RGB: (92,64,114)

Color info

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

RGB color model

#5C4072 color RGB value is (92,64,114).

  • red value is 92;
  • green value is 64;
  • blue value is 114.
RGB:
(92,64,114)
(36%,25%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 64 of 255 = 25%
B 114 of 255 = 45%

92
64
114

R + G + B ~ 35%. #5C4072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 64 + 114 = 270 (100%)
R 92 of 270 ~ 34.07%
G 64 of 270 ~ 23.7%
B 114 of 270 ~ 42.22%

%34.07
%23.7
%42.22

CMYK color model

#5C4072 color CMYK value is (19,44,0,55).

  • cyan value is 19.30%
  • magenta value is 43.86%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(19,44,0,55)
C19M44Y0K55 
(19%,44%,0%,55%)
(0.19/0.44/0.00/0.55)	

CMYK percentages

%19.3
%43.86
%0
%55.29

Codes

Color #5C4072 in popluar color models

5C4072
RGB9264114
HSL274°28.09%34.90%
HSB/HSV274°43.86%44.71%
CMYK19.30%43.86%0.00%
55.29%

Color #5C4072 in popluar number systems.

HEX5C4072
Decimal9264114
Binary101110010000001110010
Octal134100162

Shades and tints

Shades of #5C4072

#5C4072
(92,64,114)
#543B68
(84,59,104)
#4C365E
(76,54,94)
#443154
(68,49,84)
#3C2C4A
(60,44,74)
#342740
(52,39,64)
#2C2236
(44,34,54)
#241D2C
(36,29,44)
#1C1822
(28,24,34)
#141318
(20,19,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #5C4072

#5C4072
(92,64,114)
#6A517E
(106,81,126)
#78628A
(120,98,138)
#867396
(134,115,150)
#9484A2
(148,132,162)
#A295AE
(162,149,174)
#B0A6BA
(176,166,186)
#BEB7C6
(190,183,198)
#CCC8D2
(204,200,210)
#DAD9DE
(218,217,222)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4072; }

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

This text font color is #5C4072.


Background Color

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

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

This div background color is #5C4072.


Border color

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

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

This div border color is #5C4072.


Opacity

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

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

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

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

This text has shadow with #5C4072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4072 on black background.


Color preview on white background

This text has color #5C4072 on white background.



Black color preview on #5C4072 background

This text has black color on #5C4072 background.


White color preview on #5C4072 background

This text has white color on #5C4072 background.