COLOR #595158

HEX: #595158
RGB: (89,81,88)

Color info

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

RGB color model

#595158 color RGB value is (89,81,88).

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

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 88 of 255 = 35%

89
81
88

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

Portions of RGB colors in percentages

R + G + B =
89 + 81 + 88 = 258 (100%)
R 89 of 258 ~ 34.5%
G 81 of 258 ~ 31.4%
B 88 of 258 ~ 34.11%

%34.5
%31.4
%34.11

CMYK color model

#595158 color CMYK value is (0,9,1,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 1.12%
  • key color value is 65.10%
CMYK:
(0,9,1,65)
C0M9Y1K65 
(0%,9%,1%,65%)
(0.00/0.09/0.01/0.65)	

CMYK percentages

%0
%8.99
%1.12
%65.1

Codes

Color #595158 in popluar color models

595158
RGB898188
HSL308°4.71%33.33%
HSB/HSV308°8.99%34.90%
CMYK0.00%8.99%1.12%
65.10%

Color #595158 in popluar number systems.

HEX595158
Decimal898188
Binary101100110100011011000
Octal131121130

Shades and tints

Shades of #595158

#595158
(89,81,88)
#514A50
(81,74,80)
#494348
(73,67,72)
#413C40
(65,60,64)
#393538
(57,53,56)
#312E30
(49,46,48)
#292728
(41,39,40)
#212020
(33,32,32)
#191918
(25,25,24)
#111210
(17,18,16)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #595158

#595158
(89,81,88)
#686067
(104,96,103)
#776F76
(119,111,118)
#867E85
(134,126,133)
#958D94
(149,141,148)
#A49CA3
(164,156,163)
#B3ABB2
(179,171,178)
#C2BAC1
(194,186,193)
#D1C9D0
(209,201,208)
#E0D8DF
(224,216,223)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595158; }

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

This text font color is #595158.


Background Color

.myBgColor { background-color: #595158; }

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

This div background color is #595158.


Border color

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

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

This div border color is #595158.


Opacity

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

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

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

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

This text has shadow with #595158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595158 on black background.


Color preview on white background

This text has color #595158 on white background.



Black color preview on #595158 background

This text has black color on #595158 background.


White color preview on #595158 background

This text has white color on #595158 background.