COLOR #5C4E67

HEX: #5C4E67
RGB: (92,78,103)

Color info

#5C4E67 contains red, green and blue colors in about the same proportion. Web safe color of #5C4E67 is #666666 (or #666).

RGB color model

#5C4E67 color RGB value is (92,78,103).

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

RGB channels and saturation

R 92 of 255 = 36%
G 78 of 255 = 31%
B 103 of 255 = 40%

92
78
103

R + G + B ~ 36%. #5C4E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 78 + 103 = 273 (100%)
R 92 of 273 ~ 33.7%
G 78 of 273 ~ 28.57%
B 103 of 273 ~ 37.73%

%33.7
%28.57
%37.73

CMYK color model

#5C4E67 color CMYK value is (11,24,0,60).

  • cyan value is 10.68%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(11,24,0,60)
C11M24Y0K60 
(11%,24%,0%,60%)
(0.11/0.24/0.00/0.60)	

CMYK percentages

%10.68
%24.27
%0
%59.61

Codes

Color #5C4E67 in popluar color models

5C4E67
RGB9278103
HSL274°13.81%35.49%
HSB/HSV274°24.27%40.39%
CMYK10.68%24.27%0.00%
59.61%

Color #5C4E67 in popluar number systems.

HEX5C4E67
Decimal9278103
Binary101110010011101100111
Octal134116147

Shades and tints

Shades of #5C4E67

#5C4E67
(92,78,103)
#54475E
(84,71,94)
#4C4055
(76,64,85)
#44394C
(68,57,76)
#3C3243
(60,50,67)
#342B3A
(52,43,58)
#2C2431
(44,36,49)
#241D28
(36,29,40)
#1C161F
(28,22,31)
#140F16
(20,15,22)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #5C4E67

#5C4E67
(92,78,103)
#6A5E74
(106,94,116)
#786E81
(120,110,129)
#867E8E
(134,126,142)
#948E9B
(148,142,155)
#A29EA8
(162,158,168)
#B0AEB5
(176,174,181)
#BEBEC2
(190,190,194)
#CCCECF
(204,206,207)
#DADEDC
(218,222,220)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4E67; }

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

This text font color is #5C4E67.


Background Color

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

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

This div background color is #5C4E67.


Border color

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

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

This div border color is #5C4E67.


Opacity

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

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

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

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

This text has shadow with #5C4E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4E67 on black background.


Color preview on white background

This text has color #5C4E67 on white background.



Black color preview on #5C4E67 background

This text has black color on #5C4E67 background.


White color preview on #5C4E67 background

This text has white color on #5C4E67 background.