COLOR #5C4827

HEX: #5C4827 RGB: (92,72,39)

Color info

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

RGB color model

#5C4827 color RGB value is (92,72,39).

RGB: (92,72,39) (36%, 28%, 15%)

RGB channels and saturation

R 92 of 255 = 36%
G 72 of 255 = 28%
B 39 of 255 = 15%

92
72
39

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

Portions of RGB colors in percentages

R + G + B = 92 + 72 + 39 = 203 (100%)
R 92 of 203 ~ 45.32%
G 72 of 203 ~ 35.47%
B 39 of 203 ~ 19.21'%

%45.32
%35.47
%19.21

CMYK color model

#5C4827 color CMYK value is (0,22,58,64).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 57.61%
  • key color value is 63.92%

CMYK: (0,22,58,64)
C0M22Y58K64 (0%, 22%, 58%, 64%)
(0.00 / 0.22 / 0.58 / 0.64)

CMYK percentages

%0
%21.74
%57.61
%63.92

Codes

Color #5C4827 in popluar color models

5C 48 27
RGB 92 72 39
HSL 37° 40.46% 25.69%
HSB/HSV 37° 57.61% 36.08%
CMYK 0.00% 21.74% 57.61%
63.92%

Color #5C4827 in popluar number systems.

HEX 5C 48 27
Decimal 92 72 39
Binary 1011100 1001000 100111
Octal 134 110 47

Shades and tints

Shades of #5C4827

#5C4827
(92,72,39)
#544224
(84,66,36)
#4C3C21
(76,60,33)
#44361E
(68,54,30)
#3C301B
(60,48,27)
#342A18
(52,42,24)
#2C2415
(44,36,21)
#241E12
(36,30,18)
#1C180F
(28,24,15)
#14120C
(20,18,12)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #5C4827

#5C4827
(92,72,39)
#6A583A
(106,88,58)
#78684D
(120,104,77)
#867860
(134,120,96)
#948873
(148,136,115)
#A29886
(162,152,134)
#B0A899
(176,168,153)
#BEB8AC
(190,184,172)
#CCC8BF
(204,200,191)
#DAD8D2
(218,216,210)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4827 color. Also use rgb(92,72,39) instead hex code.

Text Font Color

.myTextColor { color: #5C4827; }

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

This text font color is #5C4827.

Background Color

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

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

This div background color is #5C4827.

Border color

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

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

This div border color is #5C4827.

Opacity

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

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

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

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

This text has shadow with #5C4827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4827.

Preview

Color preview on black background

This text has color #5C4827 on black background.


Color preview on white background

This text has color #5C4827 on white background.


Black color preview on #5C4827 background

This text has black color on #5C4827 background.


White color preview on #5C4827 background

This text has white color on #5C4827 background.


Related colors

Complementary color

Complementary color for #hex is #A3B7D8.


I love getcolorcode.com

Triadic colors

1 #275C48 and #48275C with #5C4827 are triadic colors.

2 #27485C and #485C27 with #5C4827 are triadic colors.