COLOR #5C593D

HEX: #5C593D
RGB: (92,89,61)

Color info

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

RGB color model

#5C593D color RGB value is (92,89,61).

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

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 61 of 255 = 24%

92
89
61

R + G + B ~ 32%. #5C593D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 61 = 242 (100%)
R 92 of 242 ~ 38.02%
G 89 of 242 ~ 36.78%
B 61 of 242 ~ 25.21%

%38.02
%36.78
%25.21

CMYK color model

#5C593D color CMYK value is (0,3,34,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 33.70%
  • key color value is 63.92%
CMYK:
(0,3,34,64)
C0M3Y34K64 
(0%,3%,34%,64%)
(0.00/0.03/0.34/0.64)	

CMYK percentages

%0
%3.26
%33.7
%63.92

Codes

Color #5C593D in popluar color models

5C593D
RGB928961
HSL54°20.26%30.00%
HSB/HSV54°33.70%36.08%
CMYK0.00%3.26%33.70%
63.92%

Color #5C593D in popluar number systems.

HEX5C593D
Decimal928961
Binary10111001011001111101
Octal13413175

Shades and tints

Shades of #5C593D

#5C593D
(92,89,61)
#545138
(84,81,56)
#4C4933
(76,73,51)
#44412E
(68,65,46)
#3C3929
(60,57,41)
#343124
(52,49,36)
#2C291F
(44,41,31)
#24211A
(36,33,26)
#1C1915
(28,25,21)
#141110
(20,17,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #5C593D

#5C593D
(92,89,61)
#6A684E
(106,104,78)
#78775F
(120,119,95)
#868670
(134,134,112)
#949581
(148,149,129)
#A2A492
(162,164,146)
#B0B3A3
(176,179,163)
#BEC2B4
(190,194,180)
#CCD1C5
(204,209,197)
#DAE0D6
(218,224,214)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C593D; }

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

This text font color is #5C593D.


Background Color

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

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

This div background color is #5C593D.


Border color

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

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

This div border color is #5C593D.


Opacity

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

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

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

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

This text has shadow with #5C593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C593D on black background.


Color preview on white background

This text has color #5C593D on white background.



Black color preview on #5C593D background

This text has black color on #5C593D background.


White color preview on #5C593D background

This text has white color on #5C593D background.