COLOR #592151

HEX: #592151
RGB: (89,33,81)

Color info

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

RGB color model

#592151 color RGB value is (89,33,81).

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

RGB channels and saturation

R 89 of 255 = 35%
G 33 of 255 = 13%
B 81 of 255 = 32%

89
33
81

R + G + B ~ 27%. #592151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 33 + 81 = 203 (100%)
R 89 of 203 ~ 43.84%
G 33 of 203 ~ 16.26%
B 81 of 203 ~ 39.9%

%43.84
%16.26
%39.9

CMYK color model

#592151 color CMYK value is (0,63,9,65).

  • cyan value is 0.00%
  • magenta value is 62.92%
  • yellow value is 8.99%
  • key color value is 65.10%
CMYK:
(0,63,9,65)
C0M63Y9K65 
(0%,63%,9%,65%)
(0.00/0.63/0.09/0.65)	

CMYK percentages

%0
%62.92
%8.99
%65.1

Codes

Color #592151 in popluar color models

592151
RGB893381
HSL309°45.90%23.92%
HSB/HSV309°62.92%34.90%
CMYK0.00%62.92%8.99%
65.10%

Color #592151 in popluar number systems.

HEX592151
Decimal893381
Binary10110011000011010001
Octal13141121

Shades and tints

Shades of #592151

#592151
(89,33,81)
#511E4A
(81,30,74)
#491B43
(73,27,67)
#41183C
(65,24,60)
#391535
(57,21,53)
#31122E
(49,18,46)
#290F27
(41,15,39)
#210C20
(33,12,32)
#190919
(25,9,25)
#110612
(17,6,18)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #592151

#592151
(89,33,81)
#683560
(104,53,96)
#77496F
(119,73,111)
#865D7E
(134,93,126)
#95718D
(149,113,141)
#A4859C
(164,133,156)
#B399AB
(179,153,171)
#C2ADBA
(194,173,186)
#D1C1C9
(209,193,201)
#E0D5D8
(224,213,216)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592151 color. Also use rgb(89,33,81) instead hex code.

Text Font Color

.myTextColor { color: #592151; }

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

This text font color is #592151.


Background Color

.myBgColor { background-color: #592151; }

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

This div background color is #592151.


Border color

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

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

This div border color is #592151.


Opacity

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

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

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

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

This text has shadow with #592151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592151 on black background.


Color preview on white background

This text has color #592151 on white background.



Black color preview on #592151 background

This text has black color on #592151 background.


White color preview on #592151 background

This text has white color on #592151 background.