COLOR #594E2A

HEX: #594E2A
RGB: (89,78,42)

Color info

#594E2A contains red, green and blue colors in about the same proportion. Web safe color of #594E2A is #666633 (or #663).

RGB color model

#594E2A color RGB value is (89,78,42).

  • red value is 89;
  • green value is 78;
  • blue value is 42.
RGB:
(89,78,42)
(35%,31%,16%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 42 of 255 = 16%

89
78
42

R + G + B ~ 27%. #594E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 42 = 209 (100%)
R 89 of 209 ~ 42.58%
G 78 of 209 ~ 37.32%
B 42 of 209 ~ 20.1%

%42.58
%37.32
%20.1

CMYK color model

#594E2A color CMYK value is (0,12,53,65).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 52.81%
  • key color value is 65.10%
CMYK:
(0,12,53,65)
C0M12Y53K65 
(0%,12%,53%,65%)
(0.00/0.12/0.53/0.65)	

CMYK percentages

%0
%12.36
%52.81
%65.1

Codes

Color #594E2A in popluar color models

594E2A
RGB897842
HSL46°35.88%25.69%
HSB/HSV46°52.81%34.90%
CMYK0.00%12.36%52.81%
65.10%

Color #594E2A in popluar number systems.

HEX594E2A
Decimal897842
Binary10110011001110101010
Octal13111652

Shades and tints

Shades of #594E2A

#594E2A
(89,78,42)
#514727
(81,71,39)
#494024
(73,64,36)
#413921
(65,57,33)
#39321E
(57,50,30)
#312B1B
(49,43,27)
#292418
(41,36,24)
#211D15
(33,29,21)
#191612
(25,22,18)
#110F0F
(17,15,15)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #594E2A

#594E2A
(89,78,42)
#685E3D
(104,94,61)
#776E50
(119,110,80)
#867E63
(134,126,99)
#958E76
(149,142,118)
#A49E89
(164,158,137)
#B3AE9C
(179,174,156)
#C2BEAF
(194,190,175)
#D1CEC2
(209,206,194)
#E0DED5
(224,222,213)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594E2A color. Also use rgb(89,78,42) instead hex code.

Text Font Color

.myTextColor { color: #594E2A; }

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

This text font color is #594E2A.


Background Color

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

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

This div background color is #594E2A.


Border color

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

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

This div border color is #594E2A.


Opacity

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

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

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

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

This text has shadow with #594E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E2A on black background.


Color preview on white background

This text has color #594E2A on white background.



Black color preview on #594E2A background

This text has black color on #594E2A background.


White color preview on #594E2A background

This text has white color on #594E2A background.