COLOR #593D48

HEX: #593D48
RGB: (89,61,72)

Color info

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

RGB color model

#593D48 color RGB value is (89,61,72).

  • red value is 89;
  • green value is 61;
  • blue value is 72.
RGB:
(89,61,72)
(35%,24%,28%)

RGB channels and saturation

R 89 of 255 = 35%
G 61 of 255 = 24%
B 72 of 255 = 28%

89
61
72

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

Portions of RGB colors in percentages

R + G + B =
89 + 61 + 72 = 222 (100%)
R 89 of 222 ~ 40.09%
G 61 of 222 ~ 27.48%
B 72 of 222 ~ 32.43%

%40.09
%27.48
%32.43

CMYK color model

#593D48 color CMYK value is (0,31,19,65).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(0,31,19,65)
C0M31Y19K65 
(0%,31%,19%,65%)
(0.00/0.31/0.19/0.65)	

CMYK percentages

%0
%31.46
%19.1
%65.1

Codes

Color #593D48 in popluar color models

593D48
RGB896172
HSL336°18.67%29.41%
HSB/HSV336°31.46%34.90%
CMYK0.00%31.46%19.10%
65.10%

Color #593D48 in popluar number systems.

HEX593D48
Decimal896172
Binary10110011111011001000
Octal13175110

Shades and tints

Shades of #593D48

#593D48
(89,61,72)
#513842
(81,56,66)
#49333C
(73,51,60)
#412E36
(65,46,54)
#392930
(57,41,48)
#31242A
(49,36,42)
#291F24
(41,31,36)
#211A1E
(33,26,30)
#191518
(25,21,24)
#111012
(17,16,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #593D48

#593D48
(89,61,72)
#684E58
(104,78,88)
#775F68
(119,95,104)
#867078
(134,112,120)
#958188
(149,129,136)
#A49298
(164,146,152)
#B3A3A8
(179,163,168)
#C2B4B8
(194,180,184)
#D1C5C8
(209,197,200)
#E0D6D8
(224,214,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593D48 color. Also use rgb(89,61,72) instead hex code.

Text Font Color

.myTextColor { color: #593D48; }

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

This text font color is #593D48.


Background Color

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

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

This div background color is #593D48.


Border color

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

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

This div border color is #593D48.


Opacity

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

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

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

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

This text has shadow with #593D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D48 on black background.


Color preview on white background

This text has color #593D48 on white background.



Black color preview on #593D48 background

This text has black color on #593D48 background.


White color preview on #593D48 background

This text has white color on #593D48 background.