COLOR #593249

HEX: #593249
RGB: (89,50,73)

Color info

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

RGB color model

#593249 color RGB value is (89,50,73).

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

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 73 of 255 = 29%

89
50
73

R + G + B ~ 28%. #593249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 73 = 212 (100%)
R 89 of 212 ~ 41.98%
G 50 of 212 ~ 23.58%
B 73 of 212 ~ 34.43%

%41.98
%23.58
%34.43

CMYK color model

#593249 color CMYK value is (0,44,18,65).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(0,44,18,65)
C0M44Y18K65 
(0%,44%,18%,65%)
(0.00/0.44/0.18/0.65)	

CMYK percentages

%0
%43.82
%17.98
%65.1

Codes

Color #593249 in popluar color models

593249
RGB895073
HSL325°28.06%27.25%
HSB/HSV325°43.82%34.90%
CMYK0.00%43.82%17.98%
65.10%

Color #593249 in popluar number systems.

HEX593249
Decimal895073
Binary10110011100101001001
Octal13162111

Shades and tints

Shades of #593249

#593249
(89,50,73)
#512E43
(81,46,67)
#492A3D
(73,42,61)
#412637
(65,38,55)
#392231
(57,34,49)
#311E2B
(49,30,43)
#291A25
(41,26,37)
#21161F
(33,22,31)
#191219
(25,18,25)
#110E13
(17,14,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #593249

#593249
(89,50,73)
#684459
(104,68,89)
#775669
(119,86,105)
#866879
(134,104,121)
#957A89
(149,122,137)
#A48C99
(164,140,153)
#B39EA9
(179,158,169)
#C2B0B9
(194,176,185)
#D1C2C9
(209,194,201)
#E0D4D9
(224,212,217)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593249; }

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

This text font color is #593249.


Background Color

.myBgColor { background-color: #593249; }

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

This div background color is #593249.


Border color

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

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

This div border color is #593249.


Opacity

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

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

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

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

This text has shadow with #593249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593249 on black background.


Color preview on white background

This text has color #593249 on white background.



Black color preview on #593249 background

This text has black color on #593249 background.


White color preview on #593249 background

This text has white color on #593249 background.