COLOR #594A15

HEX: #594A15
RGB: (89,74,21)

Color info

#594A15 contains mainly red and green colors. Web safe color of #594A15 is #663300 (or #630).

RGB color model

#594A15 color RGB value is (89,74,21).

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

RGB channels and saturation

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

89
74
21

R + G + B ~ 24%. #594A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 21 = 184 (100%)
R 89 of 184 ~ 48.37%
G 74 of 184 ~ 40.22%
B 21 of 184 ~ 11.41%

%48.37
%40.22
%11.41

CMYK color model

#594A15 color CMYK value is (0,17,76,65).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 76.40%
  • key color value is 65.10%
CMYK:
(0,17,76,65)
C0M17Y76K65 
(0%,17%,76%,65%)
(0.00/0.17/0.76/0.65)	

CMYK percentages

%0
%16.85
%76.4
%65.1

Codes

Color #594A15 in popluar color models

594A15
RGB897421
HSL47°61.82%21.57%
HSB/HSV47°76.40%34.90%
CMYK0.00%16.85%76.40%
65.10%

Color #594A15 in popluar number systems.

HEX594A15
Decimal897421
Binary1011001100101010101
Octal13111225

Shades and tints

Shades of #594A15

#594A15
(89,74,21)
#514414
(81,68,20)
#493E13
(73,62,19)
#413812
(65,56,18)
#393211
(57,50,17)
#312C10
(49,44,16)
#29260F
(41,38,15)
#21200E
(33,32,14)
#191A0D
(25,26,13)
#11140C
(17,20,12)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #594A15

#594A15
(89,74,21)
#685A2A
(104,90,42)
#776A3F
(119,106,63)
#867A54
(134,122,84)
#958A69
(149,138,105)
#A49A7E
(164,154,126)
#B3AA93
(179,170,147)
#C2BAA8
(194,186,168)
#D1CABD
(209,202,189)
#E0DAD2
(224,218,210)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594A15; }

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

This text font color is #594A15.


Background Color

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

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

This div background color is #594A15.


Border color

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

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

This div border color is #594A15.


Opacity

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

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

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

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

This text has shadow with #594A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A15 on black background.


Color preview on white background

This text has color #594A15 on white background.



Black color preview on #594A15 background

This text has black color on #594A15 background.


White color preview on #594A15 background

This text has white color on #594A15 background.