COLOR #592B6B

HEX: #592B6B
RGB: (89,43,107)

Color info

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

RGB color model

#592B6B color RGB value is (89,43,107).

  • red value is 89;
  • green value is 43;
  • blue value is 107.
RGB:
(89,43,107)
(35%,17%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 43 of 255 = 17%
B 107 of 255 = 42%

89
43
107

R + G + B ~ 31%. #592B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 43 + 107 = 239 (100%)
R 89 of 239 ~ 37.24%
G 43 of 239 ~ 17.99%
B 107 of 239 ~ 44.77%

%37.24
%17.99
%44.77

CMYK color model

#592B6B color CMYK value is (17,60,0,58).

  • cyan value is 16.82%
  • magenta value is 59.81%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(17,60,0,58)
C17M60Y0K58 
(17%,60%,0%,58%)
(0.17/0.60/0.00/0.58)	

CMYK percentages

%16.82
%59.81
%0
%58.04

Codes

Color #592B6B in popluar color models

592B6B
RGB8943107
HSL283°42.67%29.41%
HSB/HSV283°59.81%41.96%
CMYK16.82%59.81%0.00%
58.04%

Color #592B6B in popluar number systems.

HEX592B6B
Decimal8943107
Binary10110011010111101011
Octal13153153

Shades and tints

Shades of #592B6B

#592B6B
(89,43,107)
#512862
(81,40,98)
#492559
(73,37,89)
#412250
(65,34,80)
#391F47
(57,31,71)
#311C3E
(49,28,62)
#291935
(41,25,53)
#21162C
(33,22,44)
#191323
(25,19,35)
#11101A
(17,16,26)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #592B6B

#592B6B
(89,43,107)
#683E78
(104,62,120)
#775185
(119,81,133)
#866492
(134,100,146)
#95779F
(149,119,159)
#A48AAC
(164,138,172)
#B39DB9
(179,157,185)
#C2B0C6
(194,176,198)
#D1C3D3
(209,195,211)
#E0D6E0
(224,214,224)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592B6B color. Also use rgb(89,43,107) instead hex code.

Text Font Color

.myTextColor { color: #592B6B; }

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

This text font color is #592B6B.


Background Color

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

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

This div background color is #592B6B.


Border color

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

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

This div border color is #592B6B.


Opacity

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

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

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

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

This text has shadow with #592B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592B6B on black background.


Color preview on white background

This text has color #592B6B on white background.



Black color preview on #592B6B background

This text has black color on #592B6B background.


White color preview on #592B6B background

This text has white color on #592B6B background.