COLOR #7A955F

HEX: #7A955F
RGB: (122,149,95)

Color info

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

RGB color model

#7A955F color RGB value is (122,149,95).

  • red value is 122;
  • green value is 149;
  • blue value is 95.
RGB:
(122,149,95)
(48%,58%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 95 of 255 = 37%

122
149
95

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

Portions of RGB colors in percentages

R + G + B =
122 + 149 + 95 = 366 (100%)
R 122 of 366 ~ 33.33%
G 149 of 366 ~ 40.71%
B 95 of 366 ~ 25.96%

%33.33
%40.71
%25.96

CMYK color model

#7A955F color CMYK value is (18,0,36,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(18,0,36,42)
C18M0Y36K42 
(18%,0%,36%,42%)
(0.18/0.00/0.36/0.42)	

CMYK percentages

%18.12
%0
%36.24
%41.57

Codes

Color #7A955F in popluar color models

7A955F
RGB12214995
HSL90°22.13%47.84%
HSB/HSV90°36.24%58.43%
CMYK18.12%0.00%36.24%
41.57%

Color #7A955F in popluar number systems.

HEX7A955F
Decimal12214995
Binary1111010100101011011111
Octal172225137

Shades and tints

Shades of #7A955F

#7A955F
(122,149,95)
#6F8857
(111,136,87)
#647B4F
(100,123,79)
#596E47
(89,110,71)
#4E613F
(78,97,63)
#435437
(67,84,55)
#38472F
(56,71,47)
#2D3A27
(45,58,39)
#222D1F
(34,45,31)
#172017
(23,32,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A955F

#7A955F
(122,149,95)
#869E6D
(134,158,109)
#92A77B
(146,167,123)
#9EB089
(158,176,137)
#AAB997
(170,185,151)
#B6C2A5
(182,194,165)
#C2CBB3
(194,203,179)
#CED4C1
(206,212,193)
#DADDCF
(218,221,207)
#E6E6DD
(230,230,221)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A955F color. Also use rgb(122,149,95) instead hex code.

Text Font Color

.myTextColor { color: #7A955F; }

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

This text font color is #7A955F.


Background Color

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

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

This div background color is #7A955F.


Border color

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

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

This div border color is #7A955F.


Opacity

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

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

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

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

This text has shadow with #7A955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A955F on black background.


Color preview on white background

This text has color #7A955F on white background.



Black color preview on #7A955F background

This text has black color on #7A955F background.


White color preview on #7A955F background

This text has white color on #7A955F background.