COLOR #593140

HEX: #593140
RGB: (89,49,64)

Color info

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

RGB color model

#593140 color RGB value is (89,49,64).

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

RGB channels and saturation

R 89 of 255 = 35%
G 49 of 255 = 19%
B 64 of 255 = 25%

89
49
64

R + G + B ~ 26%. #593140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 49 + 64 = 202 (100%)
R 89 of 202 ~ 44.06%
G 49 of 202 ~ 24.26%
B 64 of 202 ~ 31.68%

%44.06
%24.26
%31.68

CMYK color model

#593140 color CMYK value is (0,45,28,65).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(0,45,28,65)
C0M45Y28K65 
(0%,45%,28%,65%)
(0.00/0.45/0.28/0.65)	

CMYK percentages

%0
%44.94
%28.09
%65.1

Codes

Color #593140 in popluar color models

593140
RGB894964
HSL338°28.99%27.06%
HSB/HSV338°44.94%34.90%
CMYK0.00%44.94%28.09%
65.10%

Color #593140 in popluar number systems.

HEX593140
Decimal894964
Binary10110011100011000000
Octal13161100

Shades and tints

Shades of #593140

#593140
(89,49,64)
#512D3B
(81,45,59)
#492936
(73,41,54)
#412531
(65,37,49)
#39212C
(57,33,44)
#311D27
(49,29,39)
#291922
(41,25,34)
#21151D
(33,21,29)
#191118
(25,17,24)
#110D13
(17,13,19)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #593140

#593140
(89,49,64)
#684351
(104,67,81)
#775562
(119,85,98)
#866773
(134,103,115)
#957984
(149,121,132)
#A48B95
(164,139,149)
#B39DA6
(179,157,166)
#C2AFB7
(194,175,183)
#D1C1C8
(209,193,200)
#E0D3D9
(224,211,217)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593140; }

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

This text font color is #593140.


Background Color

.myBgColor { background-color: #593140; }

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

This div background color is #593140.


Border color

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

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

This div border color is #593140.


Opacity

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

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

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

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

This text has shadow with #593140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593140 on black background.


Color preview on white background

This text has color #593140 on white background.



Black color preview on #593140 background

This text has black color on #593140 background.


White color preview on #593140 background

This text has white color on #593140 background.