COLOR #7A6029

HEX: #7A6029
RGB: (122,96,41)

Color info

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

RGB color model

#7A6029 color RGB value is (122,96,41).

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

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 41 of 255 = 16%

122
96
41

R + G + B ~ 34%. #7A6029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 96 + 41 = 259 (100%)
R 122 of 259 ~ 47.1%
G 96 of 259 ~ 37.07%
B 41 of 259 ~ 15.83%

%47.1
%37.07
%15.83

CMYK color model

#7A6029 color CMYK value is (0,21,66,52).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 66.39%
  • key color value is 52.16%
CMYK:
(0,21,66,52)
C0M21Y66K52 
(0%,21%,66%,52%)
(0.00/0.21/0.66/0.52)	

CMYK percentages

%0
%21.31
%66.39
%52.16

Codes

Color #7A6029 in popluar color models

7A6029
RGB1229641
HSL41°49.69%31.96%
HSB/HSV41°66.39%47.84%
CMYK0.00%21.31%66.39%
52.16%

Color #7A6029 in popluar number systems.

HEX7A6029
Decimal1229641
Binary11110101100000101001
Octal17214051

Shades and tints

Shades of #7A6029

#7A6029
(122,96,41)
#6F5826
(111,88,38)
#645023
(100,80,35)
#594820
(89,72,32)
#4E401D
(78,64,29)
#43381A
(67,56,26)
#383017
(56,48,23)
#2D2814
(45,40,20)
#222011
(34,32,17)
#17180E
(23,24,14)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A6029

#7A6029
(122,96,41)
#866E3C
(134,110,60)
#927C4F
(146,124,79)
#9E8A62
(158,138,98)
#AA9875
(170,152,117)
#B6A688
(182,166,136)
#C2B49B
(194,180,155)
#CEC2AE
(206,194,174)
#DAD0C1
(218,208,193)
#E6DED4
(230,222,212)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6029; }

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

This text font color is #7A6029.


Background Color

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

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

This div background color is #7A6029.


Border color

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

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

This div border color is #7A6029.


Opacity

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

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

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

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

This text has shadow with #7A6029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6029 on black background.


Color preview on white background

This text has color #7A6029 on white background.



Black color preview on #7A6029 background

This text has black color on #7A6029 background.


White color preview on #7A6029 background

This text has white color on #7A6029 background.