COLOR #593244

HEX: #593244
RGB: (89,50,68)

Color info

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

RGB color model

#593244 color RGB value is (89,50,68).

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

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 68 of 255 = 27%

89
50
68

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

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 68 = 207 (100%)
R 89 of 207 ~ 43%
G 50 of 207 ~ 24.15%
B 68 of 207 ~ 32.85%

%43
%24.15
%32.85

CMYK color model

#593244 color CMYK value is (0,44,24,65).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 23.60%
  • key color value is 65.10%
CMYK:
(0,44,24,65)
C0M44Y24K65 
(0%,44%,24%,65%)
(0.00/0.44/0.24/0.65)	

CMYK percentages

%0
%43.82
%23.6
%65.1

Codes

Color #593244 in popluar color models

593244
RGB895068
HSL332°28.06%27.25%
HSB/HSV332°43.82%34.90%
CMYK0.00%43.82%23.60%
65.10%

Color #593244 in popluar number systems.

HEX593244
Decimal895068
Binary10110011100101000100
Octal13162104

Shades and tints

Shades of #593244

#593244
(89,50,68)
#512E3E
(81,46,62)
#492A38
(73,42,56)
#412632
(65,38,50)
#39222C
(57,34,44)
#311E26
(49,30,38)
#291A20
(41,26,32)
#21161A
(33,22,26)
#191214
(25,18,20)
#110E0E
(17,14,14)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #593244

#593244
(89,50,68)
#684455
(104,68,85)
#775666
(119,86,102)
#866877
(134,104,119)
#957A88
(149,122,136)
#A48C99
(164,140,153)
#B39EAA
(179,158,170)
#C2B0BB
(194,176,187)
#D1C2CC
(209,194,204)
#E0D4DD
(224,212,221)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593244; }

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

This text font color is #593244.


Background Color

.myBgColor { background-color: #593244; }

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

This div background color is #593244.


Border color

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

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

This div border color is #593244.


Opacity

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

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

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

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

This text has shadow with #593244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593244 on black background.


Color preview on white background

This text has color #593244 on white background.



Black color preview on #593244 background

This text has black color on #593244 background.


White color preview on #593244 background

This text has white color on #593244 background.