COLOR #594216

HEX: #594216
RGB: (89,66,22)

Color info

#594216 contains mainly red and green colors. Web safe color of #594216 is #663300 (or #630).

RGB color model

#594216 color RGB value is (89,66,22).

  • red value is 89;
  • green value is 66;
  • blue value is 22.
RGB:
(89,66,22)
(35%,26%,9%)

RGB channels and saturation

R 89 of 255 = 35%
G 66 of 255 = 26%
B 22 of 255 = 9%

89
66
22

R + G + B ~ 23%. #594216 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 66 + 22 = 177 (100%)
R 89 of 177 ~ 50.28%
G 66 of 177 ~ 37.29%
B 22 of 177 ~ 12.43%

%50.28
%37.29
%12.43

CMYK color model

#594216 color CMYK value is (0,26,75,65).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 75.28%
  • key color value is 65.10%
CMYK:
(0,26,75,65)
C0M26Y75K65 
(0%,26%,75%,65%)
(0.00/0.26/0.75/0.65)	

CMYK percentages

%0
%25.84
%75.28
%65.1

Codes

Color #594216 in popluar color models

594216
RGB896622
HSL39°60.36%21.76%
HSB/HSV39°75.28%34.90%
CMYK0.00%25.84%75.28%
65.10%

Color #594216 in popluar number systems.

HEX594216
Decimal896622
Binary1011001100001010110
Octal13110226

Shades and tints

Shades of #594216

#594216
(89,66,22)
#513C14
(81,60,20)
#493612
(73,54,18)
#413010
(65,48,16)
#392A0E
(57,42,14)
#31240C
(49,36,12)
#291E0A
(41,30,10)
#211808
(33,24,8)
#191206
(25,18,6)
#110C04
(17,12,4)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #594216

#594216
(89,66,22)
#68532B
(104,83,43)
#776440
(119,100,64)
#867555
(134,117,85)
#95866A
(149,134,106)
#A4977F
(164,151,127)
#B3A894
(179,168,148)
#C2B9A9
(194,185,169)
#D1CABE
(209,202,190)
#E0DBD3
(224,219,211)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594216 color. Also use rgb(89,66,22) instead hex code.

Text Font Color

.myTextColor { color: #594216; }

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

This text font color is #594216.


Background Color

.myBgColor { background-color: #594216; }

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

This div background color is #594216.


Border color

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

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

This div border color is #594216.


Opacity

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

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

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

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

This text has shadow with #594216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594216 on black background.


Color preview on white background

This text has color #594216 on white background.



Black color preview on #594216 background

This text has black color on #594216 background.


White color preview on #594216 background

This text has white color on #594216 background.