COLOR #594642

HEX: #594642
RGB: (89,70,66)

Color info

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

RGB color model

#594642 color RGB value is (89,70,66).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 66 of 255 = 26%

89
70
66

R + G + B ~ 29%. #594642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 66 = 225 (100%)
R 89 of 225 ~ 39.56%
G 70 of 225 ~ 31.11%
B 66 of 225 ~ 29.33%

%39.56
%31.11
%29.33

CMYK color model

#594642 color CMYK value is (0,21,26,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 25.84%
  • key color value is 65.10%
CMYK:
(0,21,26,65)
C0M21Y26K65 
(0%,21%,26%,65%)
(0.00/0.21/0.26/0.65)	

CMYK percentages

%0
%21.35
%25.84
%65.1

Codes

Color #594642 in popluar color models

594642
RGB897066
HSL10°14.84%30.39%
HSB/HSV10°25.84%34.90%
CMYK0.00%21.35%25.84%
65.10%

Color #594642 in popluar number systems.

HEX594642
Decimal897066
Binary101100110001101000010
Octal131106102

Shades and tints

Shades of #594642

#594642
(89,70,66)
#51403C
(81,64,60)
#493A36
(73,58,54)
#413430
(65,52,48)
#392E2A
(57,46,42)
#312824
(49,40,36)
#29221E
(41,34,30)
#211C18
(33,28,24)
#191612
(25,22,18)
#11100C
(17,16,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #594642

#594642
(89,70,66)
#685653
(104,86,83)
#776664
(119,102,100)
#867675
(134,118,117)
#958686
(149,134,134)
#A49697
(164,150,151)
#B3A6A8
(179,166,168)
#C2B6B9
(194,182,185)
#D1C6CA
(209,198,202)
#E0D6DB
(224,214,219)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594642; }

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

This text font color is #594642.


Background Color

.myBgColor { background-color: #594642; }

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

This div background color is #594642.


Border color

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

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

This div border color is #594642.


Opacity

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

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

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

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

This text has shadow with #594642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594642 on black background.


Color preview on white background

This text has color #594642 on white background.



Black color preview on #594642 background

This text has black color on #594642 background.


White color preview on #594642 background

This text has white color on #594642 background.