COLOR #595349

HEX: #595349
RGB: (89,83,73)

Color info

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

RGB color model

#595349 color RGB value is (89,83,73).

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

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 73 of 255 = 29%

89
83
73

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 73 = 245 (100%)
R 89 of 245 ~ 36.33%
G 83 of 245 ~ 33.88%
B 73 of 245 ~ 29.8%

%36.33
%33.88
%29.8

CMYK color model

#595349 color CMYK value is (0,7,18,65).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(0,7,18,65)
C0M7Y18K65 
(0%,7%,18%,65%)
(0.00/0.07/0.18/0.65)	

CMYK percentages

%0
%6.74
%17.98
%65.1

Codes

Color #595349 in popluar color models

595349
RGB898373
HSL38°9.88%31.76%
HSB/HSV38°17.98%34.90%
CMYK0.00%6.74%17.98%
65.10%

Color #595349 in popluar number systems.

HEX595349
Decimal898373
Binary101100110100111001001
Octal131123111

Shades and tints

Shades of #595349

#595349
(89,83,73)
#514C43
(81,76,67)
#49453D
(73,69,61)
#413E37
(65,62,55)
#393731
(57,55,49)
#31302B
(49,48,43)
#292925
(41,41,37)
#21221F
(33,34,31)
#191B19
(25,27,25)
#111413
(17,20,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #595349

#595349
(89,83,73)
#686259
(104,98,89)
#777169
(119,113,105)
#868079
(134,128,121)
#958F89
(149,143,137)
#A49E99
(164,158,153)
#B3ADA9
(179,173,169)
#C2BCB9
(194,188,185)
#D1CBC9
(209,203,201)
#E0DAD9
(224,218,217)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595349; }

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

This text font color is #595349.


Background Color

.myBgColor { background-color: #595349; }

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

This div background color is #595349.


Border color

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

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

This div border color is #595349.


Opacity

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

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

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

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

This text has shadow with #595349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595349 on black background.


Color preview on white background

This text has color #595349 on white background.



Black color preview on #595349 background

This text has black color on #595349 background.


White color preview on #595349 background

This text has white color on #595349 background.