COLOR #7A4D2E

HEX: #7A4D2E
RGB: (122,77,46)

Color info

#7A4D2E contains mainly red and green colors. Web safe color of #7A4D2E is #663333 (or #633).

RGB color model

#7A4D2E color RGB value is (122,77,46).

  • red value is 122;
  • green value is 77;
  • blue value is 46.
RGB:
(122,77,46)
(48%,30%,18%)

RGB channels and saturation

R 122 of 255 = 48%
G 77 of 255 = 30%
B 46 of 255 = 18%

122
77
46

R + G + B ~ 32%. #7A4D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 77 + 46 = 245 (100%)
R 122 of 245 ~ 49.8%
G 77 of 245 ~ 31.43%
B 46 of 245 ~ 18.78%

%49.8
%31.43
%18.78

CMYK color model

#7A4D2E color CMYK value is (0,37,62,52).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(0,37,62,52)
C0M37Y62K52 
(0%,37%,62%,52%)
(0.00/0.37/0.62/0.52)	

CMYK percentages

%0
%36.89
%62.3
%52.16

Codes

Color #7A4D2E in popluar color models

7A4D2E
RGB1227746
HSL24°45.24%32.94%
HSB/HSV24°62.30%47.84%
CMYK0.00%36.89%62.30%
52.16%

Color #7A4D2E in popluar number systems.

HEX7A4D2E
Decimal1227746
Binary11110101001101101110
Octal17211556

Shades and tints

Shades of #7A4D2E

#7A4D2E
(122,77,46)
#6F462A
(111,70,42)
#643F26
(100,63,38)
#593822
(89,56,34)
#4E311E
(78,49,30)
#432A1A
(67,42,26)
#382316
(56,35,22)
#2D1C12
(45,28,18)
#22150E
(34,21,14)
#170E0A
(23,14,10)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #7A4D2E

#7A4D2E
(122,77,46)
#865D41
(134,93,65)
#926D54
(146,109,84)
#9E7D67
(158,125,103)
#AA8D7A
(170,141,122)
#B69D8D
(182,157,141)
#C2ADA0
(194,173,160)
#CEBDB3
(206,189,179)
#DACDC6
(218,205,198)
#E6DDD9
(230,221,217)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4D2E color. Also use rgb(122,77,46) instead hex code.

Text Font Color

.myTextColor { color: #7A4D2E; }

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

This text font color is #7A4D2E.


Background Color

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

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

This div background color is #7A4D2E.


Border color

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

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

This div border color is #7A4D2E.


Opacity

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

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

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

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

This text has shadow with #7A4D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4D2E on black background.


Color preview on white background

This text has color #7A4D2E on white background.



Black color preview on #7A4D2E background

This text has black color on #7A4D2E background.


White color preview on #7A4D2E background

This text has white color on #7A4D2E background.