COLOR #594A3E

HEX: #594A3E
RGB: (89,74,62)

Color info

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

RGB color model

#594A3E color RGB value is (89,74,62).

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

RGB channels and saturation

R 89 of 255 = 35%
G 74 of 255 = 29%
B 62 of 255 = 24%

89
74
62

R + G + B ~ 29%. #594A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 62 = 225 (100%)
R 89 of 225 ~ 39.56%
G 74 of 225 ~ 32.89%
B 62 of 225 ~ 27.56%

%39.56
%32.89
%27.56

CMYK color model

#594A3E color CMYK value is (0,17,30,65).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,17,30,65)
C0M17Y30K65 
(0%,17%,30%,65%)
(0.00/0.17/0.30/0.65)	

CMYK percentages

%0
%16.85
%30.34
%65.1

Codes

Color #594A3E in popluar color models

594A3E
RGB897462
HSL27°17.88%29.61%
HSB/HSV27°30.34%34.90%
CMYK0.00%16.85%30.34%
65.10%

Color #594A3E in popluar number systems.

HEX594A3E
Decimal897462
Binary10110011001010111110
Octal13111276

Shades and tints

Shades of #594A3E

#594A3E
(89,74,62)
#514439
(81,68,57)
#493E34
(73,62,52)
#41382F
(65,56,47)
#39322A
(57,50,42)
#312C25
(49,44,37)
#292620
(41,38,32)
#21201B
(33,32,27)
#191A16
(25,26,22)
#111411
(17,20,17)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #594A3E

#594A3E
(89,74,62)
#685A4F
(104,90,79)
#776A60
(119,106,96)
#867A71
(134,122,113)
#958A82
(149,138,130)
#A49A93
(164,154,147)
#B3AAA4
(179,170,164)
#C2BAB5
(194,186,181)
#D1CAC6
(209,202,198)
#E0DAD7
(224,218,215)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594A3E; }

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

This text font color is #594A3E.


Background Color

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

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

This div background color is #594A3E.


Border color

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

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

This div border color is #594A3E.


Opacity

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

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

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

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

This text has shadow with #594A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A3E on black background.


Color preview on white background

This text has color #594A3E on white background.



Black color preview on #594A3E background

This text has black color on #594A3E background.


White color preview on #594A3E background

This text has white color on #594A3E background.