COLOR #592F7A

HEX: #592F7A
RGB: (89,47,122)

Color info

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

RGB color model

#592F7A color RGB value is (89,47,122).

  • red value is 89;
  • green value is 47;
  • blue value is 122.
RGB:
(89,47,122)
(35%,18%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 122 of 255 = 48%

89
47
122

R + G + B ~ 34%. #592F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 122 = 258 (100%)
R 89 of 258 ~ 34.5%
G 47 of 258 ~ 18.22%
B 122 of 258 ~ 47.29%

%34.5
%18.22
%47.29

CMYK color model

#592F7A color CMYK value is (27,61,0,52).

  • cyan value is 27.05%
  • magenta value is 61.48%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(27,61,0,52)
C27M61Y0K52 
(27%,61%,0%,52%)
(0.27/0.61/0.00/0.52)	

CMYK percentages

%27.05
%61.48
%0
%52.16

Codes

Color #592F7A in popluar color models

592F7A
RGB8947122
HSL274°44.38%33.14%
HSB/HSV274°61.48%47.84%
CMYK27.05%61.48%0.00%
52.16%

Color #592F7A in popluar number systems.

HEX592F7A
Decimal8947122
Binary10110011011111111010
Octal13157172

Shades and tints

Shades of #592F7A

#592F7A
(89,47,122)
#512B6F
(81,43,111)
#492764
(73,39,100)
#412359
(65,35,89)
#391F4E
(57,31,78)
#311B43
(49,27,67)
#291738
(41,23,56)
#21132D
(33,19,45)
#190F22
(25,15,34)
#110B17
(17,11,23)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #592F7A

#592F7A
(89,47,122)
#684186
(104,65,134)
#775392
(119,83,146)
#86659E
(134,101,158)
#9577AA
(149,119,170)
#A489B6
(164,137,182)
#B39BC2
(179,155,194)
#C2ADCE
(194,173,206)
#D1BFDA
(209,191,218)
#E0D1E6
(224,209,230)
#EFE3F2
(239,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592F7A color. Also use rgb(89,47,122) instead hex code.

Text Font Color

.myTextColor { color: #592F7A; }

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

This text font color is #592F7A.


Background Color

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

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

This div background color is #592F7A.


Border color

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

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

This div border color is #592F7A.


Opacity

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

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

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

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

This text has shadow with #592F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592F7A on black background.


Color preview on white background

This text has color #592F7A on white background.



Black color preview on #592F7A background

This text has black color on #592F7A background.


White color preview on #592F7A background

This text has white color on #592F7A background.