COLOR #594258

HEX: #594258
RGB: (89,66,88)

Color info

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

RGB color model

#594258 color RGB value is (89,66,88).

  • red value is 89;
  • green value is 66;
  • blue value is 88.
RGB:
(89,66,88)
(35%,26%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 66 of 255 = 26%
B 88 of 255 = 35%

89
66
88

R + G + B ~ 32%. #594258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 66 + 88 = 243 (100%)
R 89 of 243 ~ 36.63%
G 66 of 243 ~ 27.16%
B 88 of 243 ~ 36.21%

%36.63
%27.16
%36.21

CMYK color model

#594258 color CMYK value is (0,26,1,65).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 1.12%
  • key color value is 65.10%
CMYK:
(0,26,1,65)
C0M26Y1K65 
(0%,26%,1%,65%)
(0.00/0.26/0.01/0.65)	

CMYK percentages

%0
%25.84
%1.12
%65.1

Codes

Color #594258 in popluar color models

594258
RGB896688
HSL303°14.84%30.39%
HSB/HSV303°25.84%34.90%
CMYK0.00%25.84%1.12%
65.10%

Color #594258 in popluar number systems.

HEX594258
Decimal896688
Binary101100110000101011000
Octal131102130

Shades and tints

Shades of #594258

#594258
(89,66,88)
#513C50
(81,60,80)
#493648
(73,54,72)
#413040
(65,48,64)
#392A38
(57,42,56)
#312430
(49,36,48)
#291E28
(41,30,40)
#211820
(33,24,32)
#191218
(25,18,24)
#110C10
(17,12,16)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #594258

#594258
(89,66,88)
#685367
(104,83,103)
#776476
(119,100,118)
#867585
(134,117,133)
#958694
(149,134,148)
#A497A3
(164,151,163)
#B3A8B2
(179,168,178)
#C2B9C1
(194,185,193)
#D1CAD0
(209,202,208)
#E0DBDF
(224,219,223)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594258 color. Also use rgb(89,66,88) instead hex code.

Text Font Color

.myTextColor { color: #594258; }

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

This text font color is #594258.


Background Color

.myBgColor { background-color: #594258; }

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

This div background color is #594258.


Border color

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

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

This div border color is #594258.


Opacity

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

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

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

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

This text has shadow with #594258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594258 on black background.


Color preview on white background

This text has color #594258 on white background.



Black color preview on #594258 background

This text has black color on #594258 background.


White color preview on #594258 background

This text has white color on #594258 background.