COLOR #8BA574

HEX: #8BA574 RGB: (139,165,116)

Color info

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

RGB color model

#8BA574 color RGB value is (139,165,116).

RGB: (139,165,116) (55%, 65%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 116 of 255 = 45%

139
165
116

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

Portions of RGB colors in percentages

R + G + B = 139 + 165 + 116 = 420 (100%)
R 139 of 420 ~ 33.1%
G 165 of 420 ~ 39.29%
B 116 of 420 ~ 27.62'%

%33.1
%39.29
%27.62

CMYK color model

#8BA574 color CMYK value is (16,0,30,35).

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

CMYK: (16,0,30,35)
C16M0Y30K35 (16%, 0%, 30%, 35%)
(0.16 / 0.00 / 0.30 / 0.35)

CMYK percentages

%15.76
%0
%29.7
%35.29

Codes

Color #8BA574 in popluar color models

8B A5 74
RGB 139 165 116
HSL 92° 21.40% 55.10%
HSB/HSV 92° 29.70% 64.71%
CMYK 15.76% 0.00% 29.70%
35.29%

Color #8BA574 in popluar number systems.

HEX 8B A5 74
Decimal 139 165 116
Binary 10001011 10100101 1110100
Octal 213 245 164

Shades and tints

Shades of #8BA574

#8BA574
(139,165,116)
#7F966A
(127,150,106)
#738760
(115,135,96)
#677856
(103,120,86)
#5B694C
(91,105,76)
#4F5A42
(79,90,66)
#434B38
(67,75,56)
#373C2E
(55,60,46)
#2B2D24
(43,45,36)
#1F1E1A
(31,30,26)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #8BA574

#8BA574
(139,165,116)
#95AD80
(149,173,128)
#9FB58C
(159,181,140)
#A9BD98
(169,189,152)
#B3C5A4
(179,197,164)
#BDCDB0
(189,205,176)
#C7D5BC
(199,213,188)
#D1DDC8
(209,221,200)
#DBE5D4
(219,229,212)
#E5EDE0
(229,237,224)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA574; }

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

This text font color is #8BA574.

Background Color

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

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

This div background color is #8BA574.

Border color

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

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

This div border color is #8BA574.

Opacity

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

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

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

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

This text has shadow with #8BA574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA574.

Preview

Color preview on black background

This text has color #8BA574 on black background.


Color preview on white background

This text has color #8BA574 on white background.


Black color preview on #8BA574 background

This text has black color on #8BA574 background.


White color preview on #8BA574 background

This text has white color on #8BA574 background.


Related colors

Complementary color

Complementary color for #hex is #745A8B.


I love getcolorcode.com

Triadic colors

1 #748BA5 and #A5748B with #8BA574 are triadic colors.

2 #74A58B and #A58B74 with #8BA574 are triadic colors.