COLOR #592F64

HEX: #592F64
RGB: (89,47,100)

Color info

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

RGB color model

#592F64 color RGB value is (89,47,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 100 of 255 = 39%

89
47
100

R + G + B ~ 31%. #592F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 100 = 236 (100%)
R 89 of 236 ~ 37.71%
G 47 of 236 ~ 19.92%
B 100 of 236 ~ 42.37%

%37.71
%19.92
%42.37

CMYK color model

#592F64 color CMYK value is (11,53,0,61).

  • cyan value is 11.00%
  • magenta value is 53.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(11,53,0,61)
C11M53Y0K61 
(11%,53%,0%,61%)
(0.11/0.53/0.00/0.61)	

CMYK percentages

%11
%53
%0
%60.78

Codes

Color #592F64 in popluar color models

592F64
RGB8947100
HSL288°36.05%28.82%
HSB/HSV288°53.00%39.22%
CMYK11.00%53.00%0.00%
60.78%

Color #592F64 in popluar number systems.

HEX592F64
Decimal8947100
Binary10110011011111100100
Octal13157144

Shades and tints

Shades of #592F64

#592F64
(89,47,100)
#512B5B
(81,43,91)
#492752
(73,39,82)
#412349
(65,35,73)
#391F40
(57,31,64)
#311B37
(49,27,55)
#29172E
(41,23,46)
#211325
(33,19,37)
#190F1C
(25,15,28)
#110B13
(17,11,19)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #592F64

#592F64
(89,47,100)
#684172
(104,65,114)
#775380
(119,83,128)
#86658E
(134,101,142)
#95779C
(149,119,156)
#A489AA
(164,137,170)
#B39BB8
(179,155,184)
#C2ADC6
(194,173,198)
#D1BFD4
(209,191,212)
#E0D1E2
(224,209,226)
#EFE3F0
(239,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592F64; }

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

This text font color is #592F64.


Background Color

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

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

This div background color is #592F64.


Border color

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

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

This div border color is #592F64.


Opacity

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

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

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

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

This text has shadow with #592F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592F64 on black background.


Color preview on white background

This text has color #592F64 on white background.



Black color preview on #592F64 background

This text has black color on #592F64 background.


White color preview on #592F64 background

This text has white color on #592F64 background.