COLOR #7A9362

HEX: #7A9362
RGB: (122,147,98)

Color info

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

RGB color model

#7A9362 color RGB value is (122,147,98).

  • red value is 122;
  • green value is 147;
  • blue value is 98.
RGB:
(122,147,98)
(48%,58%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 147 of 255 = 58%
B 98 of 255 = 38%

122
147
98

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

Portions of RGB colors in percentages

R + G + B =
122 + 147 + 98 = 367 (100%)
R 122 of 367 ~ 33.24%
G 147 of 367 ~ 40.05%
B 98 of 367 ~ 26.7%

%33.24
%40.05
%26.7

CMYK color model

#7A9362 color CMYK value is (17,0,33,42).

  • cyan value is 17.01%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(17,0,33,42)
C17M0Y33K42 
(17%,0%,33%,42%)
(0.17/0.00/0.33/0.42)	

CMYK percentages

%17.01
%0
%33.33
%42.35

Codes

Color #7A9362 in popluar color models

7A9362
RGB12214798
HSL91°20.00%48.04%
HSB/HSV91°33.33%57.65%
CMYK17.01%0.00%33.33%
42.35%

Color #7A9362 in popluar number systems.

HEX7A9362
Decimal12214798
Binary1111010100100111100010
Octal172223142

Shades and tints

Shades of #7A9362

#7A9362
(122,147,98)
#6F865A
(111,134,90)
#647952
(100,121,82)
#596C4A
(89,108,74)
#4E5F42
(78,95,66)
#43523A
(67,82,58)
#384532
(56,69,50)
#2D382A
(45,56,42)
#222B22
(34,43,34)
#171E1A
(23,30,26)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A9362

#7A9362
(122,147,98)
#869C70
(134,156,112)
#92A57E
(146,165,126)
#9EAE8C
(158,174,140)
#AAB79A
(170,183,154)
#B6C0A8
(182,192,168)
#C2C9B6
(194,201,182)
#CED2C4
(206,210,196)
#DADBD2
(218,219,210)
#E6E4E0
(230,228,224)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9362 color. Also use rgb(122,147,98) instead hex code.

Text Font Color

.myTextColor { color: #7A9362; }

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

This text font color is #7A9362.


Background Color

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

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

This div background color is #7A9362.


Border color

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

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

This div border color is #7A9362.


Opacity

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

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

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

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

This text has shadow with #7A9362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9362 on black background.


Color preview on white background

This text has color #7A9362 on white background.



Black color preview on #7A9362 background

This text has black color on #7A9362 background.


White color preview on #7A9362 background

This text has white color on #7A9362 background.