COLOR #592453

HEX: #592453
RGB: (89,36,83)

Color info

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

RGB color model

#592453 color RGB value is (89,36,83).

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

RGB channels and saturation

R 89 of 255 = 35%
G 36 of 255 = 14%
B 83 of 255 = 33%

89
36
83

R + G + B ~ 27%. #592453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 36 + 83 = 208 (100%)
R 89 of 208 ~ 42.79%
G 36 of 208 ~ 17.31%
B 83 of 208 ~ 39.9%

%42.79
%17.31
%39.9

CMYK color model

#592453 color CMYK value is (0,60,7,65).

  • cyan value is 0.00%
  • magenta value is 59.55%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK:
(0,60,7,65)
C0M60Y7K65 
(0%,60%,7%,65%)
(0.00/0.60/0.07/0.65)	

CMYK percentages

%0
%59.55
%6.74
%65.1

Codes

Color #592453 in popluar color models

592453
RGB893683
HSL307°42.40%24.51%
HSB/HSV307°59.55%34.90%
CMYK0.00%59.55%6.74%
65.10%

Color #592453 in popluar number systems.

HEX592453
Decimal893683
Binary10110011001001010011
Octal13144123

Shades and tints

Shades of #592453

#592453
(89,36,83)
#51214C
(81,33,76)
#491E45
(73,30,69)
#411B3E
(65,27,62)
#391837
(57,24,55)
#311530
(49,21,48)
#291229
(41,18,41)
#210F22
(33,15,34)
#190C1B
(25,12,27)
#110914
(17,9,20)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #592453

#592453
(89,36,83)
#683762
(104,55,98)
#774A71
(119,74,113)
#865D80
(134,93,128)
#95708F
(149,112,143)
#A4839E
(164,131,158)
#B396AD
(179,150,173)
#C2A9BC
(194,169,188)
#D1BCCB
(209,188,203)
#E0CFDA
(224,207,218)
#EFE2E9
(239,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592453; }

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

This text font color is #592453.


Background Color

.myBgColor { background-color: #592453; }

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

This div background color is #592453.


Border color

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

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

This div border color is #592453.


Opacity

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

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

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

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

This text has shadow with #592453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592453 on black background.


Color preview on white background

This text has color #592453 on white background.



Black color preview on #592453 background

This text has black color on #592453 background.


White color preview on #592453 background

This text has white color on #592453 background.