COLOR #592E55

HEX: #592E55
RGB: (89,46,85)

Color info

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

RGB color model

#592E55 color RGB value is (89,46,85).

  • red value is 89;
  • green value is 46;
  • blue value is 85.
RGB:
(89,46,85)
(35%,18%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 46 of 255 = 18%
B 85 of 255 = 33%

89
46
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 46 + 85 = 220 (100%)
R 89 of 220 ~ 40.45%
G 46 of 220 ~ 20.91%
B 85 of 220 ~ 38.64%

%40.45
%20.91
%38.64

CMYK color model

#592E55 color CMYK value is (0,48,4,65).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 4.49%
  • key color value is 65.10%
CMYK:
(0,48,4,65)
C0M48Y4K65 
(0%,48%,4%,65%)
(0.00/0.48/0.04/0.65)	

CMYK percentages

%0
%48.31
%4.49
%65.1

Codes

Color #592E55 in popluar color models

592E55
RGB894685
HSL306°31.85%26.47%
HSB/HSV306°48.31%34.90%
CMYK0.00%48.31%4.49%
65.10%

Color #592E55 in popluar number systems.

HEX592E55
Decimal894685
Binary10110011011101010101
Octal13156125

Shades and tints

Shades of #592E55

#592E55
(89,46,85)
#512A4E
(81,42,78)
#492647
(73,38,71)
#412240
(65,34,64)
#391E39
(57,30,57)
#311A32
(49,26,50)
#29162B
(41,22,43)
#211224
(33,18,36)
#190E1D
(25,14,29)
#110A16
(17,10,22)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #592E55

#592E55
(89,46,85)
#684164
(104,65,100)
#775473
(119,84,115)
#866782
(134,103,130)
#957A91
(149,122,145)
#A48DA0
(164,141,160)
#B3A0AF
(179,160,175)
#C2B3BE
(194,179,190)
#D1C6CD
(209,198,205)
#E0D9DC
(224,217,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592E55 color. Also use rgb(89,46,85) instead hex code.

Text Font Color

.myTextColor { color: #592E55; }

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

This text font color is #592E55.


Background Color

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

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

This div background color is #592E55.


Border color

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

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

This div border color is #592E55.


Opacity

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

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

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

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

This text has shadow with #592E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592E55 on black background.


Color preview on white background

This text has color #592E55 on white background.



Black color preview on #592E55 background

This text has black color on #592E55 background.


White color preview on #592E55 background

This text has white color on #592E55 background.