COLOR #604A06

HEX: #604A06
RGB: (96,74,6)

Color info

#604A06 contains mainly red and green colors. Web safe color of #604A06 is #663300 (or #630).

RGB color model

#604A06 color RGB value is (96,74,6).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 6 of 255 = 2%

96
74
6

R + G + B ~ 23%. #604A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 6 = 176 (100%)
R 96 of 176 ~ 54.55%
G 74 of 176 ~ 42.05%
B 6 of 176 ~ 3.41%

%54.55
%42.05

CMYK color model

#604A06 color CMYK value is (0,23,94,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 93.75%
  • key color value is 62.35%
CMYK:
(0,23,94,62)
C0M23Y94K62 
(0%,23%,94%,62%)
(0.00/0.23/0.94/0.62)	

CMYK percentages

%0
%22.92
%93.75
%62.35

Codes

Color #604A06 in popluar color models

604A06
RGB96746
HSL45°88.24%20.00%
HSB/HSV45°93.75%37.65%
CMYK0.00%22.92%93.75%
62.35%

Color #604A06 in popluar number systems.

HEX604A06
Decimal96746
Binary11000001001010110
Octal1401126

Shades and tints

Shades of #604A06

#604A06
(96,74,6)
#584406
(88,68,6)
#503E06
(80,62,6)
#483806
(72,56,6)
#403206
(64,50,6)
#382C06
(56,44,6)
#302606
(48,38,6)
#282006
(40,32,6)
#201A06
(32,26,6)
#181406
(24,20,6)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #604A06

#604A06
(96,74,6)
#6E5A1C
(110,90,28)
#7C6A32
(124,106,50)
#8A7A48
(138,122,72)
#988A5E
(152,138,94)
#A69A74
(166,154,116)
#B4AA8A
(180,170,138)
#C2BAA0
(194,186,160)
#D0CAB6
(208,202,182)
#DEDACC
(222,218,204)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A06; }

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

This text font color is #604A06.


Background Color

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

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

This div background color is #604A06.


Border color

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

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

This div border color is #604A06.


Opacity

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

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

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

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

This text has shadow with #604A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A06 on black background.


Color preview on white background

This text has color #604A06 on white background.



Black color preview on #604A06 background

This text has black color on #604A06 background.


White color preview on #604A06 background

This text has white color on #604A06 background.