COLOR #8BA077

HEX: #8BA077 RGB: (139,160,119)

Color info

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

RGB color model

#8BA077 color RGB value is (139,160,119).

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

RGB channels and saturation

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

139
160
119

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

Portions of RGB colors in percentages

R + G + B = 139 + 160 + 119 = 418 (100%)
R 139 of 418 ~ 33.25%
G 160 of 418 ~ 38.28%
B 119 of 418 ~ 28.47'%

%33.25
%38.28
%28.47

CMYK color model

#8BA077 color CMYK value is (13,0,26,37).

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

CMYK: (13,0,26,37)
C13M0Y26K37 (13%, 0%, 26%, 37%)
(0.13 / 0.00 / 0.26 / 0.37)

CMYK percentages

%13.13
%0
%25.63
%37.25

Codes

Color #8BA077 in popluar color models

8B A0 77
RGB 139 160 119
HSL 91° 17.75% 54.71%
HSB/HSV 91° 25.63% 62.75%
CMYK 13.13% 0.00% 25.63%
37.25%

Color #8BA077 in popluar number systems.

HEX 8B A0 77
Decimal 139 160 119
Binary 10001011 10100000 1110111
Octal 213 240 167

Shades and tints

Shades of #8BA077

#8BA077
(139,160,119)
#7F926D
(127,146,109)
#738463
(115,132,99)
#677659
(103,118,89)
#5B684F
(91,104,79)
#4F5A45
(79,90,69)
#434C3B
(67,76,59)
#373E31
(55,62,49)
#2B3027
(43,48,39)
#1F221D
(31,34,29)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #8BA077

#8BA077
(139,160,119)
#95A883
(149,168,131)
#9FB08F
(159,176,143)
#A9B89B
(169,184,155)
#B3C0A7
(179,192,167)
#BDC8B3
(189,200,179)
#C7D0BF
(199,208,191)
#D1D8CB
(209,216,203)
#DBE0D7
(219,224,215)
#E5E8E3
(229,232,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA077; }

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

This text font color is #8BA077.

Background Color

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

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

This div background color is #8BA077.

Border color

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

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

This div border color is #8BA077.

Opacity

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

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

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

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

This text has shadow with #8BA077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA077.

Preview

Color preview on black background

This text has color #8BA077 on black background.


Color preview on white background

This text has color #8BA077 on white background.


Black color preview on #8BA077 background

This text has black color on #8BA077 background.


White color preview on #8BA077 background

This text has white color on #8BA077 background.


Related colors

Complementary color

Complementary color for #hex is #745F88.


I love getcolorcode.com

Triadic colors

1 #778BA0 and #A0778B with #8BA077 are triadic colors.

2 #77A08B and #A08B77 with #8BA077 are triadic colors.