COLOR #593B4C

HEX: #593B4C
RGB: (89,59,76)

Color info

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

RGB color model

#593B4C color RGB value is (89,59,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 76 of 255 = 30%

89
59
76

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

Portions of RGB colors in percentages

R + G + B =
89 + 59 + 76 = 224 (100%)
R 89 of 224 ~ 39.73%
G 59 of 224 ~ 26.34%
B 76 of 224 ~ 33.93%

%39.73
%26.34
%33.93

CMYK color model

#593B4C color CMYK value is (0,34,15,65).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,34,15,65)
C0M34Y15K65 
(0%,34%,15%,65%)
(0.00/0.34/0.15/0.65)	

CMYK percentages

%0
%33.71
%14.61
%65.1

Codes

Color #593B4C in popluar color models

593B4C
RGB895976
HSL326°20.27%29.02%
HSB/HSV326°33.71%34.90%
CMYK0.00%33.71%14.61%
65.10%

Color #593B4C in popluar number systems.

HEX593B4C
Decimal895976
Binary10110011110111001100
Octal13173114

Shades and tints

Shades of #593B4C

#593B4C
(89,59,76)
#513646
(81,54,70)
#493140
(73,49,64)
#412C3A
(65,44,58)
#392734
(57,39,52)
#31222E
(49,34,46)
#291D28
(41,29,40)
#211822
(33,24,34)
#19131C
(25,19,28)
#110E16
(17,14,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #593B4C

#593B4C
(89,59,76)
#684C5C
(104,76,92)
#775D6C
(119,93,108)
#866E7C
(134,110,124)
#957F8C
(149,127,140)
#A4909C
(164,144,156)
#B3A1AC
(179,161,172)
#C2B2BC
(194,178,188)
#D1C3CC
(209,195,204)
#E0D4DC
(224,212,220)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593B4C color. Also use rgb(89,59,76) instead hex code.

Text Font Color

.myTextColor { color: #593B4C; }

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

This text font color is #593B4C.


Background Color

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

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

This div background color is #593B4C.


Border color

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

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

This div border color is #593B4C.


Opacity

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

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

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

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

This text has shadow with #593B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B4C on black background.


Color preview on white background

This text has color #593B4C on white background.



Black color preview on #593B4C background

This text has black color on #593B4C background.


White color preview on #593B4C background

This text has white color on #593B4C background.