COLOR #595967

HEX: #595967
RGB: (89,89,103)

Color info

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

RGB color model

#595967 color RGB value is (89,89,103).

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

RGB channels and saturation

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

89
89
103

R + G + B ~ 37%. #595967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 103 = 281 (100%)
R 89 of 281 ~ 31.67%
G 89 of 281 ~ 31.67%
B 103 of 281 ~ 36.65%

%31.67
%31.67
%36.65

CMYK color model

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

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

CMYK percentages

%13.59
%13.59
%0
%59.61

Codes

Color #595967 in popluar color models

595967
RGB8989103
HSL240°7.29%37.65%
HSB/HSV240°13.59%40.39%
CMYK13.59%13.59%0.00%
59.61%

Color #595967 in popluar number systems.

HEX595967
Decimal8989103
Binary101100110110011100111
Octal131131147

Shades and tints

Shades of #595967

#595967
(89,89,103)
#51515E
(81,81,94)
#494955
(73,73,85)
#41414C
(65,65,76)
#393943
(57,57,67)
#31313A
(49,49,58)
#292931
(41,41,49)
#212128
(33,33,40)
#19191F
(25,25,31)
#111116
(17,17,22)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #595967

#595967
(89,89,103)
#686874
(104,104,116)
#777781
(119,119,129)
#86868E
(134,134,142)
#95959B
(149,149,155)
#A4A4A8
(164,164,168)
#B3B3B5
(179,179,181)
#C2C2C2
(194,194,194)
#D1D1CF
(209,209,207)
#E0E0DC
(224,224,220)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595967; }

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

This text font color is #595967.


Background Color

.myBgColor { background-color: #595967; }

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

This div background color is #595967.


Border color

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

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

This div border color is #595967.


Opacity

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

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

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

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

This text has shadow with #595967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595967 on black background.


Color preview on white background

This text has color #595967 on white background.



Black color preview on #595967 background

This text has black color on #595967 background.


White color preview on #595967 background

This text has white color on #595967 background.