COLOR #594E4C

HEX: #594E4C
RGB: (89,78,76)

Color info

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

RGB color model

#594E4C color RGB value is (89,78,76).

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

RGB channels and saturation

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

89
78
76

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

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 76 = 243 (100%)
R 89 of 243 ~ 36.63%
G 78 of 243 ~ 32.1%
B 76 of 243 ~ 31.28%

%36.63
%32.1
%31.28

CMYK color model

#594E4C color CMYK value is (0,12,15,65).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,12,15,65)
C0M12Y15K65 
(0%,12%,15%,65%)
(0.00/0.12/0.15/0.65)	

CMYK percentages

%0
%12.36
%14.61
%65.1

Codes

Color #594E4C in popluar color models

594E4C
RGB897876
HSL7.88%32.35%
HSB/HSV14.61%34.90%
CMYK0.00%12.36%14.61%
65.10%

Color #594E4C in popluar number systems.

HEX594E4C
Decimal897876
Binary101100110011101001100
Octal131116114

Shades and tints

Shades of #594E4C

#594E4C
(89,78,76)
#514746
(81,71,70)
#494040
(73,64,64)
#41393A
(65,57,58)
#393234
(57,50,52)
#312B2E
(49,43,46)
#292428
(41,36,40)
#211D22
(33,29,34)
#19161C
(25,22,28)
#110F16
(17,15,22)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #594E4C

#594E4C
(89,78,76)
#685E5C
(104,94,92)
#776E6C
(119,110,108)
#867E7C
(134,126,124)
#958E8C
(149,142,140)
#A49E9C
(164,158,156)
#B3AEAC
(179,174,172)
#C2BEBC
(194,190,188)
#D1CECC
(209,206,204)
#E0DEDC
(224,222,220)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594E4C; }

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

This text font color is #594E4C.


Background Color

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

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

This div background color is #594E4C.


Border color

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

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

This div border color is #594E4C.


Opacity

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

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

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

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

This text has shadow with #594E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E4C on black background.


Color preview on white background

This text has color #594E4C on white background.



Black color preview on #594E4C background

This text has black color on #594E4C background.


White color preview on #594E4C background

This text has white color on #594E4C background.