COLOR #7A482E

HEX: #7A482E
RGB: (122,72,46)

Color info

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

RGB color model

#7A482E color RGB value is (122,72,46).

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

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 46 of 255 = 18%

122
72
46

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

Portions of RGB colors in percentages

R + G + B =
122 + 72 + 46 = 240 (100%)
R 122 of 240 ~ 50.83%
G 72 of 240 ~ 30%
B 46 of 240 ~ 19.17%

%50.83
%30
%19.17

CMYK color model

#7A482E color CMYK value is (0,41,62,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(0,41,62,52)
C0M41Y62K52 
(0%,41%,62%,52%)
(0.00/0.41/0.62/0.52)	

CMYK percentages

%0
%40.98
%62.3
%52.16

Codes

Color #7A482E in popluar color models

7A482E
RGB1227246
HSL21°45.24%32.94%
HSB/HSV21°62.30%47.84%
CMYK0.00%40.98%62.30%
52.16%

Color #7A482E in popluar number systems.

HEX7A482E
Decimal1227246
Binary11110101001000101110
Octal17211056

Shades and tints

Shades of #7A482E

#7A482E
(122,72,46)
#6F422A
(111,66,42)
#643C26
(100,60,38)
#593622
(89,54,34)
#4E301E
(78,48,30)
#432A1A
(67,42,26)
#382416
(56,36,22)
#2D1E12
(45,30,18)
#22180E
(34,24,14)
#17120A
(23,18,10)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #7A482E

#7A482E
(122,72,46)
#865841
(134,88,65)
#926854
(146,104,84)
#9E7867
(158,120,103)
#AA887A
(170,136,122)
#B6988D
(182,152,141)
#C2A8A0
(194,168,160)
#CEB8B3
(206,184,179)
#DAC8C6
(218,200,198)
#E6D8D9
(230,216,217)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A482E; }

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

This text font color is #7A482E.


Background Color

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

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

This div background color is #7A482E.


Border color

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

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

This div border color is #7A482E.


Opacity

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

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

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

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

This text has shadow with #7A482E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A482E on black background.


Color preview on white background

This text has color #7A482E on white background.



Black color preview on #7A482E background

This text has black color on #7A482E background.


White color preview on #7A482E background

This text has white color on #7A482E background.