COLOR #593044

HEX: #593044 RGB: (89,48,68)

Color info

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

RGB color model

#593044 color RGB value is (89,48,68).

RGB: (89,48,68) (35%, 19%, 27%)

RGB channels and saturation

R 89 of 255 = 35%
G 48 of 255 = 19%
B 68 of 255 = 27%

89
48
68

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

Portions of RGB colors in percentages

R + G + B = 89 + 48 + 68 = 205 (100%)
R 89 of 205 ~ 43.41%
G 48 of 205 ~ 23.41%
B 68 of 205 ~ 33.17'%

%43.41
%23.41
%33.17

CMYK color model

#593044 color CMYK value is (0,46,24,65).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 23.60%
  • key color value is 65.10%

CMYK: (0,46,24,65)
C0M46Y24K65 (0%, 46%, 24%, 65%)
(0.00 / 0.46 / 0.24 / 0.65)

CMYK percentages

%0
%46.07
%23.6
%65.1

Codes

Color #593044 in popluar color models

59 30 44
RGB 89 48 68
HSL 331° 29.93% 26.86%
HSB/HSV 331° 46.07% 34.90%
CMYK 0.00% 46.07% 23.60%
65.10%

Color #593044 in popluar number systems.

HEX 59 30 44
Decimal 89 48 68
Binary 1011001 110000 1000100
Octal 131 60 104

Shades and tints

Shades of #593044

#593044
(89,48,68)
#512C3E
(81,44,62)
#492838
(73,40,56)
#412432
(65,36,50)
#39202C
(57,32,44)
#311C26
(49,28,38)
#291820
(41,24,32)
#21141A
(33,20,26)
#191014
(25,16,20)
#110C0E
(17,12,14)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #593044

#593044
(89,48,68)
#684255
(104,66,85)
#775466
(119,84,102)
#866677
(134,102,119)
#957888
(149,120,136)
#A48A99
(164,138,153)
#B39CAA
(179,156,170)
#C2AEBB
(194,174,187)
#D1C0CC
(209,192,204)
#E0D2DD
(224,210,221)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593044; }

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

This text font color is #593044.

Background Color

.myBgColor { background-color: #593044; }

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

This div background color is #593044.

Border color

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

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

This div border color is #593044.

Opacity

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

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

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

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

This text has shadow with #593044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593044.

Preview

Color preview on black background

This text has color #593044 on black background.


Color preview on white background

This text has color #593044 on white background.


Black color preview on #593044 background

This text has black color on #593044 background.


White color preview on #593044 background

This text has white color on #593044 background.


Related colors

Complementary color

Complementary color for #hex is #A6CFBB.


I love getcolorcode.com

Triadic colors

1 #445930 and #304459 with #593044 are triadic colors.

2 #443059 and #305944 with #593044 are triadic colors.