COLOR #594D3C

HEX: #594D3C
RGB: (89,77,60)

Color info

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

RGB color model

#594D3C color RGB value is (89,77,60).

  • red value is 89;
  • green value is 77;
  • blue value is 60.
RGB:
(89,77,60)
(35%,30%,24%)

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 60 of 255 = 24%

89
77
60

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

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 60 = 226 (100%)
R 89 of 226 ~ 39.38%
G 77 of 226 ~ 34.07%
B 60 of 226 ~ 26.55%

%39.38
%34.07
%26.55

CMYK color model

#594D3C color CMYK value is (0,13,33,65).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(0,13,33,65)
C0M13Y33K65 
(0%,13%,33%,65%)
(0.00/0.13/0.33/0.65)	

CMYK percentages

%0
%13.48
%32.58
%65.1

Codes

Color #594D3C in popluar color models

594D3C
RGB897760
HSL35°19.46%29.22%
HSB/HSV35°32.58%34.90%
CMYK0.00%13.48%32.58%
65.10%

Color #594D3C in popluar number systems.

HEX594D3C
Decimal897760
Binary10110011001101111100
Octal13111574

Shades and tints

Shades of #594D3C

#594D3C
(89,77,60)
#514637
(81,70,55)
#493F32
(73,63,50)
#41382D
(65,56,45)
#393128
(57,49,40)
#312A23
(49,42,35)
#29231E
(41,35,30)
#211C19
(33,28,25)
#191514
(25,21,20)
#110E0F
(17,14,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #594D3C

#594D3C
(89,77,60)
#685D4D
(104,93,77)
#776D5E
(119,109,94)
#867D6F
(134,125,111)
#958D80
(149,141,128)
#A49D91
(164,157,145)
#B3ADA2
(179,173,162)
#C2BDB3
(194,189,179)
#D1CDC4
(209,205,196)
#E0DDD5
(224,221,213)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D3C color. Also use rgb(89,77,60) instead hex code.

Text Font Color

.myTextColor { color: #594D3C; }

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

This text font color is #594D3C.


Background Color

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

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

This div background color is #594D3C.


Border color

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

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

This div border color is #594D3C.


Opacity

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

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

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

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

This text has shadow with #594D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D3C on black background.


Color preview on white background

This text has color #594D3C on white background.



Black color preview on #594D3C background

This text has black color on #594D3C background.


White color preview on #594D3C background

This text has white color on #594D3C background.