COLOR #595845

HEX: #595845
RGB: (89,88,69)

Color info

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

RGB color model

#595845 color RGB value is (89,88,69).

  • red value is 89;
  • green value is 88;
  • blue value is 69.
RGB:
(89,88,69)
(35%,35%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 69 of 255 = 27%

89
88
69

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

Portions of RGB colors in percentages

R + G + B =
89 + 88 + 69 = 246 (100%)
R 89 of 246 ~ 36.18%
G 88 of 246 ~ 35.77%
B 69 of 246 ~ 28.05%

%36.18
%35.77
%28.05

CMYK color model

#595845 color CMYK value is (0,1,22,65).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 22.47%
  • key color value is 65.10%
CMYK:
(0,1,22,65)
C0M1Y22K65 
(0%,1%,22%,65%)
(0.00/0.01/0.22/0.65)	

CMYK percentages

%0
%1.12
%22.47
%65.1

Codes

Color #595845 in popluar color models

595845
RGB898869
HSL57°12.66%30.98%
HSB/HSV57°22.47%34.90%
CMYK0.00%1.12%22.47%
65.10%

Color #595845 in popluar number systems.

HEX595845
Decimal898869
Binary101100110110001000101
Octal131130105

Shades and tints

Shades of #595845

#595845
(89,88,69)
#51503F
(81,80,63)
#494839
(73,72,57)
#414033
(65,64,51)
#39382D
(57,56,45)
#313027
(49,48,39)
#292821
(41,40,33)
#21201B
(33,32,27)
#191815
(25,24,21)
#11100F
(17,16,15)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #595845

#595845
(89,88,69)
#686755
(104,103,85)
#777665
(119,118,101)
#868575
(134,133,117)
#959485
(149,148,133)
#A4A395
(164,163,149)
#B3B2A5
(179,178,165)
#C2C1B5
(194,193,181)
#D1D0C5
(209,208,197)
#E0DFD5
(224,223,213)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595845; }

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

This text font color is #595845.


Background Color

.myBgColor { background-color: #595845; }

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

This div background color is #595845.


Border color

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

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

This div border color is #595845.


Opacity

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

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

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

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

This text has shadow with #595845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595845 on black background.


Color preview on white background

This text has color #595845 on white background.



Black color preview on #595845 background

This text has black color on #595845 background.


White color preview on #595845 background

This text has white color on #595845 background.