COLOR #8BA361

HEX: #8BA361
RGB: (139,163,97)

Color info

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

RGB color model

#8BA361 color RGB value is (139,163,97).

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

RGB channels and saturation

R 139 of 255 = 55%
G 163 of 255 = 64%
B 97 of 255 = 38%

139
163
97

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

Portions of RGB colors in percentages

R + G + B =
139 + 163 + 97 = 399 (100%)
R 139 of 399 ~ 34.84%
G 163 of 399 ~ 40.85%
B 97 of 399 ~ 24.31%

%34.84
%40.85
%24.31

CMYK color model

#8BA361 color CMYK value is (15,0,40,36).

  • cyan value is 14.72%
  • magenta value is 0.00%
  • yellow value is 40.49%
  • key color value is 36.08%
CMYK:
(15,0,40,36)
C15M0Y40K36 
(15%,0%,40%,36%)
(0.15/0.00/0.40/0.36)	

CMYK percentages

%14.72
%0
%40.49
%36.08

Codes

Color #8BA361 in popluar color models

8BA361
RGB13916397
HSL82°26.40%50.98%
HSB/HSV82°40.49%63.92%
CMYK14.72%0.00%40.49%
36.08%

Color #8BA361 in popluar number systems.

HEX8BA361
Decimal13916397
Binary10001011101000111100001
Octal213243141

Shades and tints

Shades of #8BA361

#8BA361
(139,163,97)
#7F9559
(127,149,89)
#738751
(115,135,81)
#677949
(103,121,73)
#5B6B41
(91,107,65)
#4F5D39
(79,93,57)
#434F31
(67,79,49)
#374129
(55,65,41)
#2B3321
(43,51,33)
#1F2519
(31,37,25)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #8BA361

#8BA361
(139,163,97)
#95AB6F
(149,171,111)
#9FB37D
(159,179,125)
#A9BB8B
(169,187,139)
#B3C399
(179,195,153)
#BDCBA7
(189,203,167)
#C7D3B5
(199,211,181)
#D1DBC3
(209,219,195)
#DBE3D1
(219,227,209)
#E5EBDF
(229,235,223)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA361; }

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

This text font color is #8BA361.


Background Color

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

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

This div background color is #8BA361.


Border color

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

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

This div border color is #8BA361.


Opacity

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

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

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

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

This text has shadow with #8BA361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA361 on black background.


Color preview on white background

This text has color #8BA361 on white background.



Black color preview on #8BA361 background

This text has black color on #8BA361 background.


White color preview on #8BA361 background

This text has white color on #8BA361 background.