COLOR #5C4146

HEX: #5C4146
RGB: (92,65,70)

Color info

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

RGB color model

#5C4146 color RGB value is (92,65,70).

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

RGB channels and saturation

R 92 of 255 = 36%
G 65 of 255 = 25%
B 70 of 255 = 27%

92
65
70

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

Portions of RGB colors in percentages

R + G + B =
92 + 65 + 70 = 227 (100%)
R 92 of 227 ~ 40.53%
G 65 of 227 ~ 28.63%
B 70 of 227 ~ 30.84%

%40.53
%28.63
%30.84

CMYK color model

#5C4146 color CMYK value is (0,29,24,64).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 23.91%
  • key color value is 63.92%
CMYK:
(0,29,24,64)
C0M29Y24K64 
(0%,29%,24%,64%)
(0.00/0.29/0.24/0.64)	

CMYK percentages

%0
%29.35
%23.91
%63.92

Codes

Color #5C4146 in popluar color models

5C4146
RGB926570
HSL349°17.20%30.78%
HSB/HSV349°29.35%36.08%
CMYK0.00%29.35%23.91%
63.92%

Color #5C4146 in popluar number systems.

HEX5C4146
Decimal926570
Binary101110010000011000110
Octal134101106

Shades and tints

Shades of #5C4146

#5C4146
(92,65,70)
#543C40
(84,60,64)
#4C373A
(76,55,58)
#443234
(68,50,52)
#3C2D2E
(60,45,46)
#342828
(52,40,40)
#2C2322
(44,35,34)
#241E1C
(36,30,28)
#1C1916
(28,25,22)
#141410
(20,20,16)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #5C4146

#5C4146
(92,65,70)
#6A5256
(106,82,86)
#786366
(120,99,102)
#867476
(134,116,118)
#948586
(148,133,134)
#A29696
(162,150,150)
#B0A7A6
(176,167,166)
#BEB8B6
(190,184,182)
#CCC9C6
(204,201,198)
#DADAD6
(218,218,214)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4146; }

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

This text font color is #5C4146.


Background Color

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

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

This div background color is #5C4146.


Border color

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

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

This div border color is #5C4146.


Opacity

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

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

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

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

This text has shadow with #5C4146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4146 on black background.


Color preview on white background

This text has color #5C4146 on white background.



Black color preview on #5C4146 background

This text has black color on #5C4146 background.


White color preview on #5C4146 background

This text has white color on #5C4146 background.