COLOR #594352

HEX: #594352
RGB: (89,67,82)

Color info

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

RGB color model

#594352 color RGB value is (89,67,82).

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

RGB channels and saturation

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

89
67
82

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

Portions of RGB colors in percentages

R + G + B =
89 + 67 + 82 = 238 (100%)
R 89 of 238 ~ 37.39%
G 67 of 238 ~ 28.15%
B 82 of 238 ~ 34.45%

%37.39
%28.15
%34.45

CMYK color model

#594352 color CMYK value is (0,25,8,65).

  • cyan value is 0.00%
  • magenta value is 24.72%
  • yellow value is 7.87%
  • key color value is 65.10%
CMYK:
(0,25,8,65)
C0M25Y8K65 
(0%,25%,8%,65%)
(0.00/0.25/0.08/0.65)	

CMYK percentages

%0
%24.72
%7.87
%65.1

Codes

Color #594352 in popluar color models

594352
RGB896782
HSL319°14.10%30.59%
HSB/HSV319°24.72%34.90%
CMYK0.00%24.72%7.87%
65.10%

Color #594352 in popluar number systems.

HEX594352
Decimal896782
Binary101100110000111010010
Octal131103122

Shades and tints

Shades of #594352

#594352
(89,67,82)
#513D4B
(81,61,75)
#493744
(73,55,68)
#41313D
(65,49,61)
#392B36
(57,43,54)
#31252F
(49,37,47)
#291F28
(41,31,40)
#211921
(33,25,33)
#19131A
(25,19,26)
#110D13
(17,13,19)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #594352

#594352
(89,67,82)
#685461
(104,84,97)
#776570
(119,101,112)
#86767F
(134,118,127)
#95878E
(149,135,142)
#A4989D
(164,152,157)
#B3A9AC
(179,169,172)
#C2BABB
(194,186,187)
#D1CBCA
(209,203,202)
#E0DCD9
(224,220,217)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594352; }

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

This text font color is #594352.


Background Color

.myBgColor { background-color: #594352; }

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

This div background color is #594352.


Border color

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

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

This div border color is #594352.


Opacity

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

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

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

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

This text has shadow with #594352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594352 on black background.


Color preview on white background

This text has color #594352 on white background.



Black color preview on #594352 background

This text has black color on #594352 background.


White color preview on #594352 background

This text has white color on #594352 background.