COLOR #7A5620

HEX: #7A5620
RGB: (122,86,32)

Color info

#7A5620 contains mainly red and green colors. Web safe color of #7A5620 is #666633 (or #663).

RGB color model

#7A5620 color RGB value is (122,86,32).

  • red value is 122;
  • green value is 86;
  • blue value is 32.
RGB:
(122,86,32)
(48%,34%,13%)

RGB channels and saturation

R 122 of 255 = 48%
G 86 of 255 = 34%
B 32 of 255 = 13%

122
86
32

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

Portions of RGB colors in percentages

R + G + B =
122 + 86 + 32 = 240 (100%)
R 122 of 240 ~ 50.83%
G 86 of 240 ~ 35.83%
B 32 of 240 ~ 13.33%

%50.83
%35.83
%13.33

CMYK color model

#7A5620 color CMYK value is (0,30,74,52).

  • cyan value is 0.00%
  • magenta value is 29.51%
  • yellow value is 73.77%
  • key color value is 52.16%
CMYK:
(0,30,74,52)
C0M30Y74K52 
(0%,30%,74%,52%)
(0.00/0.30/0.74/0.52)	

CMYK percentages

%0
%29.51
%73.77
%52.16

Codes

Color #7A5620 in popluar color models

7A5620
RGB1228632
HSL36°58.44%30.20%
HSB/HSV36°73.77%47.84%
CMYK0.00%29.51%73.77%
52.16%

Color #7A5620 in popluar number systems.

HEX7A5620
Decimal1228632
Binary11110101010110100000
Octal17212640

Shades and tints

Shades of #7A5620

#7A5620
(122,86,32)
#6F4F1E
(111,79,30)
#64481C
(100,72,28)
#59411A
(89,65,26)
#4E3A18
(78,58,24)
#433316
(67,51,22)
#382C14
(56,44,20)
#2D2512
(45,37,18)
#221E10
(34,30,16)
#17170E
(23,23,14)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #7A5620

#7A5620
(122,86,32)
#866534
(134,101,52)
#927448
(146,116,72)
#9E835C
(158,131,92)
#AA9270
(170,146,112)
#B6A184
(182,161,132)
#C2B098
(194,176,152)
#CEBFAC
(206,191,172)
#DACEC0
(218,206,192)
#E6DDD4
(230,221,212)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5620 color. Also use rgb(122,86,32) instead hex code.

Text Font Color

.myTextColor { color: #7A5620; }

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

This text font color is #7A5620.


Background Color

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

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

This div background color is #7A5620.


Border color

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

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

This div border color is #7A5620.


Opacity

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

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

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

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

This text has shadow with #7A5620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5620 on black background.


Color preview on white background

This text has color #7A5620 on white background.



Black color preview on #7A5620 background

This text has black color on #7A5620 background.


White color preview on #7A5620 background

This text has white color on #7A5620 background.