COLOR #5C4421

HEX: #5C4421
RGB: (92,68,33)

Color info

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

RGB color model

#5C4421 color RGB value is (92,68,33).

  • red value is 92;
  • green value is 68;
  • blue value is 33.
RGB:
(92,68,33)
(36%,27%,13%)

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 33 of 255 = 13%

92
68
33

R + G + B ~ 25%. #5C4421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 68 + 33 = 193 (100%)
R 92 of 193 ~ 47.67%
G 68 of 193 ~ 35.23%
B 33 of 193 ~ 17.1%

%47.67
%35.23
%17.1

CMYK color model

#5C4421 color CMYK value is (0,26,64,64).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 64.13%
  • key color value is 63.92%
CMYK:
(0,26,64,64)
C0M26Y64K64 
(0%,26%,64%,64%)
(0.00/0.26/0.64/0.64)	

CMYK percentages

%0
%26.09
%64.13
%63.92

Codes

Color #5C4421 in popluar color models

5C4421
RGB926833
HSL36°47.20%24.51%
HSB/HSV36°64.13%36.08%
CMYK0.00%26.09%64.13%
63.92%

Color #5C4421 in popluar number systems.

HEX5C4421
Decimal926833
Binary10111001000100100001
Octal13410441

Shades and tints

Shades of #5C4421

#5C4421
(92,68,33)
#543E1E
(84,62,30)
#4C381B
(76,56,27)
#443218
(68,50,24)
#3C2C15
(60,44,21)
#342612
(52,38,18)
#2C200F
(44,32,15)
#241A0C
(36,26,12)
#1C1409
(28,20,9)
#140E06
(20,14,6)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #5C4421

#5C4421
(92,68,33)
#6A5535
(106,85,53)
#786649
(120,102,73)
#86775D
(134,119,93)
#948871
(148,136,113)
#A29985
(162,153,133)
#B0AA99
(176,170,153)
#BEBBAD
(190,187,173)
#CCCCC1
(204,204,193)
#DADDD5
(218,221,213)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4421 color. Also use rgb(92,68,33) instead hex code.

Text Font Color

.myTextColor { color: #5C4421; }

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

This text font color is #5C4421.


Background Color

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

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

This div background color is #5C4421.


Border color

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

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

This div border color is #5C4421.


Opacity

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

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

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

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

This text has shadow with #5C4421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4421 on black background.


Color preview on white background

This text has color #5C4421 on white background.



Black color preview on #5C4421 background

This text has black color on #5C4421 background.


White color preview on #5C4421 background

This text has white color on #5C4421 background.