COLOR #594932

HEX: #594932
RGB: (89,73,50)

Color info

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

RGB color model

#594932 color RGB value is (89,73,50).

  • red value is 89;
  • green value is 73;
  • blue value is 50.
RGB:
(89,73,50)
(35%,29%,20%)

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 50 of 255 = 20%

89
73
50

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

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 50 = 212 (100%)
R 89 of 212 ~ 41.98%
G 73 of 212 ~ 34.43%
B 50 of 212 ~ 23.58%

%41.98
%34.43
%23.58

CMYK color model

#594932 color CMYK value is (0,18,44,65).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 43.82%
  • key color value is 65.10%
CMYK:
(0,18,44,65)
C0M18Y44K65 
(0%,18%,44%,65%)
(0.00/0.18/0.44/0.65)	

CMYK percentages

%0
%17.98
%43.82
%65.1

Codes

Color #594932 in popluar color models

594932
RGB897350
HSL35°28.06%27.25%
HSB/HSV35°43.82%34.90%
CMYK0.00%17.98%43.82%
65.10%

Color #594932 in popluar number systems.

HEX594932
Decimal897350
Binary10110011001001110010
Octal13111162

Shades and tints

Shades of #594932

#594932
(89,73,50)
#51432E
(81,67,46)
#493D2A
(73,61,42)
#413726
(65,55,38)
#393122
(57,49,34)
#312B1E
(49,43,30)
#29251A
(41,37,26)
#211F16
(33,31,22)
#191912
(25,25,18)
#11130E
(17,19,14)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #594932

#594932
(89,73,50)
#685944
(104,89,68)
#776956
(119,105,86)
#867968
(134,121,104)
#95897A
(149,137,122)
#A4998C
(164,153,140)
#B3A99E
(179,169,158)
#C2B9B0
(194,185,176)
#D1C9C2
(209,201,194)
#E0D9D4
(224,217,212)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594932 color. Also use rgb(89,73,50) instead hex code.

Text Font Color

.myTextColor { color: #594932; }

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

This text font color is #594932.


Background Color

.myBgColor { background-color: #594932; }

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

This div background color is #594932.


Border color

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

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

This div border color is #594932.


Opacity

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

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

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

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

This text has shadow with #594932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594932 on black background.


Color preview on white background

This text has color #594932 on white background.



Black color preview on #594932 background

This text has black color on #594932 background.


White color preview on #594932 background

This text has white color on #594932 background.