COLOR #8BA58D

HEX: #8BA58D RGB: (139,165,141)

Color info

#8BA58D contains red, green and blue colors in about the same proportion. Web safe color of #8BA58D is #999999 (or #999).

RGB color model

#8BA58D color RGB value is (139,165,141).

RGB: (139,165,141) (55%, 65%, 55%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 141 of 255 = 55%

139
165
141

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

Portions of RGB colors in percentages

R + G + B = 139 + 165 + 141 = 445 (100%)
R 139 of 445 ~ 31.24%
G 165 of 445 ~ 37.08%
B 141 of 445 ~ 31.69'%

%31.24
%37.08
%31.69

CMYK color model

#8BA58D color CMYK value is (16,0,15,35).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (16,0,15,35)
C16M0Y15K35 (16%, 0%, 15%, 35%)
(0.16 / 0.00 / 0.15 / 0.35)

CMYK percentages

%15.76
%0
%14.55
%35.29

Codes

Color #8BA58D in popluar color models

8B A5 8D
RGB 139 165 141
HSL 125° 12.62% 59.61%
HSB/HSV 125° 15.76% 64.71%
CMYK 15.76% 0.00% 14.55%
35.29%

Color #8BA58D in popluar number systems.

HEX 8B A5 8D
Decimal 139 165 141
Binary 10001011 10100101 10001101
Octal 213 245 215

Shades and tints

Shades of #8BA58D

#8BA58D
(139,165,141)
#7F9681
(127,150,129)
#738775
(115,135,117)
#677869
(103,120,105)
#5B695D
(91,105,93)
#4F5A51
(79,90,81)
#434B45
(67,75,69)
#373C39
(55,60,57)
#2B2D2D
(43,45,45)
#1F1E21
(31,30,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #8BA58D

#8BA58D
(139,165,141)
#95AD97
(149,173,151)
#9FB5A1
(159,181,161)
#A9BDAB
(169,189,171)
#B3C5B5
(179,197,181)
#BDCDBF
(189,205,191)
#C7D5C9
(199,213,201)
#D1DDD3
(209,221,211)
#DBE5DD
(219,229,221)
#E5EDE7
(229,237,231)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA58D color. Also use rgb(139,165,141) instead hex code.

Text Font Color

.myTextColor { color: #8BA58D; }

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

This text font color is #8BA58D.

Background Color

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

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

This div background color is #8BA58D.

Border color

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

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

This div border color is #8BA58D.

Opacity

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

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

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

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

This text has shadow with #8BA58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA58D.

Preview

Color preview on black background

This text has color #8BA58D on black background.


Color preview on white background

This text has color #8BA58D on white background.


Black color preview on #8BA58D background

This text has black color on #8BA58D background.


White color preview on #8BA58D background

This text has white color on #8BA58D background.


Related colors

Complementary color

Complementary color for #hex is #745A72.


I love getcolorcode.com

Triadic colors

1 #8D8BA5 and #A58D8B with #8BA58D are triadic colors.

2 #8DA58B and #A58B8D with #8BA58D are triadic colors.