COLOR #593331

HEX: #593331
RGB: (89,51,49)

Color info

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

RGB color model

#593331 color RGB value is (89,51,49).

  • red value is 89;
  • green value is 51;
  • blue value is 49.
RGB:
(89,51,49)
(35%,20%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 49 of 255 = 19%

89
51
49

R + G + B ~ 25%. #593331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 49 = 189 (100%)
R 89 of 189 ~ 47.09%
G 51 of 189 ~ 26.98%
B 49 of 189 ~ 25.93%

%47.09
%26.98
%25.93

CMYK color model

#593331 color CMYK value is (0,43,45,65).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,43,45,65)
C0M43Y45K65 
(0%,43%,45%,65%)
(0.00/0.43/0.45/0.65)	

CMYK percentages

%0
%42.7
%44.94
%65.1

Codes

Color #593331 in popluar color models

593331
RGB895149
HSL28.99%27.06%
HSB/HSV44.94%34.90%
CMYK0.00%42.70%44.94%
65.10%

Color #593331 in popluar number systems.

HEX593331
Decimal895149
Binary1011001110011110001
Octal1316361

Shades and tints

Shades of #593331

#593331
(89,51,49)
#512F2D
(81,47,45)
#492B29
(73,43,41)
#412725
(65,39,37)
#392321
(57,35,33)
#311F1D
(49,31,29)
#291B19
(41,27,25)
#211715
(33,23,21)
#191311
(25,19,17)
#110F0D
(17,15,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #593331

#593331
(89,51,49)
#684543
(104,69,67)
#775755
(119,87,85)
#866967
(134,105,103)
#957B79
(149,123,121)
#A48D8B
(164,141,139)
#B39F9D
(179,159,157)
#C2B1AF
(194,177,175)
#D1C3C1
(209,195,193)
#E0D5D3
(224,213,211)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593331 color. Also use rgb(89,51,49) instead hex code.

Text Font Color

.myTextColor { color: #593331; }

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

This text font color is #593331.


Background Color

.myBgColor { background-color: #593331; }

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

This div background color is #593331.


Border color

.myBorderColor { border: 1px solid #593331; }

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

This div border color is #593331.


Opacity

.myOpacity80 { color: #593331; opacity: 0.8; }

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

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

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

This text has shadow with #593331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593331 on black background.


Color preview on white background

This text has color #593331 on white background.



Black color preview on #593331 background

This text has black color on #593331 background.


White color preview on #593331 background

This text has white color on #593331 background.