COLOR #594A36

HEX: #594A36
RGB: (89,74,54)

Color info

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

RGB color model

#594A36 color RGB value is (89,74,54).

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

RGB channels and saturation

R 89 of 255 = 35%
G 74 of 255 = 29%
B 54 of 255 = 21%

89
74
54

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

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 54 = 217 (100%)
R 89 of 217 ~ 41.01%
G 74 of 217 ~ 34.1%
B 54 of 217 ~ 24.88%

%41.01
%34.1
%24.88

CMYK color model

#594A36 color CMYK value is (0,17,39,65).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 39.33%
  • key color value is 65.10%
CMYK:
(0,17,39,65)
C0M17Y39K65 
(0%,17%,39%,65%)
(0.00/0.17/0.39/0.65)	

CMYK percentages

%0
%16.85
%39.33
%65.1

Codes

Color #594A36 in popluar color models

594A36
RGB897454
HSL34°24.48%28.04%
HSB/HSV34°39.33%34.90%
CMYK0.00%16.85%39.33%
65.10%

Color #594A36 in popluar number systems.

HEX594A36
Decimal897454
Binary10110011001010110110
Octal13111266

Shades and tints

Shades of #594A36

#594A36
(89,74,54)
#514432
(81,68,50)
#493E2E
(73,62,46)
#41382A
(65,56,42)
#393226
(57,50,38)
#312C22
(49,44,34)
#29261E
(41,38,30)
#21201A
(33,32,26)
#191A16
(25,26,22)
#111412
(17,20,18)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #594A36

#594A36
(89,74,54)
#685A48
(104,90,72)
#776A5A
(119,106,90)
#867A6C
(134,122,108)
#958A7E
(149,138,126)
#A49A90
(164,154,144)
#B3AAA2
(179,170,162)
#C2BAB4
(194,186,180)
#D1CAC6
(209,202,198)
#E0DAD8
(224,218,216)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594A36; }

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

This text font color is #594A36.


Background Color

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

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

This div background color is #594A36.


Border color

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

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

This div border color is #594A36.


Opacity

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

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

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

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

This text has shadow with #594A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A36 on black background.


Color preview on white background

This text has color #594A36 on white background.



Black color preview on #594A36 background

This text has black color on #594A36 background.


White color preview on #594A36 background

This text has white color on #594A36 background.