COLOR #5C4D19

HEX: #5C4D19
RGB: (92,77,25)

Color info

#5C4D19 contains mainly red and green colors. Web safe color of #5C4D19 is #663300 (or #630).

RGB color model

#5C4D19 color RGB value is (92,77,25).

  • red value is 92;
  • green value is 77;
  • blue value is 25.
RGB:
(92,77,25)
(36%,30%,10%)

RGB channels and saturation

R 92 of 255 = 36%
G 77 of 255 = 30%
B 25 of 255 = 10%

92
77
25

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

Portions of RGB colors in percentages

R + G + B =
92 + 77 + 25 = 194 (100%)
R 92 of 194 ~ 47.42%
G 77 of 194 ~ 39.69%
B 25 of 194 ~ 12.89%

%47.42
%39.69
%12.89

CMYK color model

#5C4D19 color CMYK value is (0,16,73,64).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 72.83%
  • key color value is 63.92%
CMYK:
(0,16,73,64)
C0M16Y73K64 
(0%,16%,73%,64%)
(0.00/0.16/0.73/0.64)	

CMYK percentages

%0
%16.3
%72.83
%63.92

Codes

Color #5C4D19 in popluar color models

5C4D19
RGB927725
HSL47°57.26%22.94%
HSB/HSV47°72.83%36.08%
CMYK0.00%16.30%72.83%
63.92%

Color #5C4D19 in popluar number systems.

HEX5C4D19
Decimal927725
Binary1011100100110111001
Octal13411531

Shades and tints

Shades of #5C4D19

#5C4D19
(92,77,25)
#544617
(84,70,23)
#4C3F15
(76,63,21)
#443813
(68,56,19)
#3C3111
(60,49,17)
#342A0F
(52,42,15)
#2C230D
(44,35,13)
#241C0B
(36,28,11)
#1C1509
(28,21,9)
#140E07
(20,14,7)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #5C4D19

#5C4D19
(92,77,25)
#6A5D2D
(106,93,45)
#786D41
(120,109,65)
#867D55
(134,125,85)
#948D69
(148,141,105)
#A29D7D
(162,157,125)
#B0AD91
(176,173,145)
#BEBDA5
(190,189,165)
#CCCDB9
(204,205,185)
#DADDCD
(218,221,205)
#E8EDE1
(232,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4D19 color. Also use rgb(92,77,25) instead hex code.

Text Font Color

.myTextColor { color: #5C4D19; }

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

This text font color is #5C4D19.


Background Color

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

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

This div background color is #5C4D19.


Border color

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

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

This div border color is #5C4D19.


Opacity

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

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

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

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

This text has shadow with #5C4D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4D19 on black background.


Color preview on white background

This text has color #5C4D19 on white background.



Black color preview on #5C4D19 background

This text has black color on #5C4D19 background.


White color preview on #5C4D19 background

This text has white color on #5C4D19 background.