COLOR #594140

HEX: #594140
RGB: (89,65,64)

Color info

#594140 contains red, green and blue colors in about the same proportion. Web safe color of #594140 is #663333 (or #633).

RGB color model

#594140 color RGB value is (89,65,64).

  • red value is 89;
  • green value is 65;
  • blue value is 64.
RGB:
(89,65,64)
(35%,25%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 64 of 255 = 25%

89
65
64

R + G + B ~ 28%. #594140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 64 = 218 (100%)
R 89 of 218 ~ 40.83%
G 65 of 218 ~ 29.82%
B 64 of 218 ~ 29.36%

%40.83
%29.82
%29.36

CMYK color model

#594140 color CMYK value is (0,27,28,65).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(0,27,28,65)
C0M27Y28K65 
(0%,27%,28%,65%)
(0.00/0.27/0.28/0.65)	

CMYK percentages

%0
%26.97
%28.09
%65.1

Codes

Color #594140 in popluar color models

594140
RGB896564
HSL16.34%30.00%
HSB/HSV28.09%34.90%
CMYK0.00%26.97%28.09%
65.10%

Color #594140 in popluar number systems.

HEX594140
Decimal896564
Binary101100110000011000000
Octal131101100

Shades and tints

Shades of #594140

#594140
(89,65,64)
#513C3B
(81,60,59)
#493736
(73,55,54)
#413231
(65,50,49)
#392D2C
(57,45,44)
#312827
(49,40,39)
#292322
(41,35,34)
#211E1D
(33,30,29)
#191918
(25,25,24)
#111413
(17,20,19)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #594140

#594140
(89,65,64)
#685251
(104,82,81)
#776362
(119,99,98)
#867473
(134,116,115)
#958584
(149,133,132)
#A49695
(164,150,149)
#B3A7A6
(179,167,166)
#C2B8B7
(194,184,183)
#D1C9C8
(209,201,200)
#E0DAD9
(224,218,217)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594140 color. Also use rgb(89,65,64) instead hex code.

Text Font Color

.myTextColor { color: #594140; }

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

This text font color is #594140.


Background Color

.myBgColor { background-color: #594140; }

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

This div background color is #594140.


Border color

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

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

This div border color is #594140.


Opacity

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

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

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

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

This text has shadow with #594140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594140 on black background.


Color preview on white background

This text has color #594140 on white background.



Black color preview on #594140 background

This text has black color on #594140 background.


White color preview on #594140 background

This text has white color on #594140 background.