COLOR #595156

HEX: #595156
RGB: (89,81,86)

Color info

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

RGB color model

#595156 color RGB value is (89,81,86).

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

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 86 of 255 = 34%

89
81
86

R + G + B ~ 34%. #595156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 81 + 86 = 256 (100%)
R 89 of 256 ~ 34.77%
G 81 of 256 ~ 31.64%
B 86 of 256 ~ 33.59%

%34.77
%31.64
%33.59

CMYK color model

#595156 color CMYK value is (0,9,3,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 3.37%
  • key color value is 65.10%
CMYK:
(0,9,3,65)
C0M9Y3K65 
(0%,9%,3%,65%)
(0.00/0.09/0.03/0.65)	

CMYK percentages

%0
%8.99
%3.37
%65.1

Codes

Color #595156 in popluar color models

595156
RGB898186
HSL323°4.71%33.33%
HSB/HSV323°8.99%34.90%
CMYK0.00%8.99%3.37%
65.10%

Color #595156 in popluar number systems.

HEX595156
Decimal898186
Binary101100110100011010110
Octal131121126

Shades and tints

Shades of #595156

#595156
(89,81,86)
#514A4F
(81,74,79)
#494348
(73,67,72)
#413C41
(65,60,65)
#39353A
(57,53,58)
#312E33
(49,46,51)
#29272C
(41,39,44)
#212025
(33,32,37)
#19191E
(25,25,30)
#111217
(17,18,23)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #595156

#595156
(89,81,86)
#686065
(104,96,101)
#776F74
(119,111,116)
#867E83
(134,126,131)
#958D92
(149,141,146)
#A49CA1
(164,156,161)
#B3ABB0
(179,171,176)
#C2BABF
(194,186,191)
#D1C9CE
(209,201,206)
#E0D8DD
(224,216,221)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595156; }

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

This text font color is #595156.


Background Color

.myBgColor { background-color: #595156; }

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

This div background color is #595156.


Border color

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

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

This div border color is #595156.


Opacity

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

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

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

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

This text has shadow with #595156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595156 on black background.


Color preview on white background

This text has color #595156 on white background.



Black color preview on #595156 background

This text has black color on #595156 background.


White color preview on #595156 background

This text has white color on #595156 background.