COLOR #7A9263

HEX: #7A9263
RGB: (122,146,99)

Color info

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

RGB color model

#7A9263 color RGB value is (122,146,99).

  • red value is 122;
  • green value is 146;
  • blue value is 99.
RGB:
(122,146,99)
(48%,57%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 146 of 255 = 57%
B 99 of 255 = 39%

122
146
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 146 + 99 = 367 (100%)
R 122 of 367 ~ 33.24%
G 146 of 367 ~ 39.78%
B 99 of 367 ~ 26.98%

%33.24
%39.78
%26.98

CMYK color model

#7A9263 color CMYK value is (16,0,32,43).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(16,0,32,43)
C16M0Y32K43 
(16%,0%,32%,43%)
(0.16/0.00/0.32/0.43)	

CMYK percentages

%16.44
%0
%32.19
%42.75

Codes

Color #7A9263 in popluar color models

7A9263
RGB12214699
HSL91°19.18%48.04%
HSB/HSV91°32.19%57.25%
CMYK16.44%0.00%32.19%
42.75%

Color #7A9263 in popluar number systems.

HEX7A9263
Decimal12214699
Binary1111010100100101100011
Octal172222143

Shades and tints

Shades of #7A9263

#7A9263
(122,146,99)
#6F855A
(111,133,90)
#647851
(100,120,81)
#596B48
(89,107,72)
#4E5E3F
(78,94,63)
#435136
(67,81,54)
#38442D
(56,68,45)
#2D3724
(45,55,36)
#222A1B
(34,42,27)
#171D12
(23,29,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #7A9263

#7A9263
(122,146,99)
#869B71
(134,155,113)
#92A47F
(146,164,127)
#9EAD8D
(158,173,141)
#AAB69B
(170,182,155)
#B6BFA9
(182,191,169)
#C2C8B7
(194,200,183)
#CED1C5
(206,209,197)
#DADAD3
(218,218,211)
#E6E3E1
(230,227,225)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9263 color. Also use rgb(122,146,99) instead hex code.

Text Font Color

.myTextColor { color: #7A9263; }

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

This text font color is #7A9263.


Background Color

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

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

This div background color is #7A9263.


Border color

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

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

This div border color is #7A9263.


Opacity

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

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

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

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

This text has shadow with #7A9263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9263 on black background.


Color preview on white background

This text has color #7A9263 on white background.



Black color preview on #7A9263 background

This text has black color on #7A9263 background.


White color preview on #7A9263 background

This text has white color on #7A9263 background.