COLOR #5C4241

HEX: #5C4241
RGB: (92,66,65)

Color info

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

RGB color model

#5C4241 color RGB value is (92,66,65).

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

RGB channels and saturation

R 92 of 255 = 36%
G 66 of 255 = 26%
B 65 of 255 = 25%

92
66
65

R + G + B ~ 29%. #5C4241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 66 + 65 = 223 (100%)
R 92 of 223 ~ 41.26%
G 66 of 223 ~ 29.6%
B 65 of 223 ~ 29.15%

%41.26
%29.6
%29.15

CMYK color model

#5C4241 color CMYK value is (0,28,29,64).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 29.35%
  • key color value is 63.92%
CMYK:
(0,28,29,64)
C0M28Y29K64 
(0%,28%,29%,64%)
(0.00/0.28/0.29/0.64)	

CMYK percentages

%0
%28.26
%29.35
%63.92

Codes

Color #5C4241 in popluar color models

5C4241
RGB926665
HSL17.20%30.78%
HSB/HSV29.35%36.08%
CMYK0.00%28.26%29.35%
63.92%

Color #5C4241 in popluar number systems.

HEX5C4241
Decimal926665
Binary101110010000101000001
Octal134102101

Shades and tints

Shades of #5C4241

#5C4241
(92,66,65)
#543C3C
(84,60,60)
#4C3637
(76,54,55)
#443032
(68,48,50)
#3C2A2D
(60,42,45)
#342428
(52,36,40)
#2C1E23
(44,30,35)
#24181E
(36,24,30)
#1C1219
(28,18,25)
#140C14
(20,12,20)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #5C4241

#5C4241
(92,66,65)
#6A5352
(106,83,82)
#786463
(120,100,99)
#867574
(134,117,116)
#948685
(148,134,133)
#A29796
(162,151,150)
#B0A8A7
(176,168,167)
#BEB9B8
(190,185,184)
#CCCAC9
(204,202,201)
#DADBDA
(218,219,218)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4241; }

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

This text font color is #5C4241.


Background Color

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

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

This div background color is #5C4241.


Border color

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

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

This div border color is #5C4241.


Opacity

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

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

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

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

This text has shadow with #5C4241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4241 on black background.


Color preview on white background

This text has color #5C4241 on white background.



Black color preview on #5C4241 background

This text has black color on #5C4241 background.


White color preview on #5C4241 background

This text has white color on #5C4241 background.