COLOR #5C464A

HEX: #5C464A
RGB: (92,70,74)

Color info

#5C464A contains red, green and blue colors in about the same proportion. Web safe color of #5C464A is #663333 (or #633).

RGB color model

#5C464A color RGB value is (92,70,74).

  • red value is 92;
  • green value is 70;
  • blue value is 74.
RGB:
(92,70,74)
(36%,27%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 70 of 255 = 27%
B 74 of 255 = 29%

92
70
74

R + G + B ~ 31%. #5C464A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 70 + 74 = 236 (100%)
R 92 of 236 ~ 38.98%
G 70 of 236 ~ 29.66%
B 74 of 236 ~ 31.36%

%38.98
%29.66
%31.36

CMYK color model

#5C464A color CMYK value is (0,24,20,64).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 19.57%
  • key color value is 63.92%
CMYK:
(0,24,20,64)
C0M24Y20K64 
(0%,24%,20%,64%)
(0.00/0.24/0.20/0.64)	

CMYK percentages

%0
%23.91
%19.57
%63.92

Codes

Color #5C464A in popluar color models

5C464A
RGB927074
HSL349°13.58%31.76%
HSB/HSV349°23.91%36.08%
CMYK0.00%23.91%19.57%
63.92%

Color #5C464A in popluar number systems.

HEX5C464A
Decimal927074
Binary101110010001101001010
Octal134106112

Shades and tints

Shades of #5C464A

#5C464A
(92,70,74)
#544044
(84,64,68)
#4C3A3E
(76,58,62)
#443438
(68,52,56)
#3C2E32
(60,46,50)
#34282C
(52,40,44)
#2C2226
(44,34,38)
#241C20
(36,28,32)
#1C161A
(28,22,26)
#141014
(20,16,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #5C464A

#5C464A
(92,70,74)
#6A565A
(106,86,90)
#78666A
(120,102,106)
#86767A
(134,118,122)
#94868A
(148,134,138)
#A2969A
(162,150,154)
#B0A6AA
(176,166,170)
#BEB6BA
(190,182,186)
#CCC6CA
(204,198,202)
#DAD6DA
(218,214,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C464A color. Also use rgb(92,70,74) instead hex code.

Text Font Color

.myTextColor { color: #5C464A; }

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

This text font color is #5C464A.


Background Color

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

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

This div background color is #5C464A.


Border color

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

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

This div border color is #5C464A.


Opacity

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

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

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

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

This text has shadow with #5C464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C464A on black background.


Color preview on white background

This text has color #5C464A on white background.



Black color preview on #5C464A background

This text has black color on #5C464A background.


White color preview on #5C464A background

This text has white color on #5C464A background.