COLOR #595258

HEX: #595258
RGB: (89,82,88)

Color info

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

RGB color model

#595258 color RGB value is (89,82,88).

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

RGB channels and saturation

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

89
82
88

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

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 88 = 259 (100%)
R 89 of 259 ~ 34.36%
G 82 of 259 ~ 31.66%
B 88 of 259 ~ 33.98%

%34.36
%31.66
%33.98

CMYK color model

#595258 color CMYK value is (0,8,1,65).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 1.12%
  • key color value is 65.10%
CMYK:
(0,8,1,65)
C0M8Y1K65 
(0%,8%,1%,65%)
(0.00/0.08/0.01/0.65)	

CMYK percentages

%0
%7.87
%1.12
%65.1

Codes

Color #595258 in popluar color models

595258
RGB898288
HSL309°4.09%33.53%
HSB/HSV309°7.87%34.90%
CMYK0.00%7.87%1.12%
65.10%

Color #595258 in popluar number systems.

HEX595258
Decimal898288
Binary101100110100101011000
Octal131122130

Shades and tints

Shades of #595258

#595258
(89,82,88)
#514B50
(81,75,80)
#494448
(73,68,72)
#413D40
(65,61,64)
#393638
(57,54,56)
#312F30
(49,47,48)
#292828
(41,40,40)
#212120
(33,33,32)
#191A18
(25,26,24)
#111310
(17,19,16)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #595258

#595258
(89,82,88)
#686167
(104,97,103)
#777076
(119,112,118)
#867F85
(134,127,133)
#958E94
(149,142,148)
#A49DA3
(164,157,163)
#B3ACB2
(179,172,178)
#C2BBC1
(194,187,193)
#D1CAD0
(209,202,208)
#E0D9DF
(224,217,223)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595258; }

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

This text font color is #595258.


Background Color

.myBgColor { background-color: #595258; }

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

This div background color is #595258.


Border color

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

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

This div border color is #595258.


Opacity

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

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

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

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

This text has shadow with #595258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595258 on black background.


Color preview on white background

This text has color #595258 on white background.



Black color preview on #595258 background

This text has black color on #595258 background.


White color preview on #595258 background

This text has white color on #595258 background.