COLOR #595646

HEX: #595646
RGB: (89,86,70)

Color info

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

RGB color model

#595646 color RGB value is (89,86,70).

  • red value is 89;
  • green value is 86;
  • blue value is 70.
RGB:
(89,86,70)
(35%,34%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 70 of 255 = 27%

89
86
70

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

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 70 = 245 (100%)
R 89 of 245 ~ 36.33%
G 86 of 245 ~ 35.1%
B 70 of 245 ~ 28.57%

%36.33
%35.1
%28.57

CMYK color model

#595646 color CMYK value is (0,3,21,65).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(0,3,21,65)
C0M3Y21K65 
(0%,3%,21%,65%)
(0.00/0.03/0.21/0.65)	

CMYK percentages

%0
%3.37
%21.35
%65.1

Codes

Color #595646 in popluar color models

595646
RGB898670
HSL51°11.95%31.18%
HSB/HSV51°21.35%34.90%
CMYK0.00%3.37%21.35%
65.10%

Color #595646 in popluar number systems.

HEX595646
Decimal898670
Binary101100110101101000110
Octal131126106

Shades and tints

Shades of #595646

#595646
(89,86,70)
#514F40
(81,79,64)
#49483A
(73,72,58)
#414134
(65,65,52)
#393A2E
(57,58,46)
#313328
(49,51,40)
#292C22
(41,44,34)
#21251C
(33,37,28)
#191E16
(25,30,22)
#111710
(17,23,16)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #595646

#595646
(89,86,70)
#686556
(104,101,86)
#777466
(119,116,102)
#868376
(134,131,118)
#959286
(149,146,134)
#A4A196
(164,161,150)
#B3B0A6
(179,176,166)
#C2BFB6
(194,191,182)
#D1CEC6
(209,206,198)
#E0DDD6
(224,221,214)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595646 color. Also use rgb(89,86,70) instead hex code.

Text Font Color

.myTextColor { color: #595646; }

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

This text font color is #595646.


Background Color

.myBgColor { background-color: #595646; }

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

This div background color is #595646.


Border color

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

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

This div border color is #595646.


Opacity

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

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

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

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

This text has shadow with #595646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595646 on black background.


Color preview on white background

This text has color #595646 on white background.



Black color preview on #595646 background

This text has black color on #595646 background.


White color preview on #595646 background

This text has white color on #595646 background.