COLOR #592951

HEX: #592951
RGB: (89,41,81)

Color info

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

RGB color model

#592951 color RGB value is (89,41,81).

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

RGB channels and saturation

R 89 of 255 = 35%
G 41 of 255 = 16%
B 81 of 255 = 32%

89
41
81

R + G + B ~ 28%. #592951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 41 + 81 = 211 (100%)
R 89 of 211 ~ 42.18%
G 41 of 211 ~ 19.43%
B 81 of 211 ~ 38.39%

%42.18
%19.43
%38.39

CMYK color model

#592951 color CMYK value is (0,54,9,65).

  • cyan value is 0.00%
  • magenta value is 53.93%
  • yellow value is 8.99%
  • key color value is 65.10%
CMYK:
(0,54,9,65)
C0M54Y9K65 
(0%,54%,9%,65%)
(0.00/0.54/0.09/0.65)	

CMYK percentages

%0
%53.93
%8.99
%65.1

Codes

Color #592951 in popluar color models

592951
RGB894181
HSL310°36.92%25.49%
HSB/HSV310°53.93%34.90%
CMYK0.00%53.93%8.99%
65.10%

Color #592951 in popluar number systems.

HEX592951
Decimal894181
Binary10110011010011010001
Octal13151121

Shades and tints

Shades of #592951

#592951
(89,41,81)
#51264A
(81,38,74)
#492343
(73,35,67)
#41203C
(65,32,60)
#391D35
(57,29,53)
#311A2E
(49,26,46)
#291727
(41,23,39)
#211420
(33,20,32)
#191119
(25,17,25)
#110E12
(17,14,18)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #592951

#592951
(89,41,81)
#683C60
(104,60,96)
#774F6F
(119,79,111)
#86627E
(134,98,126)
#95758D
(149,117,141)
#A4889C
(164,136,156)
#B39BAB
(179,155,171)
#C2AEBA
(194,174,186)
#D1C1C9
(209,193,201)
#E0D4D8
(224,212,216)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592951; }

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

This text font color is #592951.


Background Color

.myBgColor { background-color: #592951; }

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

This div background color is #592951.


Border color

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

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

This div border color is #592951.


Opacity

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

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

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

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

This text has shadow with #592951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592951 on black background.


Color preview on white background

This text has color #592951 on white background.



Black color preview on #592951 background

This text has black color on #592951 background.


White color preview on #592951 background

This text has white color on #592951 background.