COLOR #593A47

HEX: #593A47
RGB: (89,58,71)

Color info

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

RGB color model

#593A47 color RGB value is (89,58,71).

  • red value is 89;
  • green value is 58;
  • blue value is 71.
RGB:
(89,58,71)
(35%,23%,28%)

RGB channels and saturation

R 89 of 255 = 35%
G 58 of 255 = 23%
B 71 of 255 = 28%

89
58
71

R + G + B ~ 29%. #593A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 58 + 71 = 218 (100%)
R 89 of 218 ~ 40.83%
G 58 of 218 ~ 26.61%
B 71 of 218 ~ 32.57%

%40.83
%26.61
%32.57

CMYK color model

#593A47 color CMYK value is (0,35,20,65).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 20.22%
  • key color value is 65.10%
CMYK:
(0,35,20,65)
C0M35Y20K65 
(0%,35%,20%,65%)
(0.00/0.35/0.20/0.65)	

CMYK percentages

%0
%34.83
%20.22
%65.1

Codes

Color #593A47 in popluar color models

593A47
RGB895871
HSL335°21.09%28.82%
HSB/HSV335°34.83%34.90%
CMYK0.00%34.83%20.22%
65.10%

Color #593A47 in popluar number systems.

HEX593A47
Decimal895871
Binary10110011110101000111
Octal13172107

Shades and tints

Shades of #593A47

#593A47
(89,58,71)
#513541
(81,53,65)
#49303B
(73,48,59)
#412B35
(65,43,53)
#39262F
(57,38,47)
#312129
(49,33,41)
#291C23
(41,28,35)
#21171D
(33,23,29)
#191217
(25,18,23)
#110D11
(17,13,17)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #593A47

#593A47
(89,58,71)
#684B57
(104,75,87)
#775C67
(119,92,103)
#866D77
(134,109,119)
#957E87
(149,126,135)
#A48F97
(164,143,151)
#B3A0A7
(179,160,167)
#C2B1B7
(194,177,183)
#D1C2C7
(209,194,199)
#E0D3D7
(224,211,215)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593A47 color. Also use rgb(89,58,71) instead hex code.

Text Font Color

.myTextColor { color: #593A47; }

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

This text font color is #593A47.


Background Color

.myBgColor { background-color: #593A47; }

<div style="background-color:#593A47">Inner text</div>

This div background color is #593A47.


Border color

.myBorderColor { border: 1px solid #593A47; }

<div style="border:3px solid #593A47">Div</div>

This div border color is #593A47.


Opacity

.myOpacity80 { color: #593A47; opacity: 0.8; }

<p style="color:#593A47;opacity:0.8;">80%</p>

Text with #593A47 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 #593A47;}

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

This text has shadow with #593A47 color.

.textShadow {text-shadow: 3px 3px 1px #593A47, 3px 3px 1px red;}

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

This text has shadow with #593A47 primary color and red secondary color.


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

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

This text has shadow with #593A47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593A47 on black background.


Color preview on white background

This text has color #593A47 on white background.



Black color preview on #593A47 background

This text has black color on #593A47 background.


White color preview on #593A47 background

This text has white color on #593A47 background.