COLOR #8BA377

HEX: #8BA377
RGB: (139,163,119)

Color info

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

RGB color model

#8BA377 color RGB value is (139,163,119).

  • red value is 139;
  • green value is 163;
  • blue value is 119.
RGB:
(139,163,119)
(55%,64%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 163 of 255 = 64%
B 119 of 255 = 47%

139
163
119

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

Portions of RGB colors in percentages

R + G + B =
139 + 163 + 119 = 421 (100%)
R 139 of 421 ~ 33.02%
G 163 of 421 ~ 38.72%
B 119 of 421 ~ 28.27%

%33.02
%38.72
%28.27

CMYK color model

#8BA377 color CMYK value is (15,0,27,36).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(15,0,27,36)
C15M0Y27K36 
(15%,0%,27%,36%)
(0.15/0.00/0.27/0.36)	

CMYK percentages

%14.72
%0
%26.99
%36.08

Codes

Color #8BA377 in popluar color models

8BA377
RGB139163119
HSL93°19.30%55.29%
HSB/HSV93°26.99%63.92%
CMYK14.72%0.00%26.99%
36.08%

Color #8BA377 in popluar number systems.

HEX8BA377
Decimal139163119
Binary10001011101000111110111
Octal213243167

Shades and tints

Shades of #8BA377

#8BA377
(139,163,119)
#7F956D
(127,149,109)
#738763
(115,135,99)
#677959
(103,121,89)
#5B6B4F
(91,107,79)
#4F5D45
(79,93,69)
#434F3B
(67,79,59)
#374131
(55,65,49)
#2B3327
(43,51,39)
#1F251D
(31,37,29)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #8BA377

#8BA377
(139,163,119)
#95AB83
(149,171,131)
#9FB38F
(159,179,143)
#A9BB9B
(169,187,155)
#B3C3A7
(179,195,167)
#BDCBB3
(189,203,179)
#C7D3BF
(199,211,191)
#D1DBCB
(209,219,203)
#DBE3D7
(219,227,215)
#E5EBE3
(229,235,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA377; }

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

This text font color is #8BA377.


Background Color

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

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

This div background color is #8BA377.


Border color

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

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

This div border color is #8BA377.


Opacity

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

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

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

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

This text has shadow with #8BA377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA377 on black background.


Color preview on white background

This text has color #8BA377 on white background.



Black color preview on #8BA377 background

This text has black color on #8BA377 background.


White color preview on #8BA377 background

This text has white color on #8BA377 background.