COLOR #594940

HEX: #594940
RGB: (89,73,64)

Color info

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

RGB color model

#594940 color RGB value is (89,73,64).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 64 of 255 = 25%

89
73
64

R + G + B ~ 30%. #594940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 64 = 226 (100%)
R 89 of 226 ~ 39.38%
G 73 of 226 ~ 32.3%
B 64 of 226 ~ 28.32%

%39.38
%32.3
%28.32

CMYK color model

#594940 color CMYK value is (0,18,28,65).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(0,18,28,65)
C0M18Y28K65 
(0%,18%,28%,65%)
(0.00/0.18/0.28/0.65)	

CMYK percentages

%0
%17.98
%28.09
%65.1

Codes

Color #594940 in popluar color models

594940
RGB897364
HSL22°16.34%30.00%
HSB/HSV22°28.09%34.90%
CMYK0.00%17.98%28.09%
65.10%

Color #594940 in popluar number systems.

HEX594940
Decimal897364
Binary101100110010011000000
Octal131111100

Shades and tints

Shades of #594940

#594940
(89,73,64)
#51433B
(81,67,59)
#493D36
(73,61,54)
#413731
(65,55,49)
#39312C
(57,49,44)
#312B27
(49,43,39)
#292522
(41,37,34)
#211F1D
(33,31,29)
#191918
(25,25,24)
#111313
(17,19,19)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #594940

#594940
(89,73,64)
#685951
(104,89,81)
#776962
(119,105,98)
#867973
(134,121,115)
#958984
(149,137,132)
#A49995
(164,153,149)
#B3A9A6
(179,169,166)
#C2B9B7
(194,185,183)
#D1C9C8
(209,201,200)
#E0D9D9
(224,217,217)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594940 color. Also use rgb(89,73,64) instead hex code.

Text Font Color

.myTextColor { color: #594940; }

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

This text font color is #594940.


Background Color

.myBgColor { background-color: #594940; }

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

This div background color is #594940.


Border color

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

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

This div border color is #594940.


Opacity

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

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

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

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

This text has shadow with #594940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594940 on black background.


Color preview on white background

This text has color #594940 on white background.



Black color preview on #594940 background

This text has black color on #594940 background.


White color preview on #594940 background

This text has white color on #594940 background.