COLOR #594A28

HEX: #594A28
RGB: (89,74,40)

Color info

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

RGB color model

#594A28 color RGB value is (89,74,40).

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

RGB channels and saturation

R 89 of 255 = 35%
G 74 of 255 = 29%
B 40 of 255 = 16%

89
74
40

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

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 40 = 203 (100%)
R 89 of 203 ~ 43.84%
G 74 of 203 ~ 36.45%
B 40 of 203 ~ 19.7%

%43.84
%36.45
%19.7

CMYK color model

#594A28 color CMYK value is (0,17,55,65).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 55.06%
  • key color value is 65.10%
CMYK:
(0,17,55,65)
C0M17Y55K65 
(0%,17%,55%,65%)
(0.00/0.17/0.55/0.65)	

CMYK percentages

%0
%16.85
%55.06
%65.1

Codes

Color #594A28 in popluar color models

594A28
RGB897440
HSL42°37.98%25.29%
HSB/HSV42°55.06%34.90%
CMYK0.00%16.85%55.06%
65.10%

Color #594A28 in popluar number systems.

HEX594A28
Decimal897440
Binary10110011001010101000
Octal13111250

Shades and tints

Shades of #594A28

#594A28
(89,74,40)
#514425
(81,68,37)
#493E22
(73,62,34)
#41381F
(65,56,31)
#39321C
(57,50,28)
#312C19
(49,44,25)
#292616
(41,38,22)
#212013
(33,32,19)
#191A10
(25,26,16)
#11140D
(17,20,13)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #594A28

#594A28
(89,74,40)
#685A3B
(104,90,59)
#776A4E
(119,106,78)
#867A61
(134,122,97)
#958A74
(149,138,116)
#A49A87
(164,154,135)
#B3AA9A
(179,170,154)
#C2BAAD
(194,186,173)
#D1CAC0
(209,202,192)
#E0DAD3
(224,218,211)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594A28; }

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

This text font color is #594A28.


Background Color

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

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

This div background color is #594A28.


Border color

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

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

This div border color is #594A28.


Opacity

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

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

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

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

This text has shadow with #594A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A28 on black background.


Color preview on white background

This text has color #594A28 on white background.



Black color preview on #594A28 background

This text has black color on #594A28 background.


White color preview on #594A28 background

This text has white color on #594A28 background.