COLOR #593453

HEX: #593453
RGB: (89,52,83)

Color info

#593453 contains red, green and blue colors in about the same proportion. Web safe color of #593453 is #663366 (or #636).

RGB color model

#593453 color RGB value is (89,52,83).

  • red value is 89;
  • green value is 52;
  • blue value is 83.
RGB:
(89,52,83)
(35%,20%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 52 of 255 = 20%
B 83 of 255 = 33%

89
52
83

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

Portions of RGB colors in percentages

R + G + B =
89 + 52 + 83 = 224 (100%)
R 89 of 224 ~ 39.73%
G 52 of 224 ~ 23.21%
B 83 of 224 ~ 37.05%

%39.73
%23.21
%37.05

CMYK color model

#593453 color CMYK value is (0,42,7,65).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK:
(0,42,7,65)
C0M42Y7K65 
(0%,42%,7%,65%)
(0.00/0.42/0.07/0.65)	

CMYK percentages

%0
%41.57
%6.74
%65.1

Codes

Color #593453 in popluar color models

593453
RGB895283
HSL310°26.24%27.65%
HSB/HSV310°41.57%34.90%
CMYK0.00%41.57%6.74%
65.10%

Color #593453 in popluar number systems.

HEX593453
Decimal895283
Binary10110011101001010011
Octal13164123

Shades and tints

Shades of #593453

#593453
(89,52,83)
#51304C
(81,48,76)
#492C45
(73,44,69)
#41283E
(65,40,62)
#392437
(57,36,55)
#312030
(49,32,48)
#291C29
(41,28,41)
#211822
(33,24,34)
#19141B
(25,20,27)
#111014
(17,16,20)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #593453

#593453
(89,52,83)
#684662
(104,70,98)
#775871
(119,88,113)
#866A80
(134,106,128)
#957C8F
(149,124,143)
#A48E9E
(164,142,158)
#B3A0AD
(179,160,173)
#C2B2BC
(194,178,188)
#D1C4CB
(209,196,203)
#E0D6DA
(224,214,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593453 color. Also use rgb(89,52,83) instead hex code.

Text Font Color

.myTextColor { color: #593453; }

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

This text font color is #593453.


Background Color

.myBgColor { background-color: #593453; }

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

This div background color is #593453.


Border color

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

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

This div border color is #593453.


Opacity

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

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

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

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

This text has shadow with #593453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593453 on black background.


Color preview on white background

This text has color #593453 on white background.



Black color preview on #593453 background

This text has black color on #593453 background.


White color preview on #593453 background

This text has white color on #593453 background.