COLOR #592A73

HEX: #592A73
RGB: (89,42,115)

Color info

#592A73 contains mainly red and blue colors. Web safe color of #592A73 is #663366 (or #636).

RGB color model

#592A73 color RGB value is (89,42,115).

  • red value is 89;
  • green value is 42;
  • blue value is 115.
RGB:
(89,42,115)
(35%,16%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 42 of 255 = 16%
B 115 of 255 = 45%

89
42
115

R + G + B ~ 32%. #592A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 42 + 115 = 246 (100%)
R 89 of 246 ~ 36.18%
G 42 of 246 ~ 17.07%
B 115 of 246 ~ 46.75%

%36.18
%17.07
%46.75

CMYK color model

#592A73 color CMYK value is (23,63,0,55).

  • cyan value is 22.61%
  • magenta value is 63.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,63,0,55)
C23M63Y0K55 
(23%,63%,0%,55%)
(0.23/0.63/0.00/0.55)	

CMYK percentages

%22.61
%63.48
%0
%54.9

Codes

Color #592A73 in popluar color models

592A73
RGB8942115
HSL279°46.50%30.78%
HSB/HSV279°63.48%45.10%
CMYK22.61%63.48%0.00%
54.90%

Color #592A73 in popluar number systems.

HEX592A73
Decimal8942115
Binary10110011010101110011
Octal13152163

Shades and tints

Shades of #592A73

#592A73
(89,42,115)
#512769
(81,39,105)
#49245F
(73,36,95)
#412155
(65,33,85)
#391E4B
(57,30,75)
#311B41
(49,27,65)
#291837
(41,24,55)
#21152D
(33,21,45)
#191223
(25,18,35)
#110F19
(17,15,25)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #592A73

#592A73
(89,42,115)
#683D7F
(104,61,127)
#77508B
(119,80,139)
#866397
(134,99,151)
#9576A3
(149,118,163)
#A489AF
(164,137,175)
#B39CBB
(179,156,187)
#C2AFC7
(194,175,199)
#D1C2D3
(209,194,211)
#E0D5DF
(224,213,223)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592A73 color. Also use rgb(89,42,115) instead hex code.

Text Font Color

.myTextColor { color: #592A73; }

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

This text font color is #592A73.


Background Color

.myBgColor { background-color: #592A73; }

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

This div background color is #592A73.


Border color

.myBorderColor { border: 1px solid #592A73; }

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

This div border color is #592A73.


Opacity

.myOpacity80 { color: #592A73; opacity: 0.8; }

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

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

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

This text has shadow with #592A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592A73 on black background.


Color preview on white background

This text has color #592A73 on white background.



Black color preview on #592A73 background

This text has black color on #592A73 background.


White color preview on #592A73 background

This text has white color on #592A73 background.