COLOR #593348

HEX: #593348
RGB: (89,51,72)

Color info

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

RGB color model

#593348 color RGB value is (89,51,72).

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

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 72 of 255 = 28%

89
51
72

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

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 72 = 212 (100%)
R 89 of 212 ~ 41.98%
G 51 of 212 ~ 24.06%
B 72 of 212 ~ 33.96%

%41.98
%24.06
%33.96

CMYK color model

#593348 color CMYK value is (0,43,19,65).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(0,43,19,65)
C0M43Y19K65 
(0%,43%,19%,65%)
(0.00/0.43/0.19/0.65)	

CMYK percentages

%0
%42.7
%19.1
%65.1

Codes

Color #593348 in popluar color models

593348
RGB895172
HSL327°27.14%27.45%
HSB/HSV327°42.70%34.90%
CMYK0.00%42.70%19.10%
65.10%

Color #593348 in popluar number systems.

HEX593348
Decimal895172
Binary10110011100111001000
Octal13163110

Shades and tints

Shades of #593348

#593348
(89,51,72)
#512F42
(81,47,66)
#492B3C
(73,43,60)
#412736
(65,39,54)
#392330
(57,35,48)
#311F2A
(49,31,42)
#291B24
(41,27,36)
#21171E
(33,23,30)
#191318
(25,19,24)
#110F12
(17,15,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #593348

#593348
(89,51,72)
#684558
(104,69,88)
#775768
(119,87,104)
#866978
(134,105,120)
#957B88
(149,123,136)
#A48D98
(164,141,152)
#B39FA8
(179,159,168)
#C2B1B8
(194,177,184)
#D1C3C8
(209,195,200)
#E0D5D8
(224,213,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593348; }

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

This text font color is #593348.


Background Color

.myBgColor { background-color: #593348; }

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

This div background color is #593348.


Border color

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

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

This div border color is #593348.


Opacity

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

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

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

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

This text has shadow with #593348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593348 on black background.


Color preview on white background

This text has color #593348 on white background.



Black color preview on #593348 background

This text has black color on #593348 background.


White color preview on #593348 background

This text has white color on #593348 background.