COLOR #7A5329

HEX: #7A5329
RGB: (122,83,41)

Color info

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

RGB color model

#7A5329 color RGB value is (122,83,41).

  • red value is 122;
  • green value is 83;
  • blue value is 41.
RGB:
(122,83,41)
(48%,33%,16%)

RGB channels and saturation

R 122 of 255 = 48%
G 83 of 255 = 33%
B 41 of 255 = 16%

122
83
41

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

Portions of RGB colors in percentages

R + G + B =
122 + 83 + 41 = 246 (100%)
R 122 of 246 ~ 49.59%
G 83 of 246 ~ 33.74%
B 41 of 246 ~ 16.67%

%49.59
%33.74
%16.67

CMYK color model

#7A5329 color CMYK value is (0,32,66,52).

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 66.39%
  • key color value is 52.16%
CMYK:
(0,32,66,52)
C0M32Y66K52 
(0%,32%,66%,52%)
(0.00/0.32/0.66/0.52)	

CMYK percentages

%0
%31.97
%66.39
%52.16

Codes

Color #7A5329 in popluar color models

7A5329
RGB1228341
HSL31°49.69%31.96%
HSB/HSV31°66.39%47.84%
CMYK0.00%31.97%66.39%
52.16%

Color #7A5329 in popluar number systems.

HEX7A5329
Decimal1228341
Binary11110101010011101001
Octal17212351

Shades and tints

Shades of #7A5329

#7A5329
(122,83,41)
#6F4C26
(111,76,38)
#644523
(100,69,35)
#593E20
(89,62,32)
#4E371D
(78,55,29)
#43301A
(67,48,26)
#382917
(56,41,23)
#2D2214
(45,34,20)
#221B11
(34,27,17)
#17140E
(23,20,14)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #7A5329

#7A5329
(122,83,41)
#86623C
(134,98,60)
#92714F
(146,113,79)
#9E8062
(158,128,98)
#AA8F75
(170,143,117)
#B69E88
(182,158,136)
#C2AD9B
(194,173,155)
#CEBCAE
(206,188,174)
#DACBC1
(218,203,193)
#E6DAD4
(230,218,212)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5329 color. Also use rgb(122,83,41) instead hex code.

Text Font Color

.myTextColor { color: #7A5329; }

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

This text font color is #7A5329.


Background Color

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

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

This div background color is #7A5329.


Border color

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

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

This div border color is #7A5329.


Opacity

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

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

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

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

This text has shadow with #7A5329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5329 on black background.


Color preview on white background

This text has color #7A5329 on white background.



Black color preview on #7A5329 background

This text has black color on #7A5329 background.


White color preview on #7A5329 background

This text has white color on #7A5329 background.