COLOR #595749

HEX: #595749
RGB: (89,87,73)

Color info

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

RGB color model

#595749 color RGB value is (89,87,73).

  • red value is 89;
  • green value is 87;
  • blue value is 73.
RGB:
(89,87,73)
(35%,34%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 73 of 255 = 29%

89
87
73

R + G + B ~ 33%. #595749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 87 + 73 = 249 (100%)
R 89 of 249 ~ 35.74%
G 87 of 249 ~ 34.94%
B 73 of 249 ~ 29.32%

%35.74
%34.94
%29.32

CMYK color model

#595749 color CMYK value is (0,2,18,65).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(0,2,18,65)
C0M2Y18K65 
(0%,2%,18%,65%)
(0.00/0.02/0.18/0.65)	

CMYK percentages

%0
%2.25
%17.98
%65.1

Codes

Color #595749 in popluar color models

595749
RGB898773
HSL53°9.88%31.76%
HSB/HSV53°17.98%34.90%
CMYK0.00%2.25%17.98%
65.10%

Color #595749 in popluar number systems.

HEX595749
Decimal898773
Binary101100110101111001001
Octal131127111

Shades and tints

Shades of #595749

#595749
(89,87,73)
#515043
(81,80,67)
#49493D
(73,73,61)
#414237
(65,66,55)
#393B31
(57,59,49)
#31342B
(49,52,43)
#292D25
(41,45,37)
#21261F
(33,38,31)
#191F19
(25,31,25)
#111813
(17,24,19)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #595749

#595749
(89,87,73)
#686659
(104,102,89)
#777569
(119,117,105)
#868479
(134,132,121)
#959389
(149,147,137)
#A4A299
(164,162,153)
#B3B1A9
(179,177,169)
#C2C0B9
(194,192,185)
#D1CFC9
(209,207,201)
#E0DED9
(224,222,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595749 color. Also use rgb(89,87,73) instead hex code.

Text Font Color

.myTextColor { color: #595749; }

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

This text font color is #595749.


Background Color

.myBgColor { background-color: #595749; }

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

This div background color is #595749.


Border color

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

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

This div border color is #595749.


Opacity

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

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

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

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

This text has shadow with #595749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595749 on black background.


Color preview on white background

This text has color #595749 on white background.



Black color preview on #595749 background

This text has black color on #595749 background.


White color preview on #595749 background

This text has white color on #595749 background.