COLOR #594E44

HEX: #594E44
RGB: (89,78,68)

Color info

#594E44 contains red, green and blue colors in about the same proportion. Web safe color of #594E44 is #666633 (or #663).

RGB color model

#594E44 color RGB value is (89,78,68).

  • red value is 89;
  • green value is 78;
  • blue value is 68.
RGB:
(89,78,68)
(35%,31%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 68 of 255 = 27%

89
78
68

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

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 68 = 235 (100%)
R 89 of 235 ~ 37.87%
G 78 of 235 ~ 33.19%
B 68 of 235 ~ 28.94%

%37.87
%33.19
%28.94

CMYK color model

#594E44 color CMYK value is (0,12,24,65).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 23.60%
  • key color value is 65.10%
CMYK:
(0,12,24,65)
C0M12Y24K65 
(0%,12%,24%,65%)
(0.00/0.12/0.24/0.65)	

CMYK percentages

%0
%12.36
%23.6
%65.1

Codes

Color #594E44 in popluar color models

594E44
RGB897868
HSL29°13.38%30.78%
HSB/HSV29°23.60%34.90%
CMYK0.00%12.36%23.60%
65.10%

Color #594E44 in popluar number systems.

HEX594E44
Decimal897868
Binary101100110011101000100
Octal131116104

Shades and tints

Shades of #594E44

#594E44
(89,78,68)
#51473E
(81,71,62)
#494038
(73,64,56)
#413932
(65,57,50)
#39322C
(57,50,44)
#312B26
(49,43,38)
#292420
(41,36,32)
#211D1A
(33,29,26)
#191614
(25,22,20)
#110F0E
(17,15,14)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #594E44

#594E44
(89,78,68)
#685E55
(104,94,85)
#776E66
(119,110,102)
#867E77
(134,126,119)
#958E88
(149,142,136)
#A49E99
(164,158,153)
#B3AEAA
(179,174,170)
#C2BEBB
(194,190,187)
#D1CECC
(209,206,204)
#E0DEDD
(224,222,221)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594E44 color. Also use rgb(89,78,68) instead hex code.

Text Font Color

.myTextColor { color: #594E44; }

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

This text font color is #594E44.


Background Color

.myBgColor { background-color: #594E44; }

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

This div background color is #594E44.


Border color

.myBorderColor { border: 1px solid #594E44; }

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

This div border color is #594E44.


Opacity

.myOpacity80 { color: #594E44; opacity: 0.8; }

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

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

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

This text has shadow with #594E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E44 on black background.


Color preview on white background

This text has color #594E44 on white background.



Black color preview on #594E44 background

This text has black color on #594E44 background.


White color preview on #594E44 background

This text has white color on #594E44 background.