COLOR #604A4C

HEX: #604A4C
RGB: (96,74,76)

Color info

#604A4C contains red, green and blue colors in about the same proportion. Web safe color of #604A4C is #663333 (or #633).

RGB color model

#604A4C color RGB value is (96,74,76).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 76 of 255 = 30%

96
74
76

R + G + B ~ 32%. #604A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 76 = 246 (100%)
R 96 of 246 ~ 39.02%
G 74 of 246 ~ 30.08%
B 76 of 246 ~ 30.89%

%39.02
%30.08
%30.89

CMYK color model

#604A4C color CMYK value is (0,23,21,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(0,23,21,62)
C0M23Y21K62 
(0%,23%,21%,62%)
(0.00/0.23/0.21/0.62)	

CMYK percentages

%0
%22.92
%20.83
%62.35

Codes

Color #604A4C in popluar color models

604A4C
RGB967476
HSL355°12.94%33.33%
HSB/HSV355°22.92%37.65%
CMYK0.00%22.92%20.83%
62.35%

Color #604A4C in popluar number systems.

HEX604A4C
Decimal967476
Binary110000010010101001100
Octal140112114

Shades and tints

Shades of #604A4C

#604A4C
(96,74,76)
#584446
(88,68,70)
#503E40
(80,62,64)
#48383A
(72,56,58)
#403234
(64,50,52)
#382C2E
(56,44,46)
#302628
(48,38,40)
#282022
(40,32,34)
#201A1C
(32,26,28)
#181416
(24,20,22)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #604A4C

#604A4C
(96,74,76)
#6E5A5C
(110,90,92)
#7C6A6C
(124,106,108)
#8A7A7C
(138,122,124)
#988A8C
(152,138,140)
#A69A9C
(166,154,156)
#B4AAAC
(180,170,172)
#C2BABC
(194,186,188)
#D0CACC
(208,202,204)
#DEDADC
(222,218,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A4C; }

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

This text font color is #604A4C.


Background Color

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

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

This div background color is #604A4C.


Border color

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

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

This div border color is #604A4C.


Opacity

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

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

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

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

This text has shadow with #604A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A4C on black background.


Color preview on white background

This text has color #604A4C on white background.



Black color preview on #604A4C background

This text has black color on #604A4C background.


White color preview on #604A4C background

This text has white color on #604A4C background.