COLOR #594519

HEX: #594519
RGB: (89,69,25)

Color info

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

RGB color model

#594519 color RGB value is (89,69,25).

  • red value is 89;
  • green value is 69;
  • blue value is 25.
RGB:
(89,69,25)
(35%,27%,10%)

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 25 of 255 = 10%

89
69
25

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

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 25 = 183 (100%)
R 89 of 183 ~ 48.63%
G 69 of 183 ~ 37.7%
B 25 of 183 ~ 13.66%

%48.63
%37.7
%13.66

CMYK color model

#594519 color CMYK value is (0,22,72,65).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 71.91%
  • key color value is 65.10%
CMYK:
(0,22,72,65)
C0M22Y72K65 
(0%,22%,72%,65%)
(0.00/0.22/0.72/0.65)	

CMYK percentages

%0
%22.47
%71.91
%65.1

Codes

Color #594519 in popluar color models

594519
RGB896925
HSL41°56.14%22.35%
HSB/HSV41°71.91%34.90%
CMYK0.00%22.47%71.91%
65.10%

Color #594519 in popluar number systems.

HEX594519
Decimal896925
Binary1011001100010111001
Octal13110531

Shades and tints

Shades of #594519

#594519
(89,69,25)
#513F17
(81,63,23)
#493915
(73,57,21)
#413313
(65,51,19)
#392D11
(57,45,17)
#31270F
(49,39,15)
#29210D
(41,33,13)
#211B0B
(33,27,11)
#191509
(25,21,9)
#110F07
(17,15,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #594519

#594519
(89,69,25)
#68552D
(104,85,45)
#776541
(119,101,65)
#867555
(134,117,85)
#958569
(149,133,105)
#A4957D
(164,149,125)
#B3A591
(179,165,145)
#C2B5A5
(194,181,165)
#D1C5B9
(209,197,185)
#E0D5CD
(224,213,205)
#EFE5E1
(239,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594519 color. Also use rgb(89,69,25) instead hex code.

Text Font Color

.myTextColor { color: #594519; }

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

This text font color is #594519.


Background Color

.myBgColor { background-color: #594519; }

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

This div background color is #594519.


Border color

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

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

This div border color is #594519.


Opacity

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

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

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

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

This text has shadow with #594519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594519 on black background.


Color preview on white background

This text has color #594519 on white background.



Black color preview on #594519 background

This text has black color on #594519 background.


White color preview on #594519 background

This text has white color on #594519 background.