COLOR #7A8A48

HEX: #7A8A48
RGB: (122,138,72)

Color info

#7A8A48 contains mainly red and green colors. Web safe color of #7A8A48 is #669933 (or #693).

RGB color model

#7A8A48 color RGB value is (122,138,72).

  • red value is 122;
  • green value is 138;
  • blue value is 72.
RGB:
(122,138,72)
(48%,54%,28%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 72 of 255 = 28%

122
138
72

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 72 = 332 (100%)
R 122 of 332 ~ 36.75%
G 138 of 332 ~ 41.57%
B 72 of 332 ~ 21.69%

%36.75
%41.57
%21.69

CMYK color model

#7A8A48 color CMYK value is (12,0,48,46).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 45.88%
CMYK:
(12,0,48,46)
C12M0Y48K46 
(12%,0%,48%,46%)
(0.12/0.00/0.48/0.46)	

CMYK percentages

%11.59
%0
%47.83
%45.88

Codes

Color #7A8A48 in popluar color models

7A8A48
RGB12213872
HSL75°31.43%41.18%
HSB/HSV75°47.83%54.12%
CMYK11.59%0.00%47.83%
45.88%

Color #7A8A48 in popluar number systems.

HEX7A8A48
Decimal12213872
Binary1111010100010101001000
Octal172212110

Shades and tints

Shades of #7A8A48

#7A8A48
(122,138,72)
#6F7E42
(111,126,66)
#64723C
(100,114,60)
#596636
(89,102,54)
#4E5A30
(78,90,48)
#434E2A
(67,78,42)
#384224
(56,66,36)
#2D361E
(45,54,30)
#222A18
(34,42,24)
#171E12
(23,30,18)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #7A8A48

#7A8A48
(122,138,72)
#869458
(134,148,88)
#929E68
(146,158,104)
#9EA878
(158,168,120)
#AAB288
(170,178,136)
#B6BC98
(182,188,152)
#C2C6A8
(194,198,168)
#CED0B8
(206,208,184)
#DADAC8
(218,218,200)
#E6E4D8
(230,228,216)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8A48 color. Also use rgb(122,138,72) instead hex code.

Text Font Color

.myTextColor { color: #7A8A48; }

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

This text font color is #7A8A48.


Background Color

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

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

This div background color is #7A8A48.


Border color

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

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

This div border color is #7A8A48.


Opacity

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

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

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

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

This text has shadow with #7A8A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8A48 on black background.


Color preview on white background

This text has color #7A8A48 on white background.



Black color preview on #7A8A48 background

This text has black color on #7A8A48 background.


White color preview on #7A8A48 background

This text has white color on #7A8A48 background.