COLOR #592F62

HEX: #592F62
RGB: (89,47,98)

Color info

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

RGB color model

#592F62 color RGB value is (89,47,98).

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

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 98 of 255 = 38%

89
47
98

R + G + B ~ 30%. #592F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 98 = 234 (100%)
R 89 of 234 ~ 38.03%
G 47 of 234 ~ 20.09%
B 98 of 234 ~ 41.88%

%38.03
%20.09
%41.88

CMYK color model

#592F62 color CMYK value is (9,52,0,62).

  • cyan value is 9.18%
  • magenta value is 52.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(9,52,0,62)
C9M52Y0K62 
(9%,52%,0%,62%)
(0.09/0.52/0.00/0.62)	

CMYK percentages

%9.18
%52.04
%0
%61.57

Codes

Color #592F62 in popluar color models

592F62
RGB894798
HSL289°35.17%28.43%
HSB/HSV289°52.04%38.43%
CMYK9.18%52.04%0.00%
61.57%

Color #592F62 in popluar number systems.

HEX592F62
Decimal894798
Binary10110011011111100010
Octal13157142

Shades and tints

Shades of #592F62

#592F62
(89,47,98)
#512B5A
(81,43,90)
#492752
(73,39,82)
#41234A
(65,35,74)
#391F42
(57,31,66)
#311B3A
(49,27,58)
#291732
(41,23,50)
#21132A
(33,19,42)
#190F22
(25,15,34)
#110B1A
(17,11,26)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #592F62

#592F62
(89,47,98)
#684170
(104,65,112)
#77537E
(119,83,126)
#86658C
(134,101,140)
#95779A
(149,119,154)
#A489A8
(164,137,168)
#B39BB6
(179,155,182)
#C2ADC4
(194,173,196)
#D1BFD2
(209,191,210)
#E0D1E0
(224,209,224)
#EFE3EE
(239,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592F62; }

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

This text font color is #592F62.


Background Color

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

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

This div background color is #592F62.


Border color

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

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

This div border color is #592F62.


Opacity

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

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

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

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

This text has shadow with #592F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592F62 on black background.


Color preview on white background

This text has color #592F62 on white background.



Black color preview on #592F62 background

This text has black color on #592F62 background.


White color preview on #592F62 background

This text has white color on #592F62 background.