COLOR #594F31

HEX: #594F31
RGB: (89,79,49)

Color info

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

RGB color model

#594F31 color RGB value is (89,79,49).

  • red value is 89;
  • green value is 79;
  • blue value is 49.
RGB:
(89,79,49)
(35%,31%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 49 of 255 = 19%

89
79
49

R + G + B ~ 28%. #594F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 49 = 217 (100%)
R 89 of 217 ~ 41.01%
G 79 of 217 ~ 36.41%
B 49 of 217 ~ 22.58%

%41.01
%36.41
%22.58

CMYK color model

#594F31 color CMYK value is (0,11,45,65).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(0,11,45,65)
C0M11Y45K65 
(0%,11%,45%,65%)
(0.00/0.11/0.45/0.65)	

CMYK percentages

%0
%11.24
%44.94
%65.1

Codes

Color #594F31 in popluar color models

594F31
RGB897949
HSL45°28.99%27.06%
HSB/HSV45°44.94%34.90%
CMYK0.00%11.24%44.94%
65.10%

Color #594F31 in popluar number systems.

HEX594F31
Decimal897949
Binary10110011001111110001
Octal13111761

Shades and tints

Shades of #594F31

#594F31
(89,79,49)
#51482D
(81,72,45)
#494129
(73,65,41)
#413A25
(65,58,37)
#393321
(57,51,33)
#312C1D
(49,44,29)
#292519
(41,37,25)
#211E15
(33,30,21)
#191711
(25,23,17)
#11100D
(17,16,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #594F31

#594F31
(89,79,49)
#685F43
(104,95,67)
#776F55
(119,111,85)
#867F67
(134,127,103)
#958F79
(149,143,121)
#A49F8B
(164,159,139)
#B3AF9D
(179,175,157)
#C2BFAF
(194,191,175)
#D1CFC1
(209,207,193)
#E0DFD3
(224,223,211)
#EFEFE5
(239,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594F31 color. Also use rgb(89,79,49) instead hex code.

Text Font Color

.myTextColor { color: #594F31; }

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

This text font color is #594F31.


Background Color

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

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

This div background color is #594F31.


Border color

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

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

This div border color is #594F31.


Opacity

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

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

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

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

This text has shadow with #594F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F31 on black background.


Color preview on white background

This text has color #594F31 on white background.



Black color preview on #594F31 background

This text has black color on #594F31 background.


White color preview on #594F31 background

This text has white color on #594F31 background.