COLOR #593B41

HEX: #593B41
RGB: (89,59,65)

Color info

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

RGB color model

#593B41 color RGB value is (89,59,65).

  • red value is 89;
  • green value is 59;
  • blue value is 65.
RGB:
(89,59,65)
(35%,23%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 65 of 255 = 25%

89
59
65

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

Portions of RGB colors in percentages

R + G + B =
89 + 59 + 65 = 213 (100%)
R 89 of 213 ~ 41.78%
G 59 of 213 ~ 27.7%
B 65 of 213 ~ 30.52%

%41.78
%27.7
%30.52

CMYK color model

#593B41 color CMYK value is (0,34,27,65).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 26.97%
  • key color value is 65.10%
CMYK:
(0,34,27,65)
C0M34Y27K65 
(0%,34%,27%,65%)
(0.00/0.34/0.27/0.65)	

CMYK percentages

%0
%33.71
%26.97
%65.1

Codes

Color #593B41 in popluar color models

593B41
RGB895965
HSL348°20.27%29.02%
HSB/HSV348°33.71%34.90%
CMYK0.00%33.71%26.97%
65.10%

Color #593B41 in popluar number systems.

HEX593B41
Decimal895965
Binary10110011110111000001
Octal13173101

Shades and tints

Shades of #593B41

#593B41
(89,59,65)
#51363C
(81,54,60)
#493137
(73,49,55)
#412C32
(65,44,50)
#39272D
(57,39,45)
#312228
(49,34,40)
#291D23
(41,29,35)
#21181E
(33,24,30)
#191319
(25,19,25)
#110E14
(17,14,20)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #593B41

#593B41
(89,59,65)
#684C52
(104,76,82)
#775D63
(119,93,99)
#866E74
(134,110,116)
#957F85
(149,127,133)
#A49096
(164,144,150)
#B3A1A7
(179,161,167)
#C2B2B8
(194,178,184)
#D1C3C9
(209,195,201)
#E0D4DA
(224,212,218)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593B41 color. Also use rgb(89,59,65) instead hex code.

Text Font Color

.myTextColor { color: #593B41; }

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

This text font color is #593B41.


Background Color

.myBgColor { background-color: #593B41; }

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

This div background color is #593B41.


Border color

.myBorderColor { border: 1px solid #593B41; }

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

This div border color is #593B41.


Opacity

.myOpacity80 { color: #593B41; opacity: 0.8; }

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

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

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

This text has shadow with #593B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B41 on black background.


Color preview on white background

This text has color #593B41 on white background.



Black color preview on #593B41 background

This text has black color on #593B41 background.


White color preview on #593B41 background

This text has white color on #593B41 background.