COLOR #5C514E

HEX: #5C514E RGB: (92,81,78)

Color info

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

RGB color model

#5C514E color RGB value is (92,81,78).

RGB: (92,81,78) (36%, 32%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 81 of 255 = 32%
B 78 of 255 = 31%

92
81
78

R + G + B ~ 33%. #5C514E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 81 + 78 = 251 (100%)
R 92 of 251 ~ 36.65%
G 81 of 251 ~ 32.27%
B 78 of 251 ~ 31.08'%

%36.65
%32.27
%31.08

CMYK color model

#5C514E color CMYK value is (0,12,15,64).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 15.22%
  • key color value is 63.92%

CMYK: (0,12,15,64)
C0M12Y15K64 (0%, 12%, 15%, 64%)
(0.00 / 0.12 / 0.15 / 0.64)

CMYK percentages

%0
%11.96
%15.22
%63.92

Codes

Color #5C514E in popluar color models

5C 51 4E
RGB 92 81 78
HSL 13° 8.24% 33.33%
HSB/HSV 13° 15.22% 36.08%
CMYK 0.00% 11.96% 15.22%
63.92%

Color #5C514E in popluar number systems.

HEX 5C 51 4E
Decimal 92 81 78
Binary 1011100 1010001 1001110
Octal 134 121 116

Shades and tints

Shades of #5C514E

#5C514E
(92,81,78)
#544A47
(84,74,71)
#4C4340
(76,67,64)
#443C39
(68,60,57)
#3C3532
(60,53,50)
#342E2B
(52,46,43)
#2C2724
(44,39,36)
#24201D
(36,32,29)
#1C1916
(28,25,22)
#14120F
(20,18,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #5C514E

#5C514E
(92,81,78)
#6A605E
(106,96,94)
#786F6E
(120,111,110)
#867E7E
(134,126,126)
#948D8E
(148,141,142)
#A29C9E
(162,156,158)
#B0ABAE
(176,171,174)
#BEBABE
(190,186,190)
#CCC9CE
(204,201,206)
#DAD8DE
(218,216,222)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C514E; }

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

This text font color is #5C514E.

Background Color

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

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

This div background color is #5C514E.

Border color

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

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

This div border color is #5C514E.

Opacity

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

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

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

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

This text has shadow with #5C514E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C514E.

Preview

Color preview on black background

This text has color #5C514E on black background.


Color preview on white background

This text has color #5C514E on white background.


Black color preview on #5C514E background

This text has black color on #5C514E background.


White color preview on #5C514E background

This text has white color on #5C514E background.


Related colors

Complementary color

Complementary color for #hex is #A3AEB1.


I love getcolorcode.com

Triadic colors

1 #4E5C51 and #514E5C with #5C514E are triadic colors.

2 #4E515C and #515C4E with #5C514E are triadic colors.