COLOR #8DBA57

HEX: #8DBA57 RGB: (141,186,87)

Color info

#8DBA57 contains mainly red and green colors. Web safe color of #8DBA57 is #99CC66 (or #9C6).

RGB color model

#8DBA57 color RGB value is (141,186,87).

RGB: (141,186,87) (55%, 73%, 34%)

RGB channels and saturation

R 141 of 255 = 55%
G 186 of 255 = 73%
B 87 of 255 = 34%

141
186
87

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

Portions of RGB colors in percentages

R + G + B = 141 + 186 + 87 = 414 (100%)
R 141 of 414 ~ 34.06%
G 186 of 414 ~ 44.93%
B 87 of 414 ~ 21.01'%

%34.06
%44.93
%21.01

CMYK color model

#8DBA57 color CMYK value is (24,0,53,27).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 27.06%

CMYK: (24,0,53,27)
C24M0Y53K27 (24%, 0%, 53%, 27%)
(0.24 / 0.00 / 0.53 / 0.27)

CMYK percentages

%24.19
%0
%53.23
%27.06

Codes

Color #8DBA57 in popluar color models

8D BA 57
RGB 141 186 87
HSL 87° 41.77% 53.53%
HSB/HSV 87° 53.23% 72.94%
CMYK 24.19% 0.00% 53.23%
27.06%

Color #8DBA57 in popluar number systems.

HEX 8D BA 57
Decimal 141 186 87
Binary 10001101 10111010 1010111
Octal 215 272 127

Shades and tints

Shades of #8DBA57

#8DBA57
(141,186,87)
#81AA50
(129,170,80)
#759A49
(117,154,73)
#698A42
(105,138,66)
#5D7A3B
(93,122,59)
#516A34
(81,106,52)
#455A2D
(69,90,45)
#394A26
(57,74,38)
#2D3A1F
(45,58,31)
#212A18
(33,42,24)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #8DBA57

#8DBA57
(141,186,87)
#97C066
(151,192,102)
#A1C675
(161,198,117)
#ABCC84
(171,204,132)
#B5D293
(181,210,147)
#BFD8A2
(191,216,162)
#C9DEB1
(201,222,177)
#D3E4C0
(211,228,192)
#DDEACF
(221,234,207)
#E7F0DE
(231,240,222)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBA57 color. Also use rgb(141,186,87) instead hex code.

Text Font Color

.myTextColor { color: #8DBA57; }

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

This text font color is #8DBA57.

Background Color

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

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

This div background color is #8DBA57.

Border color

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

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

This div border color is #8DBA57.

Opacity

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

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

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

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

This text has shadow with #8DBA57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DBA57.

Preview

Color preview on black background

This text has color #8DBA57 on black background.


Color preview on white background

This text has color #8DBA57 on white background.


Black color preview on #8DBA57 background

This text has black color on #8DBA57 background.


White color preview on #8DBA57 background

This text has white color on #8DBA57 background.


Related colors

Complementary color

Complementary color for #hex is #7245A8.


I love getcolorcode.com

Triadic colors

1 #578DBA and #BA578D with #8DBA57 are triadic colors.

2 #57BA8D and #BA8D57 with #8DBA57 are triadic colors.