COLOR #594D3A

HEX: #594D3A
RGB: (89,77,58)

Color info

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

RGB color model

#594D3A color RGB value is (89,77,58).

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

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 58 of 255 = 23%

89
77
58

R + G + B ~ 29%. #594D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 58 = 224 (100%)
R 89 of 224 ~ 39.73%
G 77 of 224 ~ 34.38%
B 58 of 224 ~ 25.89%

%39.73
%34.38
%25.89

CMYK color model

#594D3A color CMYK value is (0,13,35,65).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(0,13,35,65)
C0M13Y35K65 
(0%,13%,35%,65%)
(0.00/0.13/0.35/0.65)	

CMYK percentages

%0
%13.48
%34.83
%65.1

Codes

Color #594D3A in popluar color models

594D3A
RGB897758
HSL37°21.09%28.82%
HSB/HSV37°34.83%34.90%
CMYK0.00%13.48%34.83%
65.10%

Color #594D3A in popluar number systems.

HEX594D3A
Decimal897758
Binary10110011001101111010
Octal13111572

Shades and tints

Shades of #594D3A

#594D3A
(89,77,58)
#514635
(81,70,53)
#493F30
(73,63,48)
#41382B
(65,56,43)
#393126
(57,49,38)
#312A21
(49,42,33)
#29231C
(41,35,28)
#211C17
(33,28,23)
#191512
(25,21,18)
#110E0D
(17,14,13)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #594D3A

#594D3A
(89,77,58)
#685D4B
(104,93,75)
#776D5C
(119,109,92)
#867D6D
(134,125,109)
#958D7E
(149,141,126)
#A49D8F
(164,157,143)
#B3ADA0
(179,173,160)
#C2BDB1
(194,189,177)
#D1CDC2
(209,205,194)
#E0DDD3
(224,221,211)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594D3A; }

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

This text font color is #594D3A.


Background Color

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

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

This div background color is #594D3A.


Border color

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

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

This div border color is #594D3A.


Opacity

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

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

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

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

This text has shadow with #594D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D3A on black background.


Color preview on white background

This text has color #594D3A on white background.



Black color preview on #594D3A background

This text has black color on #594D3A background.


White color preview on #594D3A background

This text has white color on #594D3A background.