COLOR #5C4952

HEX: #5C4952
RGB: (92,73,82)

Color info

#5C4952 contains red, green and blue colors in about the same proportion. Web safe color of #5C4952 is #663366 (or #636).

RGB color model

#5C4952 color RGB value is (92,73,82).

  • red value is 92;
  • green value is 73;
  • blue value is 82.
RGB:
(92,73,82)
(36%,29%,32%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 82 of 255 = 32%

92
73
82

R + G + B ~ 32%. #5C4952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 82 = 247 (100%)
R 92 of 247 ~ 37.25%
G 73 of 247 ~ 29.55%
B 82 of 247 ~ 33.2%

%37.25
%29.55
%33.2

CMYK color model

#5C4952 color CMYK value is (0,21,11,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(0,21,11,64)
C0M21Y11K64 
(0%,21%,11%,64%)
(0.00/0.21/0.11/0.64)	

CMYK percentages

%0
%20.65
%10.87
%63.92

Codes

Color #5C4952 in popluar color models

5C4952
RGB927382
HSL332°11.52%32.35%
HSB/HSV332°20.65%36.08%
CMYK0.00%20.65%10.87%
63.92%

Color #5C4952 in popluar number systems.

HEX5C4952
Decimal927382
Binary101110010010011010010
Octal134111122

Shades and tints

Shades of #5C4952

#5C4952
(92,73,82)
#54434B
(84,67,75)
#4C3D44
(76,61,68)
#44373D
(68,55,61)
#3C3136
(60,49,54)
#342B2F
(52,43,47)
#2C2528
(44,37,40)
#241F21
(36,31,33)
#1C191A
(28,25,26)
#141313
(20,19,19)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #5C4952

#5C4952
(92,73,82)
#6A5961
(106,89,97)
#786970
(120,105,112)
#86797F
(134,121,127)
#94898E
(148,137,142)
#A2999D
(162,153,157)
#B0A9AC
(176,169,172)
#BEB9BB
(190,185,187)
#CCC9CA
(204,201,202)
#DAD9D9
(218,217,217)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4952 color. Also use rgb(92,73,82) instead hex code.

Text Font Color

.myTextColor { color: #5C4952; }

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

This text font color is #5C4952.


Background Color

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

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

This div background color is #5C4952.


Border color

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

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

This div border color is #5C4952.


Opacity

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

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

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

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

This text has shadow with #5C4952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4952 on black background.


Color preview on white background

This text has color #5C4952 on white background.



Black color preview on #5C4952 background

This text has black color on #5C4952 background.


White color preview on #5C4952 background

This text has white color on #5C4952 background.