COLOR #87A381

HEX: #87A381
RGB: (135,163,129)

Renk bilgisi

#87A381 contains red, green and blue colors in about the same proportion. #87A381 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#87A381 color RGB value is (135,163,129).

  • kırmız ton 135;
  • yeşil ton 163;
  • mavi ton 129.
RGB:
(135,163,129)
(53%,64%,51%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 163 of 255 = 64%
B 129 of 255 = 51%

135
163
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 163 + 129 = 427 (100%)
R 135 of 427 ~ 31.62%
G 163 of 427 ~ 38.17%
B 129 of 427 ~ 30.21%

%31.62
%38.17
%30.21

CMYK RENK MODELİ

#87A381 rengi CMYK tonu (17,0,21,36).

  • camgöbeği tonu 17.18%
  • eflatun tonu 0.00%
  • sarı tonu 20.86%
  • ana renk tonu 36.08%
CMYK:
(17,0,21,36)
C17M0Y21K36 
(17%,0%,21%,36%)
(0.17/0.00/0.21/0.36)	

CMYK yüzdeleri

%17.18
%0
%20.86
%36.08

Codes

Color #87A381 in popluar color models

87A381
RGB135163129
HSL109°15.60%57.25%
HSB/HSV109°20.86%63.92%
CMYK17.18%0.00%20.86%
36.08%

Color #87A381 in popluar number systems.

HEX87A381
Decimal135163129
Binary100001111010001110000001
Octal207243201

Shades and tints

Shades of #87A381

#87A381
(135,163,129)
#7B9576
(123,149,118)
#6F876B
(111,135,107)
#637960
(99,121,96)
#576B55
(87,107,85)
#4B5D4A
(75,93,74)
#3F4F3F
(63,79,63)
#334134
(51,65,52)
#273329
(39,51,41)
#1B251E
(27,37,30)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87A381

#87A381
(135,163,129)
#91AB8C
(145,171,140)
#9BB397
(155,179,151)
#A5BBA2
(165,187,162)
#AFC3AD
(175,195,173)
#B9CBB8
(185,203,184)
#C3D3C3
(195,211,195)
#CDDBCE
(205,219,206)
#D7E3D9
(215,227,217)
#E1EBE4
(225,235,228)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A381 color. Also use rgb(135,163,129) instead hex code.

Text Font Color

.myTextColor { color: #87A381; }

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

This text font color is #87A381.


Background Color

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

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

This div background color is #87A381.


Border color

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

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

This div border color is #87A381.


Opacity

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

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

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

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

This text has shadow with #87A381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A381 on black background.


Color preview on white background

This text has color #87A381 on white background.



Black color preview on #87A381 background

This text has black color on #87A381 background.


White color preview on #87A381 background

This text has white color on #87A381 background.