COLOR #605A4C

HEX: #605A4C
RGB: (96,90,76)

Color info

#605A4C contains red, green and blue colors in about the same proportion. Web safe color of #605A4C is #666633 (or #663).

RGB color model

#605A4C color RGB value is (96,90,76).

  • red value is 96;
  • green value is 90;
  • blue value is 76.
RGB:
(96,90,76)
(38%,35%,30%)

RGB channels and saturation

R 96 of 255 = 38%
G 90 of 255 = 35%
B 76 of 255 = 30%

96
90
76

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

Portions of RGB colors in percentages

R + G + B =
96 + 90 + 76 = 262 (100%)
R 96 of 262 ~ 36.64%
G 90 of 262 ~ 34.35%
B 76 of 262 ~ 29.01%

%36.64
%34.35
%29.01

CMYK color model

#605A4C color CMYK value is (0,6,21,62).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(0,6,21,62)
C0M6Y21K62 
(0%,6%,21%,62%)
(0.00/0.06/0.21/0.62)	

CMYK percentages

%0
%6.25
%20.83
%62.35

Codes

Color #605A4C in popluar color models

605A4C
RGB969076
HSL42°11.63%33.73%
HSB/HSV42°20.83%37.65%
CMYK0.00%6.25%20.83%
62.35%

Color #605A4C in popluar number systems.

HEX605A4C
Decimal969076
Binary110000010110101001100
Octal140132114

Shades and tints

Shades of #605A4C

#605A4C
(96,90,76)
#585246
(88,82,70)
#504A40
(80,74,64)
#48423A
(72,66,58)
#403A34
(64,58,52)
#38322E
(56,50,46)
#302A28
(48,42,40)
#282222
(40,34,34)
#201A1C
(32,26,28)
#181216
(24,18,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #605A4C

#605A4C
(96,90,76)
#6E695C
(110,105,92)
#7C786C
(124,120,108)
#8A877C
(138,135,124)
#98968C
(152,150,140)
#A6A59C
(166,165,156)
#B4B4AC
(180,180,172)
#C2C3BC
(194,195,188)
#D0D2CC
(208,210,204)
#DEE1DC
(222,225,220)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605A4C color. Also use rgb(96,90,76) instead hex code.

Text Font Color

.myTextColor { color: #605A4C; }

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

This text font color is #605A4C.


Background Color

.myBgColor { background-color: #605A4C; }

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

This div background color is #605A4C.


Border color

.myBorderColor { border: 1px solid #605A4C; }

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

This div border color is #605A4C.


Opacity

.myOpacity80 { color: #605A4C; opacity: 0.8; }

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

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

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

This text has shadow with #605A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605A4C on black background.


Color preview on white background

This text has color #605A4C on white background.



Black color preview on #605A4C background

This text has black color on #605A4C background.


White color preview on #605A4C background

This text has white color on #605A4C background.