COLOR #7A4611

HEX: #7A4611
RGB: (122,70,17)

Color info

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

RGB color model

#7A4611 color RGB value is (122,70,17).

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

RGB channels and saturation

R 122 of 255 = 48%
G 70 of 255 = 27%
B 17 of 255 = 7%

122
70
17

R + G + B ~ 27%. #7A4611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 70 + 17 = 209 (100%)
R 122 of 209 ~ 58.37%
G 70 of 209 ~ 33.49%
B 17 of 209 ~ 8.13%

%58.37
%33.49

CMYK color model

#7A4611 color CMYK value is (0,43,86,52).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 86.07%
  • key color value is 52.16%
CMYK:
(0,43,86,52)
C0M43Y86K52 
(0%,43%,86%,52%)
(0.00/0.43/0.86/0.52)	

CMYK percentages

%0
%42.62
%86.07
%52.16

Codes

Color #7A4611 in popluar color models

7A4611
RGB1227017
HSL30°75.54%27.25%
HSB/HSV30°86.07%47.84%
CMYK0.00%42.62%86.07%
52.16%

Color #7A4611 in popluar number systems.

HEX7A4611
Decimal1227017
Binary1111010100011010001
Octal17210621

Shades and tints

Shades of #7A4611

#7A4611
(122,70,17)
#6F4010
(111,64,16)
#643A0F
(100,58,15)
#59340E
(89,52,14)
#4E2E0D
(78,46,13)
#43280C
(67,40,12)
#38220B
(56,34,11)
#2D1C0A
(45,28,10)
#221609
(34,22,9)
#171008
(23,16,8)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #7A4611

#7A4611
(122,70,17)
#865626
(134,86,38)
#92663B
(146,102,59)
#9E7650
(158,118,80)
#AA8665
(170,134,101)
#B6967A
(182,150,122)
#C2A68F
(194,166,143)
#CEB6A4
(206,182,164)
#DAC6B9
(218,198,185)
#E6D6CE
(230,214,206)
#F2E6E3
(242,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4611; }

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

This text font color is #7A4611.


Background Color

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

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

This div background color is #7A4611.


Border color

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

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

This div border color is #7A4611.


Opacity

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

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

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

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

This text has shadow with #7A4611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4611 on black background.


Color preview on white background

This text has color #7A4611 on white background.



Black color preview on #7A4611 background

This text has black color on #7A4611 background.


White color preview on #7A4611 background

This text has white color on #7A4611 background.