COLOR #7B946A

HEX: #7B946A
RGB: (123,148,106)

Color info

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

RGB color model

#7B946A color RGB value is (123,148,106).

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

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 106 of 255 = 42%

123
148
106

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

Portions of RGB colors in percentages

R + G + B =
123 + 148 + 106 = 377 (100%)
R 123 of 377 ~ 32.63%
G 148 of 377 ~ 39.26%
B 106 of 377 ~ 28.12%

%32.63
%39.26
%28.12

CMYK color model

#7B946A color CMYK value is (17,0,28,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 41.96%
CMYK:
(17,0,28,42)
C17M0Y28K42 
(17%,0%,28%,42%)
(0.17/0.00/0.28/0.42)	

CMYK percentages

%16.89
%0
%28.38
%41.96

Codes

Color #7B946A in popluar color models

7B946A
RGB123148106
HSL96°16.54%49.80%
HSB/HSV96°28.38%58.04%
CMYK16.89%0.00%28.38%
41.96%

Color #7B946A in popluar number systems.

HEX7B946A
Decimal123148106
Binary1111011100101001101010
Octal173224152

Shades and tints

Shades of #7B946A

#7B946A
(123,148,106)
#708761
(112,135,97)
#657A58
(101,122,88)
#5A6D4F
(90,109,79)
#4F6046
(79,96,70)
#44533D
(68,83,61)
#394634
(57,70,52)
#2E392B
(46,57,43)
#232C22
(35,44,34)
#181F19
(24,31,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B946A

#7B946A
(123,148,106)
#879D77
(135,157,119)
#93A684
(147,166,132)
#9FAF91
(159,175,145)
#ABB89E
(171,184,158)
#B7C1AB
(183,193,171)
#C3CAB8
(195,202,184)
#CFD3C5
(207,211,197)
#DBDCD2
(219,220,210)
#E7E5DF
(231,229,223)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B946A; }

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

This text font color is #7B946A.


Background Color

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

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

This div background color is #7B946A.


Border color

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

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

This div border color is #7B946A.


Opacity

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

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

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

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

This text has shadow with #7B946A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B946A on black background.


Color preview on white background

This text has color #7B946A on white background.



Black color preview on #7B946A background

This text has black color on #7B946A background.


White color preview on #7B946A background

This text has white color on #7B946A background.