COLOR #87AF58

HEX: #87AF58 RGB: (135,175,88)

Color info

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

RGB color model

#87AF58 color RGB value is (135,175,88).

RGB: (135,175,88) (53%, 69%, 35%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 88 of 255 = 35%

135
175
88

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

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 88 = 398 (100%)
R 135 of 398 ~ 33.92%
G 175 of 398 ~ 43.97%
B 88 of 398 ~ 22.11'%

%33.92
%43.97
%22.11

CMYK color model

#87AF58 color CMYK value is (23,0,50,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 49.71%
  • key color value is 31.37%

CMYK: (23,0,50,31)
C23M0Y50K31 (23%, 0%, 50%, 31%)
(0.23 / 0.00 / 0.50 / 0.31)

CMYK percentages

%22.86
%0
%49.71
%31.37

Codes

Color #87AF58 in popluar color models

87 AF 58
RGB 135 175 88
HSL 88° 35.22% 51.57%
HSB/HSV 88° 49.71% 68.63%
CMYK 22.86% 0.00% 49.71%
31.37%

Color #87AF58 in popluar number systems.

HEX 87 AF 58
Decimal 135 175 88
Binary 10000111 10101111 1011000
Octal 207 257 130

Shades and tints

Shades of #87AF58

#87AF58
(135,175,88)
#7BA050
(123,160,80)
#6F9148
(111,145,72)
#638240
(99,130,64)
#577338
(87,115,56)
#4B6430
(75,100,48)
#3F5528
(63,85,40)
#334620
(51,70,32)
#273718
(39,55,24)
#1B2810
(27,40,16)
#0F1908
(15,25,8)
#000000
(0,0,0)

Tints of #87AF58

#87AF58
(135,175,88)
#91B667
(145,182,103)
#9BBD76
(155,189,118)
#A5C485
(165,196,133)
#AFCB94
(175,203,148)
#B9D2A3
(185,210,163)
#C3D9B2
(195,217,178)
#CDE0C1
(205,224,193)
#D7E7D0
(215,231,208)
#E1EEDF
(225,238,223)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AF58 color. Also use rgb(135,175,88) instead hex code.

Text Font Color

.myTextColor { color: #87AF58; }

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

This text font color is #87AF58.

Background Color

.myBgColor { background-color: #87AF58; }

<div style="background-color:#87AF58">Inner text</div>

This div background color is #87AF58.

Border color

.myBorderColor { border: 1px solid #87AF58; }

<div style="border:3px solid #87AF58">Div</div>

This div border color is #87AF58.

Opacity

.myOpacity80 { color: #87AF58; opacity: 0.8; }

<p style="color:#87AF58;opacity:0.8;">80%</p>

Text with #87AF58 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 #87AF58;}

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

This text has shadow with #87AF58 color.


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

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

This text has shadow with #87AF58 primary color and red secondary color.


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

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

This text has shadow with #87AF58 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87AF58.

Preview

Color preview on black background

This text has color #87AF58 on black background.


Color preview on white background

This text has color #87AF58 on white background.


Black color preview on #87AF58 background

This text has black color on #87AF58 background.


White color preview on #87AF58 background

This text has white color on #87AF58 background.


Related colors

Complementary color

Complementary color for #hex is #7850A7.


I love getcolorcode.com

Triadic colors

1 #5887AF and #AF5887 with #87AF58 are triadic colors.

2 #58AF87 and #AF8758 with #87AF58 are triadic colors.