COLOR #605951

HEX: #605951
RGB: (96,89,81)

Color info

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

RGB color model

#605951 color RGB value is (96,89,81).

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

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 81 of 255 = 32%

96
89
81

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

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 81 = 266 (100%)
R 96 of 266 ~ 36.09%
G 89 of 266 ~ 33.46%
B 81 of 266 ~ 30.45%

%36.09
%33.46
%30.45

CMYK color model

#605951 color CMYK value is (0,7,16,62).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 15.63%
  • key color value is 62.35%
CMYK:
(0,7,16,62)
C0M7Y16K62 
(0%,7%,16%,62%)
(0.00/0.07/0.16/0.62)	

CMYK percentages

%0
%7.29
%15.63
%62.35

Codes

Color #605951 in popluar color models

605951
RGB968981
HSL32°8.47%34.71%
HSB/HSV32°15.63%37.65%
CMYK0.00%7.29%15.63%
62.35%

Color #605951 in popluar number systems.

HEX605951
Decimal968981
Binary110000010110011010001
Octal140131121

Shades and tints

Shades of #605951

#605951
(96,89,81)
#58514A
(88,81,74)
#504943
(80,73,67)
#48413C
(72,65,60)
#403935
(64,57,53)
#38312E
(56,49,46)
#302927
(48,41,39)
#282120
(40,33,32)
#201919
(32,25,25)
#181112
(24,17,18)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #605951

#605951
(96,89,81)
#6E6860
(110,104,96)
#7C776F
(124,119,111)
#8A867E
(138,134,126)
#98958D
(152,149,141)
#A6A49C
(166,164,156)
#B4B3AB
(180,179,171)
#C2C2BA
(194,194,186)
#D0D1C9
(208,209,201)
#DEE0D8
(222,224,216)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605951; }

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

This text font color is #605951.


Background Color

.myBgColor { background-color: #605951; }

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

This div background color is #605951.


Border color

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

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

This div border color is #605951.


Opacity

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

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

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

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

This text has shadow with #605951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605951 on black background.


Color preview on white background

This text has color #605951 on white background.



Black color preview on #605951 background

This text has black color on #605951 background.


White color preview on #605951 background

This text has white color on #605951 background.