COLOR #593251

HEX: #593251
RGB: (89,50,81)

Color info

#593251 contains red, green and blue colors in about the same proportion. Web safe color of #593251 is #663366 (or #636).

RGB color model

#593251 color RGB value is (89,50,81).

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

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 81 of 255 = 32%

89
50
81

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

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 81 = 220 (100%)
R 89 of 220 ~ 40.45%
G 50 of 220 ~ 22.73%
B 81 of 220 ~ 36.82%

%40.45
%22.73
%36.82

CMYK color model

#593251 color CMYK value is (0,44,9,65).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 8.99%
  • key color value is 65.10%
CMYK:
(0,44,9,65)
C0M44Y9K65 
(0%,44%,9%,65%)
(0.00/0.44/0.09/0.65)	

CMYK percentages

%0
%43.82
%8.99
%65.1

Codes

Color #593251 in popluar color models

593251
RGB895081
HSL312°28.06%27.25%
HSB/HSV312°43.82%34.90%
CMYK0.00%43.82%8.99%
65.10%

Color #593251 in popluar number systems.

HEX593251
Decimal895081
Binary10110011100101010001
Octal13162121

Shades and tints

Shades of #593251

#593251
(89,50,81)
#512E4A
(81,46,74)
#492A43
(73,42,67)
#41263C
(65,38,60)
#392235
(57,34,53)
#311E2E
(49,30,46)
#291A27
(41,26,39)
#211620
(33,22,32)
#191219
(25,18,25)
#110E12
(17,14,18)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #593251

#593251
(89,50,81)
#684460
(104,68,96)
#77566F
(119,86,111)
#86687E
(134,104,126)
#957A8D
(149,122,141)
#A48C9C
(164,140,156)
#B39EAB
(179,158,171)
#C2B0BA
(194,176,186)
#D1C2C9
(209,194,201)
#E0D4D8
(224,212,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593251; }

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

This text font color is #593251.


Background Color

.myBgColor { background-color: #593251; }

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

This div background color is #593251.


Border color

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

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

This div border color is #593251.


Opacity

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

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

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

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

This text has shadow with #593251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593251 on black background.


Color preview on white background

This text has color #593251 on white background.



Black color preview on #593251 background

This text has black color on #593251 background.


White color preview on #593251 background

This text has white color on #593251 background.