COLOR #595642

HEX: #595642
RGB: (89,86,66)

Color info

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

RGB color model

#595642 color RGB value is (89,86,66).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 66 of 255 = 26%

89
86
66

R + G + B ~ 32%. #595642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 66 = 241 (100%)
R 89 of 241 ~ 36.93%
G 86 of 241 ~ 35.68%
B 66 of 241 ~ 27.39%

%36.93
%35.68
%27.39

CMYK color model

#595642 color CMYK value is (0,3,26,65).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 25.84%
  • key color value is 65.10%
CMYK:
(0,3,26,65)
C0M3Y26K65 
(0%,3%,26%,65%)
(0.00/0.03/0.26/0.65)	

CMYK percentages

%0
%3.37
%25.84
%65.1

Codes

Color #595642 in popluar color models

595642
RGB898666
HSL52°14.84%30.39%
HSB/HSV52°25.84%34.90%
CMYK0.00%3.37%25.84%
65.10%

Color #595642 in popluar number systems.

HEX595642
Decimal898666
Binary101100110101101000010
Octal131126102

Shades and tints

Shades of #595642

#595642
(89,86,66)
#514F3C
(81,79,60)
#494836
(73,72,54)
#414130
(65,65,48)
#393A2A
(57,58,42)
#313324
(49,51,36)
#292C1E
(41,44,30)
#212518
(33,37,24)
#191E12
(25,30,18)
#11170C
(17,23,12)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #595642

#595642
(89,86,66)
#686553
(104,101,83)
#777464
(119,116,100)
#868375
(134,131,117)
#959286
(149,146,134)
#A4A197
(164,161,151)
#B3B0A8
(179,176,168)
#C2BFB9
(194,191,185)
#D1CECA
(209,206,202)
#E0DDDB
(224,221,219)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595642; }

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

This text font color is #595642.


Background Color

.myBgColor { background-color: #595642; }

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

This div background color is #595642.


Border color

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

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

This div border color is #595642.


Opacity

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

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

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

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

This text has shadow with #595642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595642 on black background.


Color preview on white background

This text has color #595642 on white background.



Black color preview on #595642 background

This text has black color on #595642 background.


White color preview on #595642 background

This text has white color on #595642 background.