COLOR #594653

HEX: #594653
RGB: (89,70,83)

Color info

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

RGB color model

#594653 color RGB value is (89,70,83).

  • red value is 89;
  • green value is 70;
  • blue value is 83.
RGB:
(89,70,83)
(35%,27%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 83 of 255 = 33%

89
70
83

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 83 = 242 (100%)
R 89 of 242 ~ 36.78%
G 70 of 242 ~ 28.93%
B 83 of 242 ~ 34.3%

%36.78
%28.93
%34.3

CMYK color model

#594653 color CMYK value is (0,21,7,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK:
(0,21,7,65)
C0M21Y7K65 
(0%,21%,7%,65%)
(0.00/0.21/0.07/0.65)	

CMYK percentages

%0
%21.35
%6.74
%65.1

Codes

Color #594653 in popluar color models

594653
RGB897083
HSL319°11.95%31.18%
HSB/HSV319°21.35%34.90%
CMYK0.00%21.35%6.74%
65.10%

Color #594653 in popluar number systems.

HEX594653
Decimal897083
Binary101100110001101010011
Octal131106123

Shades and tints

Shades of #594653

#594653
(89,70,83)
#51404C
(81,64,76)
#493A45
(73,58,69)
#41343E
(65,52,62)
#392E37
(57,46,55)
#312830
(49,40,48)
#292229
(41,34,41)
#211C22
(33,28,34)
#19161B
(25,22,27)
#111014
(17,16,20)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #594653

#594653
(89,70,83)
#685662
(104,86,98)
#776671
(119,102,113)
#867680
(134,118,128)
#95868F
(149,134,143)
#A4969E
(164,150,158)
#B3A6AD
(179,166,173)
#C2B6BC
(194,182,188)
#D1C6CB
(209,198,203)
#E0D6DA
(224,214,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594653 color. Also use rgb(89,70,83) instead hex code.

Text Font Color

.myTextColor { color: #594653; }

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

This text font color is #594653.


Background Color

.myBgColor { background-color: #594653; }

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

This div background color is #594653.


Border color

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

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

This div border color is #594653.


Opacity

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

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

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

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

This text has shadow with #594653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594653 on black background.


Color preview on white background

This text has color #594653 on white background.



Black color preview on #594653 background

This text has black color on #594653 background.


White color preview on #594653 background

This text has white color on #594653 background.