COLOR #5C434C

HEX: #5C434C
RGB: (92,67,76)

Color info

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

RGB color model

#5C434C color RGB value is (92,67,76).

  • red value is 92;
  • green value is 67;
  • blue value is 76.
RGB:
(92,67,76)
(36%,26%,30%)

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 76 of 255 = 30%

92
67
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 76 = 235 (100%)
R 92 of 235 ~ 39.15%
G 67 of 235 ~ 28.51%
B 76 of 235 ~ 32.34%

%39.15
%28.51
%32.34

CMYK color model

#5C434C color CMYK value is (0,27,17,64).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 17.39%
  • key color value is 63.92%
CMYK:
(0,27,17,64)
C0M27Y17K64 
(0%,27%,17%,64%)
(0.00/0.27/0.17/0.64)	

CMYK percentages

%0
%27.17
%17.39
%63.92

Codes

Color #5C434C in popluar color models

5C434C
RGB926776
HSL338°15.72%31.18%
HSB/HSV338°27.17%36.08%
CMYK0.00%27.17%17.39%
63.92%

Color #5C434C in popluar number systems.

HEX5C434C
Decimal926776
Binary101110010000111001100
Octal134103114

Shades and tints

Shades of #5C434C

#5C434C
(92,67,76)
#543D46
(84,61,70)
#4C3740
(76,55,64)
#44313A
(68,49,58)
#3C2B34
(60,43,52)
#34252E
(52,37,46)
#2C1F28
(44,31,40)
#241922
(36,25,34)
#1C131C
(28,19,28)
#140D16
(20,13,22)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #5C434C

#5C434C
(92,67,76)
#6A545C
(106,84,92)
#78656C
(120,101,108)
#86767C
(134,118,124)
#94878C
(148,135,140)
#A2989C
(162,152,156)
#B0A9AC
(176,169,172)
#BEBABC
(190,186,188)
#CCCBCC
(204,203,204)
#DADCDC
(218,220,220)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C434C color. Also use rgb(92,67,76) instead hex code.

Text Font Color

.myTextColor { color: #5C434C; }

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

This text font color is #5C434C.


Background Color

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

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

This div background color is #5C434C.


Border color

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

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

This div border color is #5C434C.


Opacity

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

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

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

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

This text has shadow with #5C434C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C434C on black background.


Color preview on white background

This text has color #5C434C on white background.



Black color preview on #5C434C background

This text has black color on #5C434C background.


White color preview on #5C434C background

This text has white color on #5C434C background.