COLOR #5C4926

HEX: #5C4926
RGB: (92,73,38)

Color info

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

RGB color model

#5C4926 color RGB value is (92,73,38).

  • red value is 92;
  • green value is 73;
  • blue value is 38.
RGB:
(92,73,38)
(36%,29%,15%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 38 of 255 = 15%

92
73
38

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

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 38 = 203 (100%)
R 92 of 203 ~ 45.32%
G 73 of 203 ~ 35.96%
B 38 of 203 ~ 18.72%

%45.32
%35.96
%18.72

CMYK color model

#5C4926 color CMYK value is (0,21,59,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 58.70%
  • key color value is 63.92%
CMYK:
(0,21,59,64)
C0M21Y59K64 
(0%,21%,59%,64%)
(0.00/0.21/0.59/0.64)	

CMYK percentages

%0
%20.65
%58.7
%63.92

Codes

Color #5C4926 in popluar color models

5C4926
RGB927338
HSL39°41.54%25.49%
HSB/HSV39°58.70%36.08%
CMYK0.00%20.65%58.70%
63.92%

Color #5C4926 in popluar number systems.

HEX5C4926
Decimal927338
Binary10111001001001100110
Octal13411146

Shades and tints

Shades of #5C4926

#5C4926
(92,73,38)
#544323
(84,67,35)
#4C3D20
(76,61,32)
#44371D
(68,55,29)
#3C311A
(60,49,26)
#342B17
(52,43,23)
#2C2514
(44,37,20)
#241F11
(36,31,17)
#1C190E
(28,25,14)
#14130B
(20,19,11)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #5C4926

#5C4926
(92,73,38)
#6A5939
(106,89,57)
#78694C
(120,105,76)
#86795F
(134,121,95)
#948972
(148,137,114)
#A29985
(162,153,133)
#B0A998
(176,169,152)
#BEB9AB
(190,185,171)
#CCC9BE
(204,201,190)
#DAD9D1
(218,217,209)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4926 color. Also use rgb(92,73,38) instead hex code.

Text Font Color

.myTextColor { color: #5C4926; }

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

This text font color is #5C4926.


Background Color

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

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

This div background color is #5C4926.


Border color

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

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

This div border color is #5C4926.


Opacity

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

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

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

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

This text has shadow with #5C4926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4926 on black background.


Color preview on white background

This text has color #5C4926 on white background.



Black color preview on #5C4926 background

This text has black color on #5C4926 background.


White color preview on #5C4926 background

This text has white color on #5C4926 background.