COLOR #7A8043

HEX: #7A8043
RGB: (122,128,67)

Color info

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

RGB color model

#7A8043 color RGB value is (122,128,67).

  • red value is 122;
  • green value is 128;
  • blue value is 67.
RGB:
(122,128,67)
(48%,50%,26%)

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 67 of 255 = 26%

122
128
67

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 67 = 317 (100%)
R 122 of 317 ~ 38.49%
G 128 of 317 ~ 40.38%
B 67 of 317 ~ 21.14%

%38.49
%40.38
%21.14

CMYK color model

#7A8043 color CMYK value is (5,0,48,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 49.80%
CMYK:
(5,0,48,50)
C5M0Y48K50 
(5%,0%,48%,50%)
(0.05/0.00/0.48/0.50)	

CMYK percentages

%4.69
%0
%47.66
%49.8

Codes

Color #7A8043 in popluar color models

7A8043
RGB12212867
HSL66°31.28%38.24%
HSB/HSV66°47.66%50.20%
CMYK4.69%0.00%47.66%
49.80%

Color #7A8043 in popluar number systems.

HEX7A8043
Decimal12212867
Binary1111010100000001000011
Octal172200103

Shades and tints

Shades of #7A8043

#7A8043
(122,128,67)
#6F753D
(111,117,61)
#646A37
(100,106,55)
#595F31
(89,95,49)
#4E542B
(78,84,43)
#434925
(67,73,37)
#383E1F
(56,62,31)
#2D3319
(45,51,25)
#222813
(34,40,19)
#171D0D
(23,29,13)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #7A8043

#7A8043
(122,128,67)
#868B54
(134,139,84)
#929665
(146,150,101)
#9EA176
(158,161,118)
#AAAC87
(170,172,135)
#B6B798
(182,183,152)
#C2C2A9
(194,194,169)
#CECDBA
(206,205,186)
#DAD8CB
(218,216,203)
#E6E3DC
(230,227,220)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8043 color. Also use rgb(122,128,67) instead hex code.

Text Font Color

.myTextColor { color: #7A8043; }

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

This text font color is #7A8043.


Background Color

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

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

This div background color is #7A8043.


Border color

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

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

This div border color is #7A8043.


Opacity

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

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

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

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

This text has shadow with #7A8043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8043 on black background.


Color preview on white background

This text has color #7A8043 on white background.



Black color preview on #7A8043 background

This text has black color on #7A8043 background.


White color preview on #7A8043 background

This text has white color on #7A8043 background.