COLOR #595255

HEX: #595255
RGB: (89,82,85)

Color info

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

RGB color model

#595255 color RGB value is (89,82,85).

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

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 85 of 255 = 33%

89
82
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 85 = 256 (100%)
R 89 of 256 ~ 34.77%
G 82 of 256 ~ 32.03%
B 85 of 256 ~ 33.2%

%34.77
%32.03
%33.2

CMYK color model

#595255 color CMYK value is (0,8,4,65).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 4.49%
  • key color value is 65.10%
CMYK:
(0,8,4,65)
C0M8Y4K65 
(0%,8%,4%,65%)
(0.00/0.08/0.04/0.65)	

CMYK percentages

%0
%7.87
%4.49
%65.1

Codes

Color #595255 in popluar color models

595255
RGB898285
HSL334°4.09%33.53%
HSB/HSV334°7.87%34.90%
CMYK0.00%7.87%4.49%
65.10%

Color #595255 in popluar number systems.

HEX595255
Decimal898285
Binary101100110100101010101
Octal131122125

Shades and tints

Shades of #595255

#595255
(89,82,85)
#514B4E
(81,75,78)
#494447
(73,68,71)
#413D40
(65,61,64)
#393639
(57,54,57)
#312F32
(49,47,50)
#29282B
(41,40,43)
#212124
(33,33,36)
#191A1D
(25,26,29)
#111316
(17,19,22)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #595255

#595255
(89,82,85)
#686164
(104,97,100)
#777073
(119,112,115)
#867F82
(134,127,130)
#958E91
(149,142,145)
#A49DA0
(164,157,160)
#B3ACAF
(179,172,175)
#C2BBBE
(194,187,190)
#D1CACD
(209,202,205)
#E0D9DC
(224,217,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595255; }

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

This text font color is #595255.


Background Color

.myBgColor { background-color: #595255; }

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

This div background color is #595255.


Border color

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

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

This div border color is #595255.


Opacity

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

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

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

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

This text has shadow with #595255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595255 on black background.


Color preview on white background

This text has color #595255 on white background.



Black color preview on #595255 background

This text has black color on #595255 background.


White color preview on #595255 background

This text has white color on #595255 background.