COLOR #595544

HEX: #595544
RGB: (89,85,68)

Color info

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

RGB color model

#595544 color RGB value is (89,85,68).

  • red value is 89;
  • green value is 85;
  • blue value is 68.
RGB:
(89,85,68)
(35%,33%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 68 of 255 = 27%

89
85
68

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

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 68 = 242 (100%)
R 89 of 242 ~ 36.78%
G 85 of 242 ~ 35.12%
B 68 of 242 ~ 28.1%

%36.78
%35.12
%28.1

CMYK color model

#595544 color CMYK value is (0,4,24,65).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 23.60%
  • key color value is 65.10%
CMYK:
(0,4,24,65)
C0M4Y24K65 
(0%,4%,24%,65%)
(0.00/0.04/0.24/0.65)	

CMYK percentages

%0
%4.49
%23.6
%65.1

Codes

Color #595544 in popluar color models

595544
RGB898568
HSL49°13.38%30.78%
HSB/HSV49°23.60%34.90%
CMYK0.00%4.49%23.60%
65.10%

Color #595544 in popluar number systems.

HEX595544
Decimal898568
Binary101100110101011000100
Octal131125104

Shades and tints

Shades of #595544

#595544
(89,85,68)
#514E3E
(81,78,62)
#494738
(73,71,56)
#414032
(65,64,50)
#39392C
(57,57,44)
#313226
(49,50,38)
#292B20
(41,43,32)
#21241A
(33,36,26)
#191D14
(25,29,20)
#11160E
(17,22,14)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #595544

#595544
(89,85,68)
#686455
(104,100,85)
#777366
(119,115,102)
#868277
(134,130,119)
#959188
(149,145,136)
#A4A099
(164,160,153)
#B3AFAA
(179,175,170)
#C2BEBB
(194,190,187)
#D1CDCC
(209,205,204)
#E0DCDD
(224,220,221)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595544 color. Also use rgb(89,85,68) instead hex code.

Text Font Color

.myTextColor { color: #595544; }

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

This text font color is #595544.


Background Color

.myBgColor { background-color: #595544; }

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

This div background color is #595544.


Border color

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

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

This div border color is #595544.


Opacity

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

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

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

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

This text has shadow with #595544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595544 on black background.


Color preview on white background

This text has color #595544 on white background.



Black color preview on #595544 background

This text has black color on #595544 background.


White color preview on #595544 background

This text has white color on #595544 background.