COLOR #7A4606

HEX: #7A4606
RGB: (122,70,6)

Color info

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

RGB color model

#7A4606 color RGB value is (122,70,6).

  • red value is 122;
  • green value is 70;
  • blue value is 6.
RGB:
(122,70,6)
(48%,27%,2%)

RGB channels and saturation

R 122 of 255 = 48%
G 70 of 255 = 27%
B 6 of 255 = 2%

122
70
6

R + G + B ~ 26%. #7A4606 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 70 + 6 = 198 (100%)
R 122 of 198 ~ 61.62%
G 70 of 198 ~ 35.35%
B 6 of 198 ~ 3.03%

%61.62
%35.35

CMYK color model

#7A4606 color CMYK value is (0,43,95,52).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 95.08%
  • key color value is 52.16%
CMYK:
(0,43,95,52)
C0M43Y95K52 
(0%,43%,95%,52%)
(0.00/0.43/0.95/0.52)	

CMYK percentages

%0
%42.62
%95.08
%52.16

Codes

Color #7A4606 in popluar color models

7A4606
RGB122706
HSL33°90.63%25.10%
HSB/HSV33°95.08%47.84%
CMYK0.00%42.62%95.08%
52.16%

Color #7A4606 in popluar number systems.

HEX7A4606
Decimal122706
Binary11110101000110110
Octal1721066

Shades and tints

Shades of #7A4606

#7A4606
(122,70,6)
#6F4006
(111,64,6)
#643A06
(100,58,6)
#593406
(89,52,6)
#4E2E06
(78,46,6)
#432806
(67,40,6)
#382206
(56,34,6)
#2D1C06
(45,28,6)
#221606
(34,22,6)
#171006
(23,16,6)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #7A4606

#7A4606
(122,70,6)
#86561C
(134,86,28)
#926632
(146,102,50)
#9E7648
(158,118,72)
#AA865E
(170,134,94)
#B69674
(182,150,116)
#C2A68A
(194,166,138)
#CEB6A0
(206,182,160)
#DAC6B6
(218,198,182)
#E6D6CC
(230,214,204)
#F2E6E2
(242,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4606 color. Also use rgb(122,70,6) instead hex code.

Text Font Color

.myTextColor { color: #7A4606; }

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

This text font color is #7A4606.


Background Color

.myBgColor { background-color: #7A4606; }

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

This div background color is #7A4606.


Border color

.myBorderColor { border: 1px solid #7A4606; }

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

This div border color is #7A4606.


Opacity

.myOpacity80 { color: #7A4606; opacity: 0.8; }

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

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

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

This text has shadow with #7A4606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4606 on black background.


Color preview on white background

This text has color #7A4606 on white background.



Black color preview on #7A4606 background

This text has black color on #7A4606 background.


White color preview on #7A4606 background

This text has white color on #7A4606 background.