COLOR #5C4839

HEX: #5C4839
RGB: (92,72,57)

Color info

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

RGB color model

#5C4839 color RGB value is (92,72,57).

  • red value is 92;
  • green value is 72;
  • blue value is 57.
RGB:
(92,72,57)
(36%,28%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 72 of 255 = 28%
B 57 of 255 = 22%

92
72
57

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

Portions of RGB colors in percentages

R + G + B =
92 + 72 + 57 = 221 (100%)
R 92 of 221 ~ 41.63%
G 72 of 221 ~ 32.58%
B 57 of 221 ~ 25.79%

%41.63
%32.58
%25.79

CMYK color model

#5C4839 color CMYK value is (0,22,38,64).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 38.04%
  • key color value is 63.92%
CMYK:
(0,22,38,64)
C0M22Y38K64 
(0%,22%,38%,64%)
(0.00/0.22/0.38/0.64)	

CMYK percentages

%0
%21.74
%38.04
%63.92

Codes

Color #5C4839 in popluar color models

5C4839
RGB927257
HSL26°23.49%29.22%
HSB/HSV26°38.04%36.08%
CMYK0.00%21.74%38.04%
63.92%

Color #5C4839 in popluar number systems.

HEX5C4839
Decimal927257
Binary10111001001000111001
Octal13411071

Shades and tints

Shades of #5C4839

#5C4839
(92,72,57)
#544234
(84,66,52)
#4C3C2F
(76,60,47)
#44362A
(68,54,42)
#3C3025
(60,48,37)
#342A20
(52,42,32)
#2C241B
(44,36,27)
#241E16
(36,30,22)
#1C1811
(28,24,17)
#14120C
(20,18,12)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #5C4839

#5C4839
(92,72,57)
#6A584B
(106,88,75)
#78685D
(120,104,93)
#86786F
(134,120,111)
#948881
(148,136,129)
#A29893
(162,152,147)
#B0A8A5
(176,168,165)
#BEB8B7
(190,184,183)
#CCC8C9
(204,200,201)
#DAD8DB
(218,216,219)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4839 color. Also use rgb(92,72,57) instead hex code.

Text Font Color

.myTextColor { color: #5C4839; }

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

This text font color is #5C4839.


Background Color

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

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

This div background color is #5C4839.


Border color

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

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

This div border color is #5C4839.


Opacity

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

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

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

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

This text has shadow with #5C4839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4839 on black background.


Color preview on white background

This text has color #5C4839 on white background.



Black color preview on #5C4839 background

This text has black color on #5C4839 background.


White color preview on #5C4839 background

This text has white color on #5C4839 background.