COLOR #5C3825

HEX: #5C3825
RGB: (92,56,37)

Color info

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

RGB color model

#5C3825 color RGB value is (92,56,37).

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

RGB channels and saturation

R 92 of 255 = 36%
G 56 of 255 = 22%
B 37 of 255 = 15%

92
56
37

R + G + B ~ 24%. #5C3825 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 56 + 37 = 185 (100%)
R 92 of 185 ~ 49.73%
G 56 of 185 ~ 30.27%
B 37 of 185 ~ 20%

%49.73
%30.27
%20

CMYK color model

#5C3825 color CMYK value is (0,39,60,64).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 59.78%
  • key color value is 63.92%
CMYK:
(0,39,60,64)
C0M39Y60K64 
(0%,39%,60%,64%)
(0.00/0.39/0.60/0.64)	

CMYK percentages

%0
%39.13
%59.78
%63.92

Codes

Color #5C3825 in popluar color models

5C3825
RGB925637
HSL21°42.64%25.29%
HSB/HSV21°59.78%36.08%
CMYK0.00%39.13%59.78%
63.92%

Color #5C3825 in popluar number systems.

HEX5C3825
Decimal925637
Binary1011100111000100101
Octal1347045

Shades and tints

Shades of #5C3825

#5C3825
(92,56,37)
#543322
(84,51,34)
#4C2E1F
(76,46,31)
#44291C
(68,41,28)
#3C2419
(60,36,25)
#341F16
(52,31,22)
#2C1A13
(44,26,19)
#241510
(36,21,16)
#1C100D
(28,16,13)
#140B0A
(20,11,10)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #5C3825

#5C3825
(92,56,37)
#6A4A38
(106,74,56)
#785C4B
(120,92,75)
#866E5E
(134,110,94)
#948071
(148,128,113)
#A29284
(162,146,132)
#B0A497
(176,164,151)
#BEB6AA
(190,182,170)
#CCC8BD
(204,200,189)
#DADAD0
(218,218,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3825; }

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

This text font color is #5C3825.


Background Color

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

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

This div background color is #5C3825.


Border color

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

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

This div border color is #5C3825.


Opacity

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

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

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

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

This text has shadow with #5C3825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3825 on black background.


Color preview on white background

This text has color #5C3825 on white background.



Black color preview on #5C3825 background

This text has black color on #5C3825 background.


White color preview on #5C3825 background

This text has white color on #5C3825 background.