COLOR #5E593C

HEX: #5E593C
RGB: (94,89,60)

Color info

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

RGB color model

#5E593C color RGB value is (94,89,60).

  • red value is 94;
  • green value is 89;
  • blue value is 60.
RGB:
(94,89,60)
(37%,35%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 60 of 255 = 24%

94
89
60

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

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 60 = 243 (100%)
R 94 of 243 ~ 38.68%
G 89 of 243 ~ 36.63%
B 60 of 243 ~ 24.69%

%38.68
%36.63
%24.69

CMYK color model

#5E593C color CMYK value is (0,5,36,63).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 36.17%
  • key color value is 63.14%
CMYK:
(0,5,36,63)
C0M5Y36K63 
(0%,5%,36%,63%)
(0.00/0.05/0.36/0.63)	

CMYK percentages

%0
%5.32
%36.17
%63.14

Codes

Color #5E593C in popluar color models

5E593C
RGB948960
HSL51°22.08%30.20%
HSB/HSV51°36.17%36.86%
CMYK0.00%5.32%36.17%
63.14%

Color #5E593C in popluar number systems.

HEX5E593C
Decimal948960
Binary10111101011001111100
Octal13613174

Shades and tints

Shades of #5E593C

#5E593C
(94,89,60)
#565137
(86,81,55)
#4E4932
(78,73,50)
#46412D
(70,65,45)
#3E3928
(62,57,40)
#363123
(54,49,35)
#2E291E
(46,41,30)
#262119
(38,33,25)
#1E1914
(30,25,20)
#16110F
(22,17,15)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #5E593C

#5E593C
(94,89,60)
#6C684D
(108,104,77)
#7A775E
(122,119,94)
#88866F
(136,134,111)
#969580
(150,149,128)
#A4A491
(164,164,145)
#B2B3A2
(178,179,162)
#C0C2B3
(192,194,179)
#CED1C4
(206,209,196)
#DCE0D5
(220,224,213)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E593C color. Also use rgb(94,89,60) instead hex code.

Text Font Color

.myTextColor { color: #5E593C; }

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

This text font color is #5E593C.


Background Color

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

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

This div background color is #5E593C.


Border color

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

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

This div border color is #5E593C.


Opacity

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

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

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

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

This text has shadow with #5E593C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E593C on black background.


Color preview on white background

This text has color #5E593C on white background.



Black color preview on #5E593C background

This text has black color on #5E593C background.


White color preview on #5E593C background

This text has white color on #5E593C background.