COLOR #7A947B

HEX: #7A947B
RGB: (122,148,123)

Color info

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

RGB color model

#7A947B color RGB value is (122,148,123).

  • red value is 122;
  • green value is 148;
  • blue value is 123.
RGB:
(122,148,123)
(48%,58%,48%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 123 of 255 = 48%

122
148
123

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

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 123 = 393 (100%)
R 122 of 393 ~ 31.04%
G 148 of 393 ~ 37.66%
B 123 of 393 ~ 31.3%

%31.04
%37.66
%31.3

CMYK color model

#7A947B color CMYK value is (18,0,17,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(18,0,17,42)
C18M0Y17K42 
(18%,0%,17%,42%)
(0.18/0.00/0.17/0.42)	

CMYK percentages

%17.57
%0
%16.89
%41.96

Codes

Color #7A947B in popluar color models

7A947B
RGB122148123
HSL122°10.83%52.94%
HSB/HSV122°17.57%58.04%
CMYK17.57%0.00%16.89%
41.96%

Color #7A947B in popluar number systems.

HEX7A947B
Decimal122148123
Binary1111010100101001111011
Octal172224173

Shades and tints

Shades of #7A947B

#7A947B
(122,148,123)
#6F8770
(111,135,112)
#647A65
(100,122,101)
#596D5A
(89,109,90)
#4E604F
(78,96,79)
#435344
(67,83,68)
#384639
(56,70,57)
#2D392E
(45,57,46)
#222C23
(34,44,35)
#171F18
(23,31,24)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #7A947B

#7A947B
(122,148,123)
#869D87
(134,157,135)
#92A693
(146,166,147)
#9EAF9F
(158,175,159)
#AAB8AB
(170,184,171)
#B6C1B7
(182,193,183)
#C2CAC3
(194,202,195)
#CED3CF
(206,211,207)
#DADCDB
(218,220,219)
#E6E5E7
(230,229,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A947B color. Also use rgb(122,148,123) instead hex code.

Text Font Color

.myTextColor { color: #7A947B; }

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

This text font color is #7A947B.


Background Color

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

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

This div background color is #7A947B.


Border color

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

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

This div border color is #7A947B.


Opacity

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

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

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

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

This text has shadow with #7A947B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A947B on black background.


Color preview on white background

This text has color #7A947B on white background.



Black color preview on #7A947B background

This text has black color on #7A947B background.


White color preview on #7A947B background

This text has white color on #7A947B background.