COLOR #593231

HEX: #593231
RGB: (89,50,49)

Color info

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

RGB color model

#593231 color RGB value is (89,50,49).

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

RGB channels and saturation

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

89
50
49

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

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 49 = 188 (100%)
R 89 of 188 ~ 47.34%
G 50 of 188 ~ 26.6%
B 49 of 188 ~ 26.06%

%47.34
%26.6
%26.06

CMYK color model

#593231 color CMYK value is (0,44,45,65).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,44,45,65)
C0M44Y45K65 
(0%,44%,45%,65%)
(0.00/0.44/0.45/0.65)	

CMYK percentages

%0
%43.82
%44.94
%65.1

Codes

Color #593231 in popluar color models

593231
RGB895049
HSL28.99%27.06%
HSB/HSV44.94%34.90%
CMYK0.00%43.82%44.94%
65.10%

Color #593231 in popluar number systems.

HEX593231
Decimal895049
Binary1011001110010110001
Octal1316261

Shades and tints

Shades of #593231

#593231
(89,50,49)
#512E2D
(81,46,45)
#492A29
(73,42,41)
#412625
(65,38,37)
#392221
(57,34,33)
#311E1D
(49,30,29)
#291A19
(41,26,25)
#211615
(33,22,21)
#191211
(25,18,17)
#110E0D
(17,14,13)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #593231

#593231
(89,50,49)
#684443
(104,68,67)
#775655
(119,86,85)
#866867
(134,104,103)
#957A79
(149,122,121)
#A48C8B
(164,140,139)
#B39E9D
(179,158,157)
#C2B0AF
(194,176,175)
#D1C2C1
(209,194,193)
#E0D4D3
(224,212,211)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593231; }

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

This text font color is #593231.


Background Color

.myBgColor { background-color: #593231; }

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

This div background color is #593231.


Border color

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

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

This div border color is #593231.


Opacity

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

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

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

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

This text has shadow with #593231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593231 on black background.


Color preview on white background

This text has color #593231 on white background.



Black color preview on #593231 background

This text has black color on #593231 background.


White color preview on #593231 background

This text has white color on #593231 background.