COLOR #592A4F

HEX: #592A4F
RGB: (89,42,79)

Color info

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

RGB color model

#592A4F color RGB value is (89,42,79).

  • red value is 89;
  • green value is 42;
  • blue value is 79.
RGB:
(89,42,79)
(35%,16%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 42 of 255 = 16%
B 79 of 255 = 31%

89
42
79

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

Portions of RGB colors in percentages

R + G + B =
89 + 42 + 79 = 210 (100%)
R 89 of 210 ~ 42.38%
G 42 of 210 ~ 20%
B 79 of 210 ~ 37.62%

%42.38
%20
%37.62

CMYK color model

#592A4F color CMYK value is (0,53,11,65).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(0,53,11,65)
C0M53Y11K65 
(0%,53%,11%,65%)
(0.00/0.53/0.11/0.65)	

CMYK percentages

%0
%52.81
%11.24
%65.1

Codes

Color #592A4F in popluar color models

592A4F
RGB894279
HSL313°35.88%25.69%
HSB/HSV313°52.81%34.90%
CMYK0.00%52.81%11.24%
65.10%

Color #592A4F in popluar number systems.

HEX592A4F
Decimal894279
Binary10110011010101001111
Octal13152117

Shades and tints

Shades of #592A4F

#592A4F
(89,42,79)
#512748
(81,39,72)
#492441
(73,36,65)
#41213A
(65,33,58)
#391E33
(57,30,51)
#311B2C
(49,27,44)
#291825
(41,24,37)
#21151E
(33,21,30)
#191217
(25,18,23)
#110F10
(17,15,16)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #592A4F

#592A4F
(89,42,79)
#683D5F
(104,61,95)
#77506F
(119,80,111)
#86637F
(134,99,127)
#95768F
(149,118,143)
#A4899F
(164,137,159)
#B39CAF
(179,156,175)
#C2AFBF
(194,175,191)
#D1C2CF
(209,194,207)
#E0D5DF
(224,213,223)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592A4F color. Also use rgb(89,42,79) instead hex code.

Text Font Color

.myTextColor { color: #592A4F; }

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

This text font color is #592A4F.


Background Color

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

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

This div background color is #592A4F.


Border color

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

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

This div border color is #592A4F.


Opacity

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

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

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

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

This text has shadow with #592A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592A4F on black background.


Color preview on white background

This text has color #592A4F on white background.



Black color preview on #592A4F background

This text has black color on #592A4F background.


White color preview on #592A4F background

This text has white color on #592A4F background.