COLOR #592067

HEX: #592067
RGB: (89,32,103)

Color info

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

RGB color model

#592067 color RGB value is (89,32,103).

  • red value is 89;
  • green value is 32;
  • blue value is 103.
RGB:
(89,32,103)
(35%,13%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 32 of 255 = 13%
B 103 of 255 = 40%

89
32
103

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

Portions of RGB colors in percentages

R + G + B =
89 + 32 + 103 = 224 (100%)
R 89 of 224 ~ 39.73%
G 32 of 224 ~ 14.29%
B 103 of 224 ~ 45.98%

%39.73
%14.29
%45.98

CMYK color model

#592067 color CMYK value is (14,69,0,60).

  • cyan value is 13.59%
  • magenta value is 68.93%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(14,69,0,60)
C14M69Y0K60 
(14%,69%,0%,60%)
(0.14/0.69/0.00/0.60)	

CMYK percentages

%13.59
%68.93
%0
%59.61

Codes

Color #592067 in popluar color models

592067
RGB8932103
HSL288°52.59%26.47%
HSB/HSV288°68.93%40.39%
CMYK13.59%68.93%0.00%
59.61%

Color #592067 in popluar number systems.

HEX592067
Decimal8932103
Binary10110011000001100111
Octal13140147

Shades and tints

Shades of #592067

#592067
(89,32,103)
#511E5E
(81,30,94)
#491C55
(73,28,85)
#411A4C
(65,26,76)
#391843
(57,24,67)
#31163A
(49,22,58)
#291431
(41,20,49)
#211228
(33,18,40)
#19101F
(25,16,31)
#110E16
(17,14,22)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #592067

#592067
(89,32,103)
#683474
(104,52,116)
#774881
(119,72,129)
#865C8E
(134,92,142)
#95709B
(149,112,155)
#A484A8
(164,132,168)
#B398B5
(179,152,181)
#C2ACC2
(194,172,194)
#D1C0CF
(209,192,207)
#E0D4DC
(224,212,220)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592067 color. Also use rgb(89,32,103) instead hex code.

Text Font Color

.myTextColor { color: #592067; }

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

This text font color is #592067.


Background Color

.myBgColor { background-color: #592067; }

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

This div background color is #592067.


Border color

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

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

This div border color is #592067.


Opacity

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

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

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

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

This text has shadow with #592067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592067 on black background.


Color preview on white background

This text has color #592067 on white background.



Black color preview on #592067 background

This text has black color on #592067 background.


White color preview on #592067 background

This text has white color on #592067 background.