COLOR #87B463

HEX: #87B463
RGB: (135,180,99)

Renk bilgisi

#87B463 contains mainly red and green colors. #87B463 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#87B463 color RGB value is (135,180,99).

  • kırmız ton 135;
  • yeşil ton 180;
  • mavi ton 99.
RGB:
(135,180,99)
(53%,71%,39%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 180 of 255 = 71%
B 99 of 255 = 39%

135
180
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 180 + 99 = 414 (100%)
R 135 of 414 ~ 32.61%
G 180 of 414 ~ 43.48%
B 99 of 414 ~ 23.91%

%32.61
%43.48
%23.91

CMYK RENK MODELİ

#87B463 rengi CMYK tonu (25,0,45,29).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 45.00%
  • ana renk tonu 29.41%
CMYK:
(25,0,45,29)
C25M0Y45K29 
(25%,0%,45%,29%)
(0.25/0.00/0.45/0.29)	

CMYK yüzdeleri

%25
%0
%45
%29.41

Codes

Color #87B463 in popluar color models

87B463
RGB13518099
HSL93°35.06%54.71%
HSB/HSV93°45.00%70.59%
CMYK25.00%0.00%45.00%
29.41%

Color #87B463 in popluar number systems.

HEX87B463
Decimal13518099
Binary10000111101101001100011
Octal207264143

Shades and tints

Shades of #87B463

#87B463
(135,180,99)
#7BA45A
(123,164,90)
#6F9451
(111,148,81)
#638448
(99,132,72)
#57743F
(87,116,63)
#4B6436
(75,100,54)
#3F542D
(63,84,45)
#334424
(51,68,36)
#27341B
(39,52,27)
#1B2412
(27,36,18)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #87B463

#87B463
(135,180,99)
#91BA71
(145,186,113)
#9BC07F
(155,192,127)
#A5C68D
(165,198,141)
#AFCC9B
(175,204,155)
#B9D2A9
(185,210,169)
#C3D8B7
(195,216,183)
#CDDEC5
(205,222,197)
#D7E4D3
(215,228,211)
#E1EAE1
(225,234,225)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B463 color. Also use rgb(135,180,99) instead hex code.

Text Font Color

.myTextColor { color: #87B463; }

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

This text font color is #87B463.


Background Color

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

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

This div background color is #87B463.


Border color

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

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

This div border color is #87B463.


Opacity

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

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

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

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

This text has shadow with #87B463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B463 on black background.


Color preview on white background

This text has color #87B463 on white background.



Black color preview on #87B463 background

This text has black color on #87B463 background.


White color preview on #87B463 background

This text has white color on #87B463 background.