COLOR #593A3C

HEX: #593A3C
RGB: (89,58,60)

Color info

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

RGB color model

#593A3C color RGB value is (89,58,60).

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

RGB channels and saturation

R 89 of 255 = 35%
G 58 of 255 = 23%
B 60 of 255 = 24%

89
58
60

R + G + B ~ 27%. #593A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 58 + 60 = 207 (100%)
R 89 of 207 ~ 43%
G 58 of 207 ~ 28.02%
B 60 of 207 ~ 28.99%

%43
%28.02
%28.99

CMYK color model

#593A3C color CMYK value is (0,35,33,65).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(0,35,33,65)
C0M35Y33K65 
(0%,35%,33%,65%)
(0.00/0.35/0.33/0.65)	

CMYK percentages

%0
%34.83
%32.58
%65.1

Codes

Color #593A3C in popluar color models

593A3C
RGB895860
HSL356°21.09%28.82%
HSB/HSV356°34.83%34.90%
CMYK0.00%34.83%32.58%
65.10%

Color #593A3C in popluar number systems.

HEX593A3C
Decimal895860
Binary1011001111010111100
Octal1317274

Shades and tints

Shades of #593A3C

#593A3C
(89,58,60)
#513537
(81,53,55)
#493032
(73,48,50)
#412B2D
(65,43,45)
#392628
(57,38,40)
#312123
(49,33,35)
#291C1E
(41,28,30)
#211719
(33,23,25)
#191214
(25,18,20)
#110D0F
(17,13,15)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #593A3C

#593A3C
(89,58,60)
#684B4D
(104,75,77)
#775C5E
(119,92,94)
#866D6F
(134,109,111)
#957E80
(149,126,128)
#A48F91
(164,143,145)
#B3A0A2
(179,160,162)
#C2B1B3
(194,177,179)
#D1C2C4
(209,194,196)
#E0D3D5
(224,211,213)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593A3C; }

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

This text font color is #593A3C.


Background Color

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

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

This div background color is #593A3C.


Border color

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

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

This div border color is #593A3C.


Opacity

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

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

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

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

This text has shadow with #593A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593A3C on black background.


Color preview on white background

This text has color #593A3C on white background.



Black color preview on #593A3C background

This text has black color on #593A3C background.


White color preview on #593A3C background

This text has white color on #593A3C background.