COLOR #7BA47F

HEX: #7BA47F
RGB: (123,164,127)

Color info

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

RGB color model

#7BA47F color RGB value is (123,164,127).

  • red value is 123;
  • green value is 164;
  • blue value is 127.
RGB:
(123,164,127)
(48%,64%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 127 of 255 = 50%

123
164
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 127 = 414 (100%)
R 123 of 414 ~ 29.71%
G 164 of 414 ~ 39.61%
B 127 of 414 ~ 30.68%

%29.71
%39.61
%30.68

CMYK color model

#7BA47F color CMYK value is (25,0,23,36).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 35.69%
CMYK:
(25,0,23,36)
C25M0Y23K36 
(25%,0%,23%,36%)
(0.25/0.00/0.23/0.36)	

CMYK percentages

%25
%0
%22.56
%35.69

Codes

Color #7BA47F in popluar color models

7BA47F
RGB123164127
HSL126°18.39%56.27%
HSB/HSV126°25.00%64.31%
CMYK25.00%0.00%22.56%
35.69%

Color #7BA47F in popluar number systems.

HEX7BA47F
Decimal123164127
Binary1111011101001001111111
Octal173244177

Shades and tints

Shades of #7BA47F

#7BA47F
(123,164,127)
#709674
(112,150,116)
#658869
(101,136,105)
#5A7A5E
(90,122,94)
#4F6C53
(79,108,83)
#445E48
(68,94,72)
#39503D
(57,80,61)
#2E4232
(46,66,50)
#233427
(35,52,39)
#18261C
(24,38,28)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #7BA47F

#7BA47F
(123,164,127)
#87AC8A
(135,172,138)
#93B495
(147,180,149)
#9FBCA0
(159,188,160)
#ABC4AB
(171,196,171)
#B7CCB6
(183,204,182)
#C3D4C1
(195,212,193)
#CFDCCC
(207,220,204)
#DBE4D7
(219,228,215)
#E7ECE2
(231,236,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA47F; }

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

This text font color is #7BA47F.


Background Color

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

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

This div background color is #7BA47F.


Border color

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

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

This div border color is #7BA47F.


Opacity

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

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

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

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

This text has shadow with #7BA47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA47F on black background.


Color preview on white background

This text has color #7BA47F on white background.



Black color preview on #7BA47F background

This text has black color on #7BA47F background.


White color preview on #7BA47F background

This text has white color on #7BA47F background.