COLOR #5C4916

HEX: #5C4916
RGB: (92,73,22)

Color info

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

RGB color model

#5C4916 color RGB value is (92,73,22).

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

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 22 of 255 = 9%

92
73
22

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

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 22 = 187 (100%)
R 92 of 187 ~ 49.2%
G 73 of 187 ~ 39.04%
B 22 of 187 ~ 11.76%

%49.2
%39.04
%11.76

CMYK color model

#5C4916 color CMYK value is (0,21,76,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 76.09%
  • key color value is 63.92%
CMYK:
(0,21,76,64)
C0M21Y76K64 
(0%,21%,76%,64%)
(0.00/0.21/0.76/0.64)	

CMYK percentages

%0
%20.65
%76.09
%63.92

Codes

Color #5C4916 in popluar color models

5C4916
RGB927322
HSL44°61.40%22.35%
HSB/HSV44°76.09%36.08%
CMYK0.00%20.65%76.09%
63.92%

Color #5C4916 in popluar number systems.

HEX5C4916
Decimal927322
Binary1011100100100110110
Octal13411126

Shades and tints

Shades of #5C4916

#5C4916
(92,73,22)
#544314
(84,67,20)
#4C3D12
(76,61,18)
#443710
(68,55,16)
#3C310E
(60,49,14)
#342B0C
(52,43,12)
#2C250A
(44,37,10)
#241F08
(36,31,8)
#1C1906
(28,25,6)
#141304
(20,19,4)
#0C0D02
(12,13,2)
#000000
(0,0,0)

Tints of #5C4916

#5C4916
(92,73,22)
#6A592B
(106,89,43)
#786940
(120,105,64)
#867955
(134,121,85)
#94896A
(148,137,106)
#A2997F
(162,153,127)
#B0A994
(176,169,148)
#BEB9A9
(190,185,169)
#CCC9BE
(204,201,190)
#DAD9D3
(218,217,211)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4916; }

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

This text font color is #5C4916.


Background Color

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

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

This div background color is #5C4916.


Border color

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

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

This div border color is #5C4916.


Opacity

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

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

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

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

This text has shadow with #5C4916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4916 on black background.


Color preview on white background

This text has color #5C4916 on white background.



Black color preview on #5C4916 background

This text has black color on #5C4916 background.


White color preview on #5C4916 background

This text has white color on #5C4916 background.