COLOR #7BA084

HEX: #7BA084
RGB: (123,160,132)

Color info

#7BA084 contains red, green and blue colors in about the same proportion. Web safe color of #7BA084 is #669999 (or #699).

RGB color model

#7BA084 color RGB value is (123,160,132).

  • red value is 123;
  • green value is 160;
  • blue value is 132.
RGB:
(123,160,132)
(48%,63%,52%)

RGB channels and saturation

R 123 of 255 = 48%
G 160 of 255 = 63%
B 132 of 255 = 52%

123
160
132

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

Portions of RGB colors in percentages

R + G + B =
123 + 160 + 132 = 415 (100%)
R 123 of 415 ~ 29.64%
G 160 of 415 ~ 38.55%
B 132 of 415 ~ 31.81%

%29.64
%38.55
%31.81

CMYK color model

#7BA084 color CMYK value is (23,0,18,37).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(23,0,18,37)
C23M0Y18K37 
(23%,0%,18%,37%)
(0.23/0.00/0.18/0.37)	

CMYK percentages

%23.13
%0
%17.5
%37.25

Codes

Color #7BA084 in popluar color models

7BA084
RGB123160132
HSL135°16.30%55.49%
HSB/HSV135°23.13%62.75%
CMYK23.13%0.00%17.50%
37.25%

Color #7BA084 in popluar number systems.

HEX7BA084
Decimal123160132
Binary11110111010000010000100
Octal173240204

Shades and tints

Shades of #7BA084

#7BA084
(123,160,132)
#709278
(112,146,120)
#65846C
(101,132,108)
#5A7660
(90,118,96)
#4F6854
(79,104,84)
#445A48
(68,90,72)
#394C3C
(57,76,60)
#2E3E30
(46,62,48)
#233024
(35,48,36)
#182218
(24,34,24)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #7BA084

#7BA084
(123,160,132)
#87A88F
(135,168,143)
#93B09A
(147,176,154)
#9FB8A5
(159,184,165)
#ABC0B0
(171,192,176)
#B7C8BB
(183,200,187)
#C3D0C6
(195,208,198)
#CFD8D1
(207,216,209)
#DBE0DC
(219,224,220)
#E7E8E7
(231,232,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA084; }

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

This text font color is #7BA084.


Background Color

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

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

This div background color is #7BA084.


Border color

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

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

This div border color is #7BA084.


Opacity

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

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

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

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

This text has shadow with #7BA084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA084 on black background.


Color preview on white background

This text has color #7BA084 on white background.



Black color preview on #7BA084 background

This text has black color on #7BA084 background.


White color preview on #7BA084 background

This text has white color on #7BA084 background.