COLOR #605255

HEX: #605255
RGB: (96,82,85)

Color info

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

RGB color model

#605255 color RGB value is (96,82,85).

  • red value is 96;
  • green value is 82;
  • blue value is 85.
RGB:
(96,82,85)
(38%,32%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 82 of 255 = 32%
B 85 of 255 = 33%

96
82
85

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

Portions of RGB colors in percentages

R + G + B =
96 + 82 + 85 = 263 (100%)
R 96 of 263 ~ 36.5%
G 82 of 263 ~ 31.18%
B 85 of 263 ~ 32.32%

%36.5
%31.18
%32.32

CMYK color model

#605255 color CMYK value is (0,15,11,62).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 11.46%
  • key color value is 62.35%
CMYK:
(0,15,11,62)
C0M15Y11K62 
(0%,15%,11%,62%)
(0.00/0.15/0.11/0.62)	

CMYK percentages

%0
%14.58
%11.46
%62.35

Codes

Color #605255 in popluar color models

605255
RGB968285
HSL347°7.87%34.90%
HSB/HSV347°14.58%37.65%
CMYK0.00%14.58%11.46%
62.35%

Color #605255 in popluar number systems.

HEX605255
Decimal968285
Binary110000010100101010101
Octal140122125

Shades and tints

Shades of #605255

#605255
(96,82,85)
#584B4E
(88,75,78)
#504447
(80,68,71)
#483D40
(72,61,64)
#403639
(64,54,57)
#382F32
(56,47,50)
#30282B
(48,40,43)
#282124
(40,33,36)
#201A1D
(32,26,29)
#181316
(24,19,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #605255

#605255
(96,82,85)
#6E6164
(110,97,100)
#7C7073
(124,112,115)
#8A7F82
(138,127,130)
#988E91
(152,142,145)
#A69DA0
(166,157,160)
#B4ACAF
(180,172,175)
#C2BBBE
(194,187,190)
#D0CACD
(208,202,205)
#DED9DC
(222,217,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605255 color. Also use rgb(96,82,85) instead hex code.

Text Font Color

.myTextColor { color: #605255; }

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

This text font color is #605255.


Background Color

.myBgColor { background-color: #605255; }

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

This div background color is #605255.


Border color

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

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

This div border color is #605255.


Opacity

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

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

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

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

This text has shadow with #605255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605255 on black background.


Color preview on white background

This text has color #605255 on white background.



Black color preview on #605255 background

This text has black color on #605255 background.


White color preview on #605255 background

This text has white color on #605255 background.