COLOR #594E4D

HEX: #594E4D
RGB: (89,78,77)

Color info

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

RGB color model

#594E4D color RGB value is (89,78,77).

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

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 77 of 255 = 30%

89
78
77

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

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 77 = 244 (100%)
R 89 of 244 ~ 36.48%
G 78 of 244 ~ 31.97%
B 77 of 244 ~ 31.56%

%36.48
%31.97
%31.56

CMYK color model

#594E4D color CMYK value is (0,12,13,65).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 13.48%
  • key color value is 65.10%
CMYK:
(0,12,13,65)
C0M12Y13K65 
(0%,12%,13%,65%)
(0.00/0.12/0.13/0.65)	

CMYK percentages

%0
%12.36
%13.48
%65.1

Codes

Color #594E4D in popluar color models

594E4D
RGB897877
HSL7.23%32.55%
HSB/HSV13.48%34.90%
CMYK0.00%12.36%13.48%
65.10%

Color #594E4D in popluar number systems.

HEX594E4D
Decimal897877
Binary101100110011101001101
Octal131116115

Shades and tints

Shades of #594E4D

#594E4D
(89,78,77)
#514746
(81,71,70)
#49403F
(73,64,63)
#413938
(65,57,56)
#393231
(57,50,49)
#312B2A
(49,43,42)
#292423
(41,36,35)
#211D1C
(33,29,28)
#191615
(25,22,21)
#110F0E
(17,15,14)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #594E4D

#594E4D
(89,78,77)
#685E5D
(104,94,93)
#776E6D
(119,110,109)
#867E7D
(134,126,125)
#958E8D
(149,142,141)
#A49E9D
(164,158,157)
#B3AEAD
(179,174,173)
#C2BEBD
(194,190,189)
#D1CECD
(209,206,205)
#E0DEDD
(224,222,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594E4D; }

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

This text font color is #594E4D.


Background Color

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

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

This div background color is #594E4D.


Border color

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

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

This div border color is #594E4D.


Opacity

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

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

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

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

This text has shadow with #594E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E4D on black background.


Color preview on white background

This text has color #594E4D on white background.



Black color preview on #594E4D background

This text has black color on #594E4D background.


White color preview on #594E4D background

This text has white color on #594E4D background.