COLOR #8BA071

HEX: #8BA071 RGB: (139,160,113)

Color info

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

RGB color model

#8BA071 color RGB value is (139,160,113).

RGB: (139,160,113) (55%, 63%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 160 of 255 = 63%
B 113 of 255 = 44%

139
160
113

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

Portions of RGB colors in percentages

R + G + B = 139 + 160 + 113 = 412 (100%)
R 139 of 412 ~ 33.74%
G 160 of 412 ~ 38.83%
B 113 of 412 ~ 27.43'%

%33.74
%38.83
%27.43

CMYK color model

#8BA071 color CMYK value is (13,0,29,37).

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

CMYK: (13,0,29,37)
C13M0Y29K37 (13%, 0%, 29%, 37%)
(0.13 / 0.00 / 0.29 / 0.37)

CMYK percentages

%13.13
%0
%29.38
%37.25

Codes

Color #8BA071 in popluar color models

8B A0 71
RGB 139 160 113
HSL 87° 19.83% 53.53%
HSB/HSV 87° 29.38% 62.75%
CMYK 13.13% 0.00% 29.38%
37.25%

Color #8BA071 in popluar number systems.

HEX 8B A0 71
Decimal 139 160 113
Binary 10001011 10100000 1110001
Octal 213 240 161

Shades and tints

Shades of #8BA071

#8BA071
(139,160,113)
#7F9267
(127,146,103)
#73845D
(115,132,93)
#677653
(103,118,83)
#5B6849
(91,104,73)
#4F5A3F
(79,90,63)
#434C35
(67,76,53)
#373E2B
(55,62,43)
#2B3021
(43,48,33)
#1F2217
(31,34,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #8BA071

#8BA071
(139,160,113)
#95A87D
(149,168,125)
#9FB089
(159,176,137)
#A9B895
(169,184,149)
#B3C0A1
(179,192,161)
#BDC8AD
(189,200,173)
#C7D0B9
(199,208,185)
#D1D8C5
(209,216,197)
#DBE0D1
(219,224,209)
#E5E8DD
(229,232,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA071; }

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

This text font color is #8BA071.

Background Color

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

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

This div background color is #8BA071.

Border color

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

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

This div border color is #8BA071.

Opacity

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

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

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

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

This text has shadow with #8BA071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA071.

Preview

Color preview on black background

This text has color #8BA071 on black background.


Color preview on white background

This text has color #8BA071 on white background.


Black color preview on #8BA071 background

This text has black color on #8BA071 background.


White color preview on #8BA071 background

This text has white color on #8BA071 background.


Related colors

Complementary color

Complementary color for #hex is #745F8E.


I love getcolorcode.com

Triadic colors

1 #718BA0 and #A0718B with #8BA071 are triadic colors.

2 #71A08B and #A08B71 with #8BA071 are triadic colors.