COLOR #5C593B

HEX: #5C593B
RGB: (92,89,59)

Color info

#5C593B contains red, green and blue colors in about the same proportion. Web safe color of #5C593B is #666633 (or #663).

RGB color model

#5C593B color RGB value is (92,89,59).

  • red value is 92;
  • green value is 89;
  • blue value is 59.
RGB:
(92,89,59)
(36%,35%,23%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 59 of 255 = 23%

92
89
59

R + G + B ~ 31%. #5C593B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 59 = 240 (100%)
R 92 of 240 ~ 38.33%
G 89 of 240 ~ 37.08%
B 59 of 240 ~ 24.58%

%38.33
%37.08
%24.58

CMYK color model

#5C593B color CMYK value is (0,3,36,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 35.87%
  • key color value is 63.92%
CMYK:
(0,3,36,64)
C0M3Y36K64 
(0%,3%,36%,64%)
(0.00/0.03/0.36/0.64)	

CMYK percentages

%0
%3.26
%35.87
%63.92

Codes

Color #5C593B in popluar color models

5C593B
RGB928959
HSL55°21.85%29.61%
HSB/HSV55°35.87%36.08%
CMYK0.00%3.26%35.87%
63.92%

Color #5C593B in popluar number systems.

HEX5C593B
Decimal928959
Binary10111001011001111011
Octal13413173

Shades and tints

Shades of #5C593B

#5C593B
(92,89,59)
#545136
(84,81,54)
#4C4931
(76,73,49)
#44412C
(68,65,44)
#3C3927
(60,57,39)
#343122
(52,49,34)
#2C291D
(44,41,29)
#242118
(36,33,24)
#1C1913
(28,25,19)
#14110E
(20,17,14)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #5C593B

#5C593B
(92,89,59)
#6A684C
(106,104,76)
#78775D
(120,119,93)
#86866E
(134,134,110)
#94957F
(148,149,127)
#A2A490
(162,164,144)
#B0B3A1
(176,179,161)
#BEC2B2
(190,194,178)
#CCD1C3
(204,209,195)
#DAE0D4
(218,224,212)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C593B color. Also use rgb(92,89,59) instead hex code.

Text Font Color

.myTextColor { color: #5C593B; }

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

This text font color is #5C593B.


Background Color

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

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

This div background color is #5C593B.


Border color

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

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

This div border color is #5C593B.


Opacity

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

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

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

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

This text has shadow with #5C593B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C593B on black background.


Color preview on white background

This text has color #5C593B on white background.



Black color preview on #5C593B background

This text has black color on #5C593B background.


White color preview on #5C593B background

This text has white color on #5C593B background.