COLOR #5C4923

HEX: #5C4923
RGB: (92,73,35)

Color info

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

RGB color model

#5C4923 color RGB value is (92,73,35).

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

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 35 of 255 = 14%

92
73
35

R + G + B ~ 26%. #5C4923 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 35 = 200 (100%)
R 92 of 200 ~ 46%
G 73 of 200 ~ 36.5%
B 35 of 200 ~ 17.5%

%46
%36.5
%17.5

CMYK color model

#5C4923 color CMYK value is (0,21,62,64).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 61.96%
  • key color value is 63.92%
CMYK:
(0,21,62,64)
C0M21Y62K64 
(0%,21%,62%,64%)
(0.00/0.21/0.62/0.64)	

CMYK percentages

%0
%20.65
%61.96
%63.92

Codes

Color #5C4923 in popluar color models

5C4923
RGB927335
HSL40°44.88%24.90%
HSB/HSV40°61.96%36.08%
CMYK0.00%20.65%61.96%
63.92%

Color #5C4923 in popluar number systems.

HEX5C4923
Decimal927335
Binary10111001001001100011
Octal13411143

Shades and tints

Shades of #5C4923

#5C4923
(92,73,35)
#544320
(84,67,32)
#4C3D1D
(76,61,29)
#44371A
(68,55,26)
#3C3117
(60,49,23)
#342B14
(52,43,20)
#2C2511
(44,37,17)
#241F0E
(36,31,14)
#1C190B
(28,25,11)
#141308
(20,19,8)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #5C4923

#5C4923
(92,73,35)
#6A5937
(106,89,55)
#78694B
(120,105,75)
#86795F
(134,121,95)
#948973
(148,137,115)
#A29987
(162,153,135)
#B0A99B
(176,169,155)
#BEB9AF
(190,185,175)
#CCC9C3
(204,201,195)
#DAD9D7
(218,217,215)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4923; }

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

This text font color is #5C4923.


Background Color

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

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

This div background color is #5C4923.


Border color

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

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

This div border color is #5C4923.


Opacity

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

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

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

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

This text has shadow with #5C4923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4923 on black background.


Color preview on white background

This text has color #5C4923 on white background.



Black color preview on #5C4923 background

This text has black color on #5C4923 background.


White color preview on #5C4923 background

This text has white color on #5C4923 background.