COLOR #5C3828

HEX: #5C3828
RGB: (92,56,40)

Color info

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

RGB color model

#5C3828 color RGB value is (92,56,40).

  • red value is 92;
  • green value is 56;
  • blue value is 40.
RGB:
(92,56,40)
(36%,22%,16%)

RGB channels and saturation

R 92 of 255 = 36%
G 56 of 255 = 22%
B 40 of 255 = 16%

92
56
40

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

Portions of RGB colors in percentages

R + G + B =
92 + 56 + 40 = 188 (100%)
R 92 of 188 ~ 48.94%
G 56 of 188 ~ 29.79%
B 40 of 188 ~ 21.28%

%48.94
%29.79
%21.28

CMYK color model

#5C3828 color CMYK value is (0,39,57,64).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 56.52%
  • key color value is 63.92%
CMYK:
(0,39,57,64)
C0M39Y57K64 
(0%,39%,57%,64%)
(0.00/0.39/0.57/0.64)	

CMYK percentages

%0
%39.13
%56.52
%63.92

Codes

Color #5C3828 in popluar color models

5C3828
RGB925640
HSL18°39.39%25.88%
HSB/HSV18°56.52%36.08%
CMYK0.00%39.13%56.52%
63.92%

Color #5C3828 in popluar number systems.

HEX5C3828
Decimal925640
Binary1011100111000101000
Octal1347050

Shades and tints

Shades of #5C3828

#5C3828
(92,56,40)
#543325
(84,51,37)
#4C2E22
(76,46,34)
#44291F
(68,41,31)
#3C241C
(60,36,28)
#341F19
(52,31,25)
#2C1A16
(44,26,22)
#241513
(36,21,19)
#1C1010
(28,16,16)
#140B0D
(20,11,13)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #5C3828

#5C3828
(92,56,40)
#6A4A3B
(106,74,59)
#785C4E
(120,92,78)
#866E61
(134,110,97)
#948074
(148,128,116)
#A29287
(162,146,135)
#B0A49A
(176,164,154)
#BEB6AD
(190,182,173)
#CCC8C0
(204,200,192)
#DADAD3
(218,218,211)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3828 color. Also use rgb(92,56,40) instead hex code.

Text Font Color

.myTextColor { color: #5C3828; }

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

This text font color is #5C3828.


Background Color

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

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

This div background color is #5C3828.


Border color

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

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

This div border color is #5C3828.


Opacity

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

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

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

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

This text has shadow with #5C3828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3828 on black background.


Color preview on white background

This text has color #5C3828 on white background.



Black color preview on #5C3828 background

This text has black color on #5C3828 background.


White color preview on #5C3828 background

This text has white color on #5C3828 background.