COLOR #5C424A

HEX: #5C424A
RGB: (92,66,74)

Color info

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

RGB color model

#5C424A color RGB value is (92,66,74).

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

RGB channels and saturation

R 92 of 255 = 36%
G 66 of 255 = 26%
B 74 of 255 = 29%

92
66
74

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

Portions of RGB colors in percentages

R + G + B =
92 + 66 + 74 = 232 (100%)
R 92 of 232 ~ 39.66%
G 66 of 232 ~ 28.45%
B 74 of 232 ~ 31.9%

%39.66
%28.45
%31.9

CMYK color model

#5C424A color CMYK value is (0,28,20,64).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 19.57%
  • key color value is 63.92%
CMYK:
(0,28,20,64)
C0M28Y20K64 
(0%,28%,20%,64%)
(0.00/0.28/0.20/0.64)	

CMYK percentages

%0
%28.26
%19.57
%63.92

Codes

Color #5C424A in popluar color models

5C424A
RGB926674
HSL342°16.46%30.98%
HSB/HSV342°28.26%36.08%
CMYK0.00%28.26%19.57%
63.92%

Color #5C424A in popluar number systems.

HEX5C424A
Decimal926674
Binary101110010000101001010
Octal134102112

Shades and tints

Shades of #5C424A

#5C424A
(92,66,74)
#543C44
(84,60,68)
#4C363E
(76,54,62)
#443038
(68,48,56)
#3C2A32
(60,42,50)
#34242C
(52,36,44)
#2C1E26
(44,30,38)
#241820
(36,24,32)
#1C121A
(28,18,26)
#140C14
(20,12,20)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #5C424A

#5C424A
(92,66,74)
#6A535A
(106,83,90)
#78646A
(120,100,106)
#86757A
(134,117,122)
#94868A
(148,134,138)
#A2979A
(162,151,154)
#B0A8AA
(176,168,170)
#BEB9BA
(190,185,186)
#CCCACA
(204,202,202)
#DADBDA
(218,219,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C424A; }

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

This text font color is #5C424A.


Background Color

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

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

This div background color is #5C424A.


Border color

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

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

This div border color is #5C424A.


Opacity

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

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

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

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

This text has shadow with #5C424A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C424A on black background.


Color preview on white background

This text has color #5C424A on white background.



Black color preview on #5C424A background

This text has black color on #5C424A background.


White color preview on #5C424A background

This text has white color on #5C424A background.