COLOR #8BA457

HEX: #8BA457
RGB: (139,164,87)

Color info

#8BA457 contains mainly red and green colors. Web safe color of #8BA457 is #999966 (or #996).

RGB color model

#8BA457 color RGB value is (139,164,87).

  • red value is 139;
  • green value is 164;
  • blue value is 87.
RGB:
(139,164,87)
(55%,64%,34%)

RGB channels and saturation

R 139 of 255 = 55%
G 164 of 255 = 64%
B 87 of 255 = 34%

139
164
87

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

Portions of RGB colors in percentages

R + G + B =
139 + 164 + 87 = 390 (100%)
R 139 of 390 ~ 35.64%
G 164 of 390 ~ 42.05%
B 87 of 390 ~ 22.31%

%35.64
%42.05
%22.31

CMYK color model

#8BA457 color CMYK value is (15,0,47,36).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 46.95%
  • key color value is 35.69%
CMYK:
(15,0,47,36)
C15M0Y47K36 
(15%,0%,47%,36%)
(0.15/0.00/0.47/0.36)	

CMYK percentages

%15.24
%0
%46.95
%35.69

Codes

Color #8BA457 in popluar color models

8BA457
RGB13916487
HSL79°30.68%49.22%
HSB/HSV79°46.95%64.31%
CMYK15.24%0.00%46.95%
35.69%

Color #8BA457 in popluar number systems.

HEX8BA457
Decimal13916487
Binary10001011101001001010111
Octal213244127

Shades and tints

Shades of #8BA457

#8BA457
(139,164,87)
#7F9650
(127,150,80)
#738849
(115,136,73)
#677A42
(103,122,66)
#5B6C3B
(91,108,59)
#4F5E34
(79,94,52)
#43502D
(67,80,45)
#374226
(55,66,38)
#2B341F
(43,52,31)
#1F2618
(31,38,24)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #8BA457

#8BA457
(139,164,87)
#95AC66
(149,172,102)
#9FB475
(159,180,117)
#A9BC84
(169,188,132)
#B3C493
(179,196,147)
#BDCCA2
(189,204,162)
#C7D4B1
(199,212,177)
#D1DCC0
(209,220,192)
#DBE4CF
(219,228,207)
#E5ECDE
(229,236,222)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA457 color. Also use rgb(139,164,87) instead hex code.

Text Font Color

.myTextColor { color: #8BA457; }

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

This text font color is #8BA457.


Background Color

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

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

This div background color is #8BA457.


Border color

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

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

This div border color is #8BA457.


Opacity

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

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

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

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

This text has shadow with #8BA457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA457 on black background.


Color preview on white background

This text has color #8BA457 on white background.



Black color preview on #8BA457 background

This text has black color on #8BA457 background.


White color preview on #8BA457 background

This text has white color on #8BA457 background.