COLOR #594350

HEX: #594350
RGB: (89,67,80)

Color info

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

RGB color model

#594350 color RGB value is (89,67,80).

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

RGB channels and saturation

R 89 of 255 = 35%
G 67 of 255 = 26%
B 80 of 255 = 31%

89
67
80

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

Portions of RGB colors in percentages

R + G + B =
89 + 67 + 80 = 236 (100%)
R 89 of 236 ~ 37.71%
G 67 of 236 ~ 28.39%
B 80 of 236 ~ 33.9%

%37.71
%28.39
%33.9

CMYK color model

#594350 color CMYK value is (0,25,10,65).

  • cyan value is 0.00%
  • magenta value is 24.72%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(0,25,10,65)
C0M25Y10K65 
(0%,25%,10%,65%)
(0.00/0.25/0.10/0.65)	

CMYK percentages

%0
%24.72
%10.11
%65.1

Codes

Color #594350 in popluar color models

594350
RGB896780
HSL325°14.10%30.59%
HSB/HSV325°24.72%34.90%
CMYK0.00%24.72%10.11%
65.10%

Color #594350 in popluar number systems.

HEX594350
Decimal896780
Binary101100110000111010000
Octal131103120

Shades and tints

Shades of #594350

#594350
(89,67,80)
#513D49
(81,61,73)
#493742
(73,55,66)
#41313B
(65,49,59)
#392B34
(57,43,52)
#31252D
(49,37,45)
#291F26
(41,31,38)
#21191F
(33,25,31)
#191318
(25,19,24)
#110D11
(17,13,17)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #594350

#594350
(89,67,80)
#68545F
(104,84,95)
#77656E
(119,101,110)
#86767D
(134,118,125)
#95878C
(149,135,140)
#A4989B
(164,152,155)
#B3A9AA
(179,169,170)
#C2BAB9
(194,186,185)
#D1CBC8
(209,203,200)
#E0DCD7
(224,220,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594350; }

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

This text font color is #594350.


Background Color

.myBgColor { background-color: #594350; }

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

This div background color is #594350.


Border color

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

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

This div border color is #594350.


Opacity

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

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

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

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

This text has shadow with #594350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594350 on black background.


Color preview on white background

This text has color #594350 on white background.



Black color preview on #594350 background

This text has black color on #594350 background.


White color preview on #594350 background

This text has white color on #594350 background.