COLOR #5C4330

HEX: #5C4330
RGB: (92,67,48)

Color info

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

RGB color model

#5C4330 color RGB value is (92,67,48).

  • red value is 92;
  • green value is 67;
  • blue value is 48.
RGB:
(92,67,48)
(36%,26%,19%)

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 48 of 255 = 19%

92
67
48

R + G + B ~ 27%. #5C4330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 48 = 207 (100%)
R 92 of 207 ~ 44.44%
G 67 of 207 ~ 32.37%
B 48 of 207 ~ 23.19%

%44.44
%32.37
%23.19

CMYK color model

#5C4330 color CMYK value is (0,27,48,64).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(0,27,48,64)
C0M27Y48K64 
(0%,27%,48%,64%)
(0.00/0.27/0.48/0.64)	

CMYK percentages

%0
%27.17
%47.83
%63.92

Codes

Color #5C4330 in popluar color models

5C4330
RGB926748
HSL26°31.43%27.45%
HSB/HSV26°47.83%36.08%
CMYK0.00%27.17%47.83%
63.92%

Color #5C4330 in popluar number systems.

HEX5C4330
Decimal926748
Binary10111001000011110000
Octal13410360

Shades and tints

Shades of #5C4330

#5C4330
(92,67,48)
#543D2C
(84,61,44)
#4C3728
(76,55,40)
#443124
(68,49,36)
#3C2B20
(60,43,32)
#34251C
(52,37,28)
#2C1F18
(44,31,24)
#241914
(36,25,20)
#1C1310
(28,19,16)
#140D0C
(20,13,12)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #5C4330

#5C4330
(92,67,48)
#6A5442
(106,84,66)
#786554
(120,101,84)
#867666
(134,118,102)
#948778
(148,135,120)
#A2988A
(162,152,138)
#B0A99C
(176,169,156)
#BEBAAE
(190,186,174)
#CCCBC0
(204,203,192)
#DADCD2
(218,220,210)
#E8EDE4
(232,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4330 color. Also use rgb(92,67,48) instead hex code.

Text Font Color

.myTextColor { color: #5C4330; }

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

This text font color is #5C4330.


Background Color

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

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

This div background color is #5C4330.


Border color

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

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

This div border color is #5C4330.


Opacity

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

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

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

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

This text has shadow with #5C4330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4330 on black background.


Color preview on white background

This text has color #5C4330 on white background.



Black color preview on #5C4330 background

This text has black color on #5C4330 background.


White color preview on #5C4330 background

This text has white color on #5C4330 background.