COLOR #8BA079

HEX: #8BA079 RGB: (139,160,121)

Color info

#8BA079 contains red, green and blue colors in about the same proportion. Web safe color of #8BA079 is #999966 (or #996).

RGB color model

#8BA079 color RGB value is (139,160,121).

RGB: (139,160,121) (55%, 63%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 160 of 255 = 63%
B 121 of 255 = 47%

139
160
121

R + G + B ~ 55%. #8BA079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 160 + 121 = 420 (100%)
R 139 of 420 ~ 33.1%
G 160 of 420 ~ 38.1%
B 121 of 420 ~ 28.81'%

%33.1
%38.1
%28.81

CMYK color model

#8BA079 color CMYK value is (13,0,24,37).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 37.25%

CMYK: (13,0,24,37)
C13M0Y24K37 (13%, 0%, 24%, 37%)
(0.13 / 0.00 / 0.24 / 0.37)

CMYK percentages

%13.13
%0
%24.38
%37.25

Codes

Color #8BA079 in popluar color models

8B A0 79
RGB 139 160 121
HSL 92° 17.03% 55.10%
HSB/HSV 92° 24.38% 62.75%
CMYK 13.13% 0.00% 24.38%
37.25%

Color #8BA079 in popluar number systems.

HEX 8B A0 79
Decimal 139 160 121
Binary 10001011 10100000 1111001
Octal 213 240 171

Shades and tints

Shades of #8BA079

#8BA079
(139,160,121)
#7F926E
(127,146,110)
#738463
(115,132,99)
#677658
(103,118,88)
#5B684D
(91,104,77)
#4F5A42
(79,90,66)
#434C37
(67,76,55)
#373E2C
(55,62,44)
#2B3021
(43,48,33)
#1F2216
(31,34,22)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #8BA079

#8BA079
(139,160,121)
#95A885
(149,168,133)
#9FB091
(159,176,145)
#A9B89D
(169,184,157)
#B3C0A9
(179,192,169)
#BDC8B5
(189,200,181)
#C7D0C1
(199,208,193)
#D1D8CD
(209,216,205)
#DBE0D9
(219,224,217)
#E5E8E5
(229,232,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA079 color. Also use rgb(139,160,121) instead hex code.

Text Font Color

.myTextColor { color: #8BA079; }

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

This text font color is #8BA079.

Background Color

.myBgColor { background-color: #8BA079; }

<div style="background-color:#8BA079">Inner text</div>

This div background color is #8BA079.

Border color

.myBorderColor { border: 1px solid #8BA079; }

<div style="border:3px solid #8BA079">Div</div>

This div border color is #8BA079.

Opacity

.myOpacity80 { color: #8BA079; opacity: 0.8; }

<p style="color:#8BA079;opacity:0.8;">80%</p>

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

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

This text has shadow with #8BA079 color.


.textShadow {text-shadow: 3px 3px 1px #8BA079', 3px 3px 1px red;}

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

This text has shadow with #8BA079 primary color and red secondary color.


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

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

This text has shadow with #8BA079 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8BA079; -webkit-box-shadow: 1px 1px 3px 2px #8BA079; box-shadow:1px 1px 3px 2px #8BA079;">
Div content here
</div>

This div box has shadow with color #8BA079.

Preview

Color preview on black background

This text has color #8BA079 on black background.


Color preview on white background

This text has color #8BA079 on white background.


Black color preview on #8BA079 background

This text has black color on #8BA079 background.


White color preview on #8BA079 background

This text has white color on #8BA079 background.


Related colors

Complementary color

Complementary color for #hex is #745F86.


I love getcolorcode.com

Triadic colors

1 #798BA0 and #A0798B with #8BA079 are triadic colors.

2 #79A08B and #A08B79 with #8BA079 are triadic colors.