COLOR #595650

HEX: #595650
RGB: (89,86,80)

Color info

#595650 contains red, green and blue colors in about the same proportion. Web safe color of #595650 is #666666 (or #666).

RGB color model

#595650 color RGB value is (89,86,80).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 80 of 255 = 31%

89
86
80

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

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 80 = 255 (100%)
R 89 of 255 ~ 34.9%
G 86 of 255 ~ 33.73%
B 80 of 255 ~ 31.37%

%34.9
%33.73
%31.37

CMYK color model

#595650 color CMYK value is (0,3,10,65).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(0,3,10,65)
C0M3Y10K65 
(0%,3%,10%,65%)
(0.00/0.03/0.10/0.65)	

CMYK percentages

%0
%3.37
%10.11
%65.1

Codes

Color #595650 in popluar color models

595650
RGB898680
HSL40°5.33%33.14%
HSB/HSV40°10.11%34.90%
CMYK0.00%3.37%10.11%
65.10%

Color #595650 in popluar number systems.

HEX595650
Decimal898680
Binary101100110101101010000
Octal131126120

Shades and tints

Shades of #595650

#595650
(89,86,80)
#514F49
(81,79,73)
#494842
(73,72,66)
#41413B
(65,65,59)
#393A34
(57,58,52)
#31332D
(49,51,45)
#292C26
(41,44,38)
#21251F
(33,37,31)
#191E18
(25,30,24)
#111711
(17,23,17)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #595650

#595650
(89,86,80)
#68655F
(104,101,95)
#77746E
(119,116,110)
#86837D
(134,131,125)
#95928C
(149,146,140)
#A4A19B
(164,161,155)
#B3B0AA
(179,176,170)
#C2BFB9
(194,191,185)
#D1CEC8
(209,206,200)
#E0DDD7
(224,221,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595650; }

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

This text font color is #595650.


Background Color

.myBgColor { background-color: #595650; }

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

This div background color is #595650.


Border color

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

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

This div border color is #595650.


Opacity

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

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

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

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

This text has shadow with #595650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595650 on black background.


Color preview on white background

This text has color #595650 on white background.



Black color preview on #595650 background

This text has black color on #595650 background.


White color preview on #595650 background

This text has white color on #595650 background.