COLOR #593124

HEX: #593124
RGB: (89,49,36)

Color info

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

RGB color model

#593124 color RGB value is (89,49,36).

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

RGB channels and saturation

R 89 of 255 = 35%
G 49 of 255 = 19%
B 36 of 255 = 14%

89
49
36

R + G + B ~ 23%. #593124 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 49 + 36 = 174 (100%)
R 89 of 174 ~ 51.15%
G 49 of 174 ~ 28.16%
B 36 of 174 ~ 20.69%

%51.15
%28.16
%20.69

CMYK color model

#593124 color CMYK value is (0,45,60,65).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK:
(0,45,60,65)
C0M45Y60K65 
(0%,45%,60%,65%)
(0.00/0.45/0.60/0.65)	

CMYK percentages

%0
%44.94
%59.55
%65.1

Codes

Color #593124 in popluar color models

593124
RGB894936
HSL15°42.40%24.51%
HSB/HSV15°59.55%34.90%
CMYK0.00%44.94%59.55%
65.10%

Color #593124 in popluar number systems.

HEX593124
Decimal894936
Binary1011001110001100100
Octal1316144

Shades and tints

Shades of #593124

#593124
(89,49,36)
#512D21
(81,45,33)
#49291E
(73,41,30)
#41251B
(65,37,27)
#392118
(57,33,24)
#311D15
(49,29,21)
#291912
(41,25,18)
#21150F
(33,21,15)
#19110C
(25,17,12)
#110D09
(17,13,9)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #593124

#593124
(89,49,36)
#684337
(104,67,55)
#77554A
(119,85,74)
#86675D
(134,103,93)
#957970
(149,121,112)
#A48B83
(164,139,131)
#B39D96
(179,157,150)
#C2AFA9
(194,175,169)
#D1C1BC
(209,193,188)
#E0D3CF
(224,211,207)
#EFE5E2
(239,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593124; }

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

This text font color is #593124.


Background Color

.myBgColor { background-color: #593124; }

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

This div background color is #593124.


Border color

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

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

This div border color is #593124.


Opacity

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

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

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

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

This text has shadow with #593124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593124 on black background.


Color preview on white background

This text has color #593124 on white background.



Black color preview on #593124 background

This text has black color on #593124 background.


White color preview on #593124 background

This text has white color on #593124 background.