COLOR #595863

HEX: #595863
RGB: (89,88,99)

Color info

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

RGB color model

#595863 color RGB value is (89,88,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 99 of 255 = 39%

89
88
99

R + G + B ~ 36%. #595863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 88 + 99 = 276 (100%)
R 89 of 276 ~ 32.25%
G 88 of 276 ~ 31.88%
B 99 of 276 ~ 35.87%

%32.25
%31.88
%35.87

CMYK color model

#595863 color CMYK value is (10,11,0,61).

  • cyan value is 10.10%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,11,0,61)
C10M11Y0K61 
(10%,11%,0%,61%)
(0.10/0.11/0.00/0.61)	

CMYK percentages

%10.1
%11.11
%0
%61.18

Codes

Color #595863 in popluar color models

595863
RGB898899
HSL245°5.88%36.67%
HSB/HSV245°11.11%38.82%
CMYK10.10%11.11%0.00%
61.18%

Color #595863 in popluar number systems.

HEX595863
Decimal898899
Binary101100110110001100011
Octal131130143

Shades and tints

Shades of #595863

#595863
(89,88,99)
#51505A
(81,80,90)
#494851
(73,72,81)
#414048
(65,64,72)
#39383F
(57,56,63)
#313036
(49,48,54)
#29282D
(41,40,45)
#212024
(33,32,36)
#19181B
(25,24,27)
#111012
(17,16,18)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #595863

#595863
(89,88,99)
#686771
(104,103,113)
#77767F
(119,118,127)
#86858D
(134,133,141)
#95949B
(149,148,155)
#A4A3A9
(164,163,169)
#B3B2B7
(179,178,183)
#C2C1C5
(194,193,197)
#D1D0D3
(209,208,211)
#E0DFE1
(224,223,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595863; }

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

This text font color is #595863.


Background Color

.myBgColor { background-color: #595863; }

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

This div background color is #595863.


Border color

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

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

This div border color is #595863.


Opacity

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

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

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

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

This text has shadow with #595863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595863 on black background.


Color preview on white background

This text has color #595863 on white background.



Black color preview on #595863 background

This text has black color on #595863 background.


White color preview on #595863 background

This text has white color on #595863 background.