COLOR #595240

HEX: #595240
RGB: (89,82,64)

Color info

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

RGB color model

#595240 color RGB value is (89,82,64).

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

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 64 of 255 = 25%

89
82
64

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

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 64 = 235 (100%)
R 89 of 235 ~ 37.87%
G 82 of 235 ~ 34.89%
B 64 of 235 ~ 27.23%

%37.87
%34.89
%27.23

CMYK color model

#595240 color CMYK value is (0,8,28,65).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(0,8,28,65)
C0M8Y28K65 
(0%,8%,28%,65%)
(0.00/0.08/0.28/0.65)	

CMYK percentages

%0
%7.87
%28.09
%65.1

Codes

Color #595240 in popluar color models

595240
RGB898264
HSL43°16.34%30.00%
HSB/HSV43°28.09%34.90%
CMYK0.00%7.87%28.09%
65.10%

Color #595240 in popluar number systems.

HEX595240
Decimal898264
Binary101100110100101000000
Octal131122100

Shades and tints

Shades of #595240

#595240
(89,82,64)
#514B3B
(81,75,59)
#494436
(73,68,54)
#413D31
(65,61,49)
#39362C
(57,54,44)
#312F27
(49,47,39)
#292822
(41,40,34)
#21211D
(33,33,29)
#191A18
(25,26,24)
#111313
(17,19,19)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #595240

#595240
(89,82,64)
#686151
(104,97,81)
#777062
(119,112,98)
#867F73
(134,127,115)
#958E84
(149,142,132)
#A49D95
(164,157,149)
#B3ACA6
(179,172,166)
#C2BBB7
(194,187,183)
#D1CAC8
(209,202,200)
#E0D9D9
(224,217,217)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595240; }

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

This text font color is #595240.


Background Color

.myBgColor { background-color: #595240; }

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

This div background color is #595240.


Border color

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

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

This div border color is #595240.


Opacity

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

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

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

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

This text has shadow with #595240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595240 on black background.


Color preview on white background

This text has color #595240 on white background.



Black color preview on #595240 background

This text has black color on #595240 background.


White color preview on #595240 background

This text has white color on #595240 background.