COLOR #594A31

HEX: #594A31
RGB: (89,74,49)

Color info

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

RGB color model

#594A31 color RGB value is (89,74,49).

  • red value is 89;
  • green value is 74;
  • blue value is 49.
RGB:
(89,74,49)
(35%,29%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 74 of 255 = 29%
B 49 of 255 = 19%

89
74
49

R + G + B ~ 28%. #594A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 49 = 212 (100%)
R 89 of 212 ~ 41.98%
G 74 of 212 ~ 34.91%
B 49 of 212 ~ 23.11%

%41.98
%34.91
%23.11

CMYK color model

#594A31 color CMYK value is (0,17,45,65).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,17,45,65)
C0M17Y45K65 
(0%,17%,45%,65%)
(0.00/0.17/0.45/0.65)	

CMYK percentages

%0
%16.85
%44.94
%65.1

Codes

Color #594A31 in popluar color models

594A31
RGB897449
HSL38°28.99%27.06%
HSB/HSV38°44.94%34.90%
CMYK0.00%16.85%44.94%
65.10%

Color #594A31 in popluar number systems.

HEX594A31
Decimal897449
Binary10110011001010110001
Octal13111261

Shades and tints

Shades of #594A31

#594A31
(89,74,49)
#51442D
(81,68,45)
#493E29
(73,62,41)
#413825
(65,56,37)
#393221
(57,50,33)
#312C1D
(49,44,29)
#292619
(41,38,25)
#212015
(33,32,21)
#191A11
(25,26,17)
#11140D
(17,20,13)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #594A31

#594A31
(89,74,49)
#685A43
(104,90,67)
#776A55
(119,106,85)
#867A67
(134,122,103)
#958A79
(149,138,121)
#A49A8B
(164,154,139)
#B3AA9D
(179,170,157)
#C2BAAF
(194,186,175)
#D1CAC1
(209,202,193)
#E0DAD3
(224,218,211)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594A31 color. Also use rgb(89,74,49) instead hex code.

Text Font Color

.myTextColor { color: #594A31; }

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

This text font color is #594A31.


Background Color

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

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

This div background color is #594A31.


Border color

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

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

This div border color is #594A31.


Opacity

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

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

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

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

This text has shadow with #594A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A31 on black background.


Color preview on white background

This text has color #594A31 on white background.



Black color preview on #594A31 background

This text has black color on #594A31 background.


White color preview on #594A31 background

This text has white color on #594A31 background.