COLOR #7A8252

HEX: #7A8252
RGB: (122,130,82)

Color info

#7A8252 contains red, green and blue colors in about the same proportion. Web safe color of #7A8252 is #669966 (or #696).

RGB color model

#7A8252 color RGB value is (122,130,82).

  • red value is 122;
  • green value is 130;
  • blue value is 82.
RGB:
(122,130,82)
(48%,51%,32%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 82 of 255 = 32%

122
130
82

R + G + B ~ 44%. #7A8252 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 130 + 82 = 334 (100%)
R 122 of 334 ~ 36.53%
G 130 of 334 ~ 38.92%
B 82 of 334 ~ 24.55%

%36.53
%38.92
%24.55

CMYK color model

#7A8252 color CMYK value is (6,0,37,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK:
(6,0,37,49)
C6M0Y37K49 
(6%,0%,37%,49%)
(0.06/0.00/0.37/0.49)	

CMYK percentages

%6.15
%0
%36.92
%49.02

Codes

Color #7A8252 in popluar color models

7A8252
RGB12213082
HSL70°22.64%41.57%
HSB/HSV70°36.92%50.98%
CMYK6.15%0.00%36.92%
49.02%

Color #7A8252 in popluar number systems.

HEX7A8252
Decimal12213082
Binary1111010100000101010010
Octal172202122

Shades and tints

Shades of #7A8252

#7A8252
(122,130,82)
#6F774B
(111,119,75)
#646C44
(100,108,68)
#59613D
(89,97,61)
#4E5636
(78,86,54)
#434B2F
(67,75,47)
#384028
(56,64,40)
#2D3521
(45,53,33)
#222A1A
(34,42,26)
#171F13
(23,31,19)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #7A8252

#7A8252
(122,130,82)
#868D61
(134,141,97)
#929870
(146,152,112)
#9EA37F
(158,163,127)
#AAAE8E
(170,174,142)
#B6B99D
(182,185,157)
#C2C4AC
(194,196,172)
#CECFBB
(206,207,187)
#DADACA
(218,218,202)
#E6E5D9
(230,229,217)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8252 color. Also use rgb(122,130,82) instead hex code.

Text Font Color

.myTextColor { color: #7A8252; }

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

This text font color is #7A8252.


Background Color

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

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

This div background color is #7A8252.


Border color

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

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

This div border color is #7A8252.


Opacity

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

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

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

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

This text has shadow with #7A8252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8252 on black background.


Color preview on white background

This text has color #7A8252 on white background.



Black color preview on #7A8252 background

This text has black color on #7A8252 background.


White color preview on #7A8252 background

This text has white color on #7A8252 background.