COLOR #594351

HEX: #594351
RGB: (89,67,81)

Color info

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

RGB color model

#594351 color RGB value is (89,67,81).

  • red value is 89;
  • green value is 67;
  • blue value is 81.
RGB:
(89,67,81)
(35%,26%,32%)

RGB channels and saturation

R 89 of 255 = 35%
G 67 of 255 = 26%
B 81 of 255 = 32%

89
67
81

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

Portions of RGB colors in percentages

R + G + B =
89 + 67 + 81 = 237 (100%)
R 89 of 237 ~ 37.55%
G 67 of 237 ~ 28.27%
B 81 of 237 ~ 34.18%

%37.55
%28.27
%34.18

CMYK color model

#594351 color CMYK value is (0,25,9,65).

  • cyan value is 0.00%
  • magenta value is 24.72%
  • yellow value is 8.99%
  • key color value is 65.10%
CMYK:
(0,25,9,65)
C0M25Y9K65 
(0%,25%,9%,65%)
(0.00/0.25/0.09/0.65)	

CMYK percentages

%0
%24.72
%8.99
%65.1

Codes

Color #594351 in popluar color models

594351
RGB896781
HSL322°14.10%30.59%
HSB/HSV322°24.72%34.90%
CMYK0.00%24.72%8.99%
65.10%

Color #594351 in popluar number systems.

HEX594351
Decimal896781
Binary101100110000111010001
Octal131103121

Shades and tints

Shades of #594351

#594351
(89,67,81)
#513D4A
(81,61,74)
#493743
(73,55,67)
#41313C
(65,49,60)
#392B35
(57,43,53)
#31252E
(49,37,46)
#291F27
(41,31,39)
#211920
(33,25,32)
#191319
(25,19,25)
#110D12
(17,13,18)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #594351

#594351
(89,67,81)
#685460
(104,84,96)
#77656F
(119,101,111)
#86767E
(134,118,126)
#95878D
(149,135,141)
#A4989C
(164,152,156)
#B3A9AB
(179,169,171)
#C2BABA
(194,186,186)
#D1CBC9
(209,203,201)
#E0DCD8
(224,220,216)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594351 color. Also use rgb(89,67,81) instead hex code.

Text Font Color

.myTextColor { color: #594351; }

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

This text font color is #594351.


Background Color

.myBgColor { background-color: #594351; }

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

This div background color is #594351.


Border color

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

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

This div border color is #594351.


Opacity

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

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

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

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

This text has shadow with #594351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594351 on black background.


Color preview on white background

This text has color #594351 on white background.



Black color preview on #594351 background

This text has black color on #594351 background.


White color preview on #594351 background

This text has white color on #594351 background.