COLOR #594F20

HEX: #594F20 RGB: (89,79,32)

Color info

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

RGB color model

#594F20 color RGB value is (89,79,32).

RGB: (89,79,32) (35%, 31%, 13%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 32 of 255 = 13%

89
79
32

R + G + B ~ 26%. #594F20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 79 + 32 = 200 (100%)
R 89 of 200 ~ 44.5%
G 79 of 200 ~ 39.5%
B 32 of 200 ~ 16'%

%44.5
%39.5
%16

CMYK color model

#594F20 color CMYK value is (0,11,64,65).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 64.04%
  • key color value is 65.10%

CMYK: (0,11,64,65)
C0M11Y64K65 (0%, 11%, 64%, 65%)
(0.00 / 0.11 / 0.64 / 0.65)

CMYK percentages

%0
%11.24
%64.04
%65.1

Codes

Color #594F20 in popluar color models

59 4F 20
RGB 89 79 32
HSL 49° 47.11% 23.73%
HSB/HSV 49° 64.04% 34.90%
CMYK 0.00% 11.24% 64.04%
65.10%

Color #594F20 in popluar number systems.

HEX 59 4F 20
Decimal 89 79 32
Binary 1011001 1001111 100000
Octal 131 117 40

Shades and tints

Shades of #594F20

#594F20
(89,79,32)
#51481E
(81,72,30)
#49411C
(73,65,28)
#413A1A
(65,58,26)
#393318
(57,51,24)
#312C16
(49,44,22)
#292514
(41,37,20)
#211E12
(33,30,18)
#191710
(25,23,16)
#11100E
(17,16,14)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #594F20

#594F20
(89,79,32)
#685F34
(104,95,52)
#776F48
(119,111,72)
#867F5C
(134,127,92)
#958F70
(149,143,112)
#A49F84
(164,159,132)
#B3AF98
(179,175,152)
#C2BFAC
(194,191,172)
#D1CFC0
(209,207,192)
#E0DFD4
(224,223,212)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F20; }

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

This text font color is #594F20.

Background Color

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

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

This div background color is #594F20.

Border color

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

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

This div border color is #594F20.

Opacity

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

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

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

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

This text has shadow with #594F20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #594F20.

Preview

Color preview on black background

This text has color #594F20 on black background.


Color preview on white background

This text has color #594F20 on white background.


Black color preview on #594F20 background

This text has black color on #594F20 background.


White color preview on #594F20 background

This text has white color on #594F20 background.


Related colors

Complementary color

Complementary color for #hex is #A6B0DF.


I love getcolorcode.com

Triadic colors

1 #20594F and #4F2059 with #594F20 are triadic colors.

2 #204F59 and #4F5920 with #594F20 are triadic colors.