COLOR #595840

HEX: #595840 RGB: (89,88,64)

Color info

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

RGB color model

#595840 color RGB value is (89,88,64).

RGB: (89,88,64) (35%, 35%, 25%)

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 64 of 255 = 25%

89
88
64

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

Portions of RGB colors in percentages

R + G + B = 89 + 88 + 64 = 241 (100%)
R 89 of 241 ~ 36.93%
G 88 of 241 ~ 36.51%
B 64 of 241 ~ 26.56'%

%36.93
%36.51
%26.56

CMYK color model

#595840 color CMYK value is (0,1,28,65).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK: (0,1,28,65) C0M1Y28K65 (0%,1%,28%,65%) (0.00/0.01/0.28/0.65) 

CMYK percentages

%0
%1.12
%28.09
%65.1

Codes

Color #595840 in popluar color models

59 58 40
RGB 89 88 64
HSL 58° 16.34% 30.00%
HSB/HSV 58° 28.09% 34.90%
CMYK 0.00% 1.12% 28.09%
65.10%

Color #595840 in popluar number systems.

HEX 59 58 40
Decimal 89 88 64
Binary 1011001 1011000 1000000
Octal 131 130 100

Shades and tints

Shades of #595840

#595840
(89,88,64)
#51503B
(81,80,59)
#494836
(73,72,54)
#414031
(65,64,49)
#39382C
(57,56,44)
#313027
(49,48,39)
#292822
(41,40,34)
#21201D
(33,32,29)
#191818
(25,24,24)
#111013
(17,16,19)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #595840

#595840
(89,88,64)
#686751
(104,103,81)
#777662
(119,118,98)
#868573
(134,133,115)
#959484
(149,148,132)
#A4A395
(164,163,149)
#B3B2A6
(179,178,166)
#C2C1B7
(194,193,183)
#D1D0C8
(209,208,200)
#E0DFD9
(224,223,217)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595840; }

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

This text font color is #595840.

Background Color

.myBgColor { background-color: #595840; }

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

This div background color is #595840.

Border color

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

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

This div border color is #595840.

Opacity

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

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

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

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

This text has shadow with #595840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595840.

Preview

Color preview on black background

This text has color #595840 on black background.


Color preview on white background

This text has color #595840 on white background.


Black color preview on #595840 background

This text has black color on #595840 background.


White color preview on #595840 background

This text has white color on #595840 background.


Related colors

Complementary color

Complementary color for #hex is #A6A7BF.


I love getcolorcode.com

Triadic colors

1 #405958 and #584059 with #595840 are triadic colors.

2 #405859 and #585940 with #595840 are triadic colors.