COLOR #5C4639

HEX: #5C4639
RGB: (92,70,57)

Color info

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

RGB color model

#5C4639 color RGB value is (92,70,57).

  • red value is 92;
  • green value is 70;
  • blue value is 57.
RGB: (92,70,57) (36%,27%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 70 of 255 = 27%
B 57 of 255 = 22%

92
70
57

R + G + B ~ 28%. #5C4639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 70 + 57 = 219 (100%)
R 92 of 219 ~ 42.01%
G 70 of 219 ~ 31.96%
B 57 of 219 ~ 26.03%

%42.01
%31.96
%26.03

CMYK color model

#5C4639 color CMYK value is (0,24,38,64).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 38.04%
  • key color value is 63.92%
CMYK: (0,24,38,64) C0M24Y38K64 (0%,24%,38%,64%) (0.00/0.24/0.38/0.64)

CMYK percentages

%0
%23.91
%38.04
%63.92

Codes

Color #5C4639 in popluar color models

5C4639
RGB927057
HSL22°23.49%29.22%
HSB/HSV22°38.04%36.08%
CMYK0.00%23.91%38.04%
63.92%

Color #5C4639 in popluar number systems.

HEX5C4639
Decimal927057
Binary10111001000110111001
Octal13410671

Shades and tints

Shades of #5C4639

#5C4639
(92,70,57)
#544034
(84,64,52)
#4C3A2F
(76,58,47)
#44342A
(68,52,42)
#3C2E25
(60,46,37)
#342820
(52,40,32)
#2C221B
(44,34,27)
#241C16
(36,28,22)
#1C1611
(28,22,17)
#14100C
(20,16,12)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #5C4639

#5C4639
(92,70,57)
#6A564B
(106,86,75)
#78665D
(120,102,93)
#86766F
(134,118,111)
#948681
(148,134,129)
#A29693
(162,150,147)
#B0A6A5
(176,166,165)
#BEB6B7
(190,182,183)
#CCC6C9
(204,198,201)
#DAD6DB
(218,214,219)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4639 color. Also use rgb(92,70,57) instead hex code.

Text Font Color

.myTextColor { color: #5C4639; }

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

This text font color is #5C4639.


Background Color

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

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

This div background color is #5C4639.


Border color

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

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

This div border color is #5C4639.


Opacity

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

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

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

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

This text has shadow with #5C4639 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C4639 on black background.


Color preview on white background

This text has color #5C4639 on white background.



Black color preview on #5C4639 background

This text has black color on #5C4639 background.


White color preview on #5C4639 background

This text has white color on #5C4639 background.