COLOR #7BA479

HEX: #7BA479
RGB: (123,164,121)

Color info

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

RGB color model

#7BA479 color RGB value is (123,164,121).

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

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 121 of 255 = 47%

123
164
121

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

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 121 = 408 (100%)
R 123 of 408 ~ 30.15%
G 164 of 408 ~ 40.2%
B 121 of 408 ~ 29.66%

%30.15
%40.2
%29.66

CMYK color model

#7BA479 color CMYK value is (25,0,26,36).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(25,0,26,36)
C25M0Y26K36 
(25%,0%,26%,36%)
(0.25/0.00/0.26/0.36)	

CMYK percentages

%25
%0
%26.22
%35.69

Codes

Color #7BA479 in popluar color models

7BA479
RGB123164121
HSL117°19.11%55.88%
HSB/HSV117°26.22%64.31%
CMYK25.00%0.00%26.22%
35.69%

Color #7BA479 in popluar number systems.

HEX7BA479
Decimal123164121
Binary1111011101001001111001
Octal173244171

Shades and tints

Shades of #7BA479

#7BA479
(123,164,121)
#70966E
(112,150,110)
#658863
(101,136,99)
#5A7A58
(90,122,88)
#4F6C4D
(79,108,77)
#445E42
(68,94,66)
#395037
(57,80,55)
#2E422C
(46,66,44)
#233421
(35,52,33)
#182616
(24,38,22)
#0D180B
(13,24,11)
#000000
(0,0,0)

Tints of #7BA479

#7BA479
(123,164,121)
#87AC85
(135,172,133)
#93B491
(147,180,145)
#9FBC9D
(159,188,157)
#ABC4A9
(171,196,169)
#B7CCB5
(183,204,181)
#C3D4C1
(195,212,193)
#CFDCCD
(207,220,205)
#DBE4D9
(219,228,217)
#E7ECE5
(231,236,229)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA479; }

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

This text font color is #7BA479.


Background Color

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

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

This div background color is #7BA479.


Border color

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

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

This div border color is #7BA479.


Opacity

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

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

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

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

This text has shadow with #7BA479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA479 on black background.


Color preview on white background

This text has color #7BA479 on white background.



Black color preview on #7BA479 background

This text has black color on #7BA479 background.


White color preview on #7BA479 background

This text has white color on #7BA479 background.