COLOR #592F56

HEX: #592F56
RGB: (89,47,86)

Color info

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

RGB color model

#592F56 color RGB value is (89,47,86).

  • red value is 89;
  • green value is 47;
  • blue value is 86.
RGB:
(89,47,86)
(35%,18%,34%)

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 86 of 255 = 34%

89
47
86

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

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 86 = 222 (100%)
R 89 of 222 ~ 40.09%
G 47 of 222 ~ 21.17%
B 86 of 222 ~ 38.74%

%40.09
%21.17
%38.74

CMYK color model

#592F56 color CMYK value is (0,47,3,65).

  • cyan value is 0.00%
  • magenta value is 47.19%
  • yellow value is 3.37%
  • key color value is 65.10%
CMYK:
(0,47,3,65)
C0M47Y3K65 
(0%,47%,3%,65%)
(0.00/0.47/0.03/0.65)	

CMYK percentages

%0
%47.19
%3.37
%65.1

Codes

Color #592F56 in popluar color models

592F56
RGB894786
HSL304°30.88%26.67%
HSB/HSV304°47.19%34.90%
CMYK0.00%47.19%3.37%
65.10%

Color #592F56 in popluar number systems.

HEX592F56
Decimal894786
Binary10110011011111010110
Octal13157126

Shades and tints

Shades of #592F56

#592F56
(89,47,86)
#512B4F
(81,43,79)
#492748
(73,39,72)
#412341
(65,35,65)
#391F3A
(57,31,58)
#311B33
(49,27,51)
#29172C
(41,23,44)
#211325
(33,19,37)
#190F1E
(25,15,30)
#110B17
(17,11,23)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #592F56

#592F56
(89,47,86)
#684165
(104,65,101)
#775374
(119,83,116)
#866583
(134,101,131)
#957792
(149,119,146)
#A489A1
(164,137,161)
#B39BB0
(179,155,176)
#C2ADBF
(194,173,191)
#D1BFCE
(209,191,206)
#E0D1DD
(224,209,221)
#EFE3EC
(239,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592F56 color. Also use rgb(89,47,86) instead hex code.

Text Font Color

.myTextColor { color: #592F56; }

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

This text font color is #592F56.


Background Color

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

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

This div background color is #592F56.


Border color

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

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

This div border color is #592F56.


Opacity

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

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

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

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

This text has shadow with #592F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592F56 on black background.


Color preview on white background

This text has color #592F56 on white background.



Black color preview on #592F56 background

This text has black color on #592F56 background.


White color preview on #592F56 background

This text has white color on #592F56 background.