COLOR #594731

HEX: #594731
RGB: (89,71,49)

Color info

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

RGB color model

#594731 color RGB value is (89,71,49).

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

RGB channels and saturation

R 89 of 255 = 35%
G 71 of 255 = 28%
B 49 of 255 = 19%

89
71
49

R + G + B ~ 27%. #594731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 71 + 49 = 209 (100%)
R 89 of 209 ~ 42.58%
G 71 of 209 ~ 33.97%
B 49 of 209 ~ 23.44%

%42.58
%33.97
%23.44

CMYK color model

#594731 color CMYK value is (0,20,45,65).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,20,45,65)
C0M20Y45K65 
(0%,20%,45%,65%)
(0.00/0.20/0.45/0.65)	

CMYK percentages

%0
%20.22
%44.94
%65.1

Codes

Color #594731 in popluar color models

594731
RGB897149
HSL33°28.99%27.06%
HSB/HSV33°44.94%34.90%
CMYK0.00%20.22%44.94%
65.10%

Color #594731 in popluar number systems.

HEX594731
Decimal897149
Binary10110011000111110001
Octal13110761

Shades and tints

Shades of #594731

#594731
(89,71,49)
#51412D
(81,65,45)
#493B29
(73,59,41)
#413525
(65,53,37)
#392F21
(57,47,33)
#31291D
(49,41,29)
#292319
(41,35,25)
#211D15
(33,29,21)
#191711
(25,23,17)
#11110D
(17,17,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #594731

#594731
(89,71,49)
#685743
(104,87,67)
#776755
(119,103,85)
#867767
(134,119,103)
#958779
(149,135,121)
#A4978B
(164,151,139)
#B3A79D
(179,167,157)
#C2B7AF
(194,183,175)
#D1C7C1
(209,199,193)
#E0D7D3
(224,215,211)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594731; }

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

This text font color is #594731.


Background Color

.myBgColor { background-color: #594731; }

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

This div background color is #594731.


Border color

.myBorderColor { border: 1px solid #594731; }

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

This div border color is #594731.


Opacity

.myOpacity80 { color: #594731; opacity: 0.8; }

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

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

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

This text has shadow with #594731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594731 on black background.


Color preview on white background

This text has color #594731 on white background.



Black color preview on #594731 background

This text has black color on #594731 background.


White color preview on #594731 background

This text has white color on #594731 background.