COLOR #594B19

HEX: #594B19
RGB: (89,75,25)

Color info

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

RGB color model

#594B19 color RGB value is (89,75,25).

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

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 25 of 255 = 10%

89
75
25

R + G + B ~ 25%. #594B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 25 = 189 (100%)
R 89 of 189 ~ 47.09%
G 75 of 189 ~ 39.68%
B 25 of 189 ~ 13.23%

%47.09
%39.68
%13.23

CMYK color model

#594B19 color CMYK value is (0,16,72,65).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 71.91%
  • key color value is 65.10%
CMYK:
(0,16,72,65)
C0M16Y72K65 
(0%,16%,72%,65%)
(0.00/0.16/0.72/0.65)	

CMYK percentages

%0
%15.73
%71.91
%65.1

Codes

Color #594B19 in popluar color models

594B19
RGB897525
HSL47°56.14%22.35%
HSB/HSV47°71.91%34.90%
CMYK0.00%15.73%71.91%
65.10%

Color #594B19 in popluar number systems.

HEX594B19
Decimal897525
Binary1011001100101111001
Octal13111331

Shades and tints

Shades of #594B19

#594B19
(89,75,25)
#514517
(81,69,23)
#493F15
(73,63,21)
#413913
(65,57,19)
#393311
(57,51,17)
#312D0F
(49,45,15)
#29270D
(41,39,13)
#21210B
(33,33,11)
#191B09
(25,27,9)
#111507
(17,21,7)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #594B19

#594B19
(89,75,25)
#685B2D
(104,91,45)
#776B41
(119,107,65)
#867B55
(134,123,85)
#958B69
(149,139,105)
#A49B7D
(164,155,125)
#B3AB91
(179,171,145)
#C2BBA5
(194,187,165)
#D1CBB9
(209,203,185)
#E0DBCD
(224,219,205)
#EFEBE1
(239,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594B19; }

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

This text font color is #594B19.


Background Color

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

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

This div background color is #594B19.


Border color

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

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

This div border color is #594B19.


Opacity

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

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

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

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

This text has shadow with #594B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B19 on black background.


Color preview on white background

This text has color #594B19 on white background.



Black color preview on #594B19 background

This text has black color on #594B19 background.


White color preview on #594B19 background

This text has white color on #594B19 background.