COLOR #594D46

HEX: #594D46
RGB: (89,77,70)

Color info

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

RGB color model

#594D46 color RGB value is (89,77,70).

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

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 70 of 255 = 27%

89
77
70

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

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 70 = 236 (100%)
R 89 of 236 ~ 37.71%
G 77 of 236 ~ 32.63%
B 70 of 236 ~ 29.66%

%37.71
%32.63
%29.66

CMYK color model

#594D46 color CMYK value is (0,13,21,65).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(0,13,21,65)
C0M13Y21K65 
(0%,13%,21%,65%)
(0.00/0.13/0.21/0.65)	

CMYK percentages

%0
%13.48
%21.35
%65.1

Codes

Color #594D46 in popluar color models

594D46
RGB897770
HSL22°11.95%31.18%
HSB/HSV22°21.35%34.90%
CMYK0.00%13.48%21.35%
65.10%

Color #594D46 in popluar number systems.

HEX594D46
Decimal897770
Binary101100110011011000110
Octal131115106

Shades and tints

Shades of #594D46

#594D46
(89,77,70)
#514640
(81,70,64)
#493F3A
(73,63,58)
#413834
(65,56,52)
#39312E
(57,49,46)
#312A28
(49,42,40)
#292322
(41,35,34)
#211C1C
(33,28,28)
#191516
(25,21,22)
#110E10
(17,14,16)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #594D46

#594D46
(89,77,70)
#685D56
(104,93,86)
#776D66
(119,109,102)
#867D76
(134,125,118)
#958D86
(149,141,134)
#A49D96
(164,157,150)
#B3ADA6
(179,173,166)
#C2BDB6
(194,189,182)
#D1CDC6
(209,205,198)
#E0DDD6
(224,221,214)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594D46; }

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

This text font color is #594D46.


Background Color

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

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

This div background color is #594D46.


Border color

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

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

This div border color is #594D46.


Opacity

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

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

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

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

This text has shadow with #594D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D46 on black background.


Color preview on white background

This text has color #594D46 on white background.



Black color preview on #594D46 background

This text has black color on #594D46 background.


White color preview on #594D46 background

This text has white color on #594D46 background.