COLOR #7B947B

HEX: #7B947B
RGB: (123,148,123)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
148
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 148 + 123 = 394 (100%)
R 123 of 394 ~ 31.22%
G 148 of 394 ~ 37.56%
B 123 of 394 ~ 31.22%

%31.22
%37.56
%31.22

CMYK color model

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

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

CMYK percentages

%16.89
%0
%16.89
%41.96

Codes

Color #7B947B in popluar color models

7B947B
RGB123148123
HSL120°10.46%53.14%
HSB/HSV120°16.89%58.04%
CMYK16.89%0.00%16.89%
41.96%

Color #7B947B in popluar number systems.

HEX7B947B
Decimal123148123
Binary1111011100101001111011
Octal173224173

Shades and tints

Shades of #7B947B

#7B947B
(123,148,123)
#708770
(112,135,112)
#657A65
(101,122,101)
#5A6D5A
(90,109,90)
#4F604F
(79,96,79)
#445344
(68,83,68)
#394639
(57,70,57)
#2E392E
(46,57,46)
#232C23
(35,44,35)
#181F18
(24,31,24)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B947B

#7B947B
(123,148,123)
#879D87
(135,157,135)
#93A693
(147,166,147)
#9FAF9F
(159,175,159)
#ABB8AB
(171,184,171)
#B7C1B7
(183,193,183)
#C3CAC3
(195,202,195)
#CFD3CF
(207,211,207)
#DBDCDB
(219,220,219)
#E7E5E7
(231,229,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B947B; }

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

This text font color is #7B947B.


Background Color

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

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

This div background color is #7B947B.


Border color

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

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

This div border color is #7B947B.


Opacity

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

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

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

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

This text has shadow with #7B947B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B947B on black background.


Color preview on white background

This text has color #7B947B on white background.



Black color preview on #7B947B background

This text has black color on #7B947B background.


White color preview on #7B947B background

This text has white color on #7B947B background.