COLOR #595067

HEX: #595067
RGB: (89,80,103)

Color info

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

RGB color model

#595067 color RGB value is (89,80,103).

  • red value is 89;
  • green value is 80;
  • blue value is 103.
RGB:
(89,80,103)
(35%,31%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 103 of 255 = 40%

89
80
103

R + G + B ~ 35%. #595067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 103 = 272 (100%)
R 89 of 272 ~ 32.72%
G 80 of 272 ~ 29.41%
B 103 of 272 ~ 37.87%

%32.72
%29.41
%37.87

CMYK color model

#595067 color CMYK value is (14,22,0,60).

  • cyan value is 13.59%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(14,22,0,60)
C14M22Y0K60 
(14%,22%,0%,60%)
(0.14/0.22/0.00/0.60)	

CMYK percentages

%13.59
%22.33
%0
%59.61

Codes

Color #595067 in popluar color models

595067
RGB8980103
HSL263°12.57%35.88%
HSB/HSV263°22.33%40.39%
CMYK13.59%22.33%0.00%
59.61%

Color #595067 in popluar number systems.

HEX595067
Decimal8980103
Binary101100110100001100111
Octal131120147

Shades and tints

Shades of #595067

#595067
(89,80,103)
#51495E
(81,73,94)
#494255
(73,66,85)
#413B4C
(65,59,76)
#393443
(57,52,67)
#312D3A
(49,45,58)
#292631
(41,38,49)
#211F28
(33,31,40)
#19181F
(25,24,31)
#111116
(17,17,22)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #595067

#595067
(89,80,103)
#685F74
(104,95,116)
#776E81
(119,110,129)
#867D8E
(134,125,142)
#958C9B
(149,140,155)
#A49BA8
(164,155,168)
#B3AAB5
(179,170,181)
#C2B9C2
(194,185,194)
#D1C8CF
(209,200,207)
#E0D7DC
(224,215,220)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595067 color. Also use rgb(89,80,103) instead hex code.

Text Font Color

.myTextColor { color: #595067; }

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

This text font color is #595067.


Background Color

.myBgColor { background-color: #595067; }

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

This div background color is #595067.


Border color

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

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

This div border color is #595067.


Opacity

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

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

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

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

This text has shadow with #595067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595067 on black background.


Color preview on white background

This text has color #595067 on white background.



Black color preview on #595067 background

This text has black color on #595067 background.


White color preview on #595067 background

This text has white color on #595067 background.