COLOR #604942

HEX: #604942
RGB: (96,73,66)

Color info

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

RGB color model

#604942 color RGB value is (96,73,66).

  • red value is 96;
  • green value is 73;
  • blue value is 66.
RGB:
(96,73,66)
(38%,29%,26%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 66 of 255 = 26%

96
73
66

R + G + B ~ 31%. #604942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 66 = 235 (100%)
R 96 of 235 ~ 40.85%
G 73 of 235 ~ 31.06%
B 66 of 235 ~ 28.09%

%40.85
%31.06
%28.09

CMYK color model

#604942 color CMYK value is (0,24,31,62).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 31.25%
  • key color value is 62.35%
CMYK:
(0,24,31,62)
C0M24Y31K62 
(0%,24%,31%,62%)
(0.00/0.24/0.31/0.62)	

CMYK percentages

%0
%23.96
%31.25
%62.35

Codes

Color #604942 in popluar color models

604942
RGB967366
HSL14°18.52%31.76%
HSB/HSV14°31.25%37.65%
CMYK0.00%23.96%31.25%
62.35%

Color #604942 in popluar number systems.

HEX604942
Decimal967366
Binary110000010010011000010
Octal140111102

Shades and tints

Shades of #604942

#604942
(96,73,66)
#58433C
(88,67,60)
#503D36
(80,61,54)
#483730
(72,55,48)
#40312A
(64,49,42)
#382B24
(56,43,36)
#30251E
(48,37,30)
#281F18
(40,31,24)
#201912
(32,25,18)
#18130C
(24,19,12)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #604942

#604942
(96,73,66)
#6E5953
(110,89,83)
#7C6964
(124,105,100)
#8A7975
(138,121,117)
#988986
(152,137,134)
#A69997
(166,153,151)
#B4A9A8
(180,169,168)
#C2B9B9
(194,185,185)
#D0C9CA
(208,201,202)
#DED9DB
(222,217,219)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604942 color. Also use rgb(96,73,66) instead hex code.

Text Font Color

.myTextColor { color: #604942; }

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

This text font color is #604942.


Background Color

.myBgColor { background-color: #604942; }

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

This div background color is #604942.


Border color

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

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

This div border color is #604942.


Opacity

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

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

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

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

This text has shadow with #604942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604942 on black background.


Color preview on white background

This text has color #604942 on white background.



Black color preview on #604942 background

This text has black color on #604942 background.


White color preview on #604942 background

This text has white color on #604942 background.