COLOR #595640

HEX: #595640
RGB: (89,86,64)

Color info

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

RGB color model

#595640 color RGB value is (89,86,64).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 64 of 255 = 25%

89
86
64

R + G + B ~ 31%. #595640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 64 = 239 (100%)
R 89 of 239 ~ 37.24%
G 86 of 239 ~ 35.98%
B 64 of 239 ~ 26.78%

%37.24
%35.98
%26.78

CMYK color model

#595640 color CMYK value is (0,3,28,65).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(0,3,28,65)
C0M3Y28K65 
(0%,3%,28%,65%)
(0.00/0.03/0.28/0.65)	

CMYK percentages

%0
%3.37
%28.09
%65.1

Codes

Color #595640 in popluar color models

595640
RGB898664
HSL53°16.34%30.00%
HSB/HSV53°28.09%34.90%
CMYK0.00%3.37%28.09%
65.10%

Color #595640 in popluar number systems.

HEX595640
Decimal898664
Binary101100110101101000000
Octal131126100

Shades and tints

Shades of #595640

#595640
(89,86,64)
#514F3B
(81,79,59)
#494836
(73,72,54)
#414131
(65,65,49)
#393A2C
(57,58,44)
#313327
(49,51,39)
#292C22
(41,44,34)
#21251D
(33,37,29)
#191E18
(25,30,24)
#111713
(17,23,19)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #595640

#595640
(89,86,64)
#686551
(104,101,81)
#777462
(119,116,98)
#868373
(134,131,115)
#959284
(149,146,132)
#A4A195
(164,161,149)
#B3B0A6
(179,176,166)
#C2BFB7
(194,191,183)
#D1CEC8
(209,206,200)
#E0DDD9
(224,221,217)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595640; }

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

This text font color is #595640.


Background Color

.myBgColor { background-color: #595640; }

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

This div background color is #595640.


Border color

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

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

This div border color is #595640.


Opacity

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

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

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

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

This text has shadow with #595640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595640 on black background.


Color preview on white background

This text has color #595640 on white background.



Black color preview on #595640 background

This text has black color on #595640 background.


White color preview on #595640 background

This text has white color on #595640 background.