COLOR #5C3929

HEX: #5C3929
RGB: (92,57,41)

Color info

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

RGB color model

#5C3929 color RGB value is (92,57,41).

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

RGB channels and saturation

R 92 of 255 = 36%
G 57 of 255 = 22%
B 41 of 255 = 16%

92
57
41

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

Portions of RGB colors in percentages

R + G + B =
92 + 57 + 41 = 190 (100%)
R 92 of 190 ~ 48.42%
G 57 of 190 ~ 30%
B 41 of 190 ~ 21.58%

%48.42
%30
%21.58

CMYK color model

#5C3929 color CMYK value is (0,38,55,64).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 55.43%
  • key color value is 63.92%
CMYK:
(0,38,55,64)
C0M38Y55K64 
(0%,38%,55%,64%)
(0.00/0.38/0.55/0.64)	

CMYK percentages

%0
%38.04
%55.43
%63.92

Codes

Color #5C3929 in popluar color models

5C3929
RGB925741
HSL19°38.35%26.08%
HSB/HSV19°55.43%36.08%
CMYK0.00%38.04%55.43%
63.92%

Color #5C3929 in popluar number systems.

HEX5C3929
Decimal925741
Binary1011100111001101001
Octal1347151

Shades and tints

Shades of #5C3929

#5C3929
(92,57,41)
#543426
(84,52,38)
#4C2F23
(76,47,35)
#442A20
(68,42,32)
#3C251D
(60,37,29)
#34201A
(52,32,26)
#2C1B17
(44,27,23)
#241614
(36,22,20)
#1C1111
(28,17,17)
#140C0E
(20,12,14)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #5C3929

#5C3929
(92,57,41)
#6A4B3C
(106,75,60)
#785D4F
(120,93,79)
#866F62
(134,111,98)
#948175
(148,129,117)
#A29388
(162,147,136)
#B0A59B
(176,165,155)
#BEB7AE
(190,183,174)
#CCC9C1
(204,201,193)
#DADBD4
(218,219,212)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3929; }

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

This text font color is #5C3929.


Background Color

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

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

This div background color is #5C3929.


Border color

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

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

This div border color is #5C3929.


Opacity

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

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

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

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

This text has shadow with #5C3929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3929 on black background.


Color preview on white background

This text has color #5C3929 on white background.



Black color preview on #5C3929 background

This text has black color on #5C3929 background.


White color preview on #5C3929 background

This text has white color on #5C3929 background.