COLOR #87B013

HEX: #87B013
RGB: (135,176,19)

Renk bilgisi

#87B013 contains mainly red and green colors. #87B013 ‘ nin web güvenlik rengi #999900 (ya da #990) dir.

RGB renk modeli

#87B013 color RGB value is (135,176,19).

  • kırmız ton 135;
  • yeşil ton 176;
  • mavi ton 19.
RGB:
(135,176,19)
(53%,69%,7%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 176 of 255 = 69%
B 19 of 255 = 7%

135
176
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 176 + 19 = 330 (100%)
R 135 of 330 ~ 40.91%
G 176 of 330 ~ 53.33%
B 19 of 330 ~ 5.76%

%40.91
%53.33

CMYK RENK MODELİ

#87B013 rengi CMYK tonu (23,0,89,31).

  • camgöbeği tonu 23.30%
  • eflatun tonu 0.00%
  • sarı tonu 89.20%
  • ana renk tonu 30.98%
CMYK:
(23,0,89,31)
C23M0Y89K31 
(23%,0%,89%,31%)
(0.23/0.00/0.89/0.31)	

CMYK yüzdeleri

%23.3
%0
%89.2
%30.98

Codes

Color #87B013 in popluar color models

87B013
RGB13517619
HSL76°80.51%38.24%
HSB/HSV76°89.20%69.02%
CMYK23.30%0.00%89.20%
30.98%

Color #87B013 in popluar number systems.

HEX87B013
Decimal13517619
Binary100001111011000010011
Octal20726023

Shades and tints

Shades of #87B013

#87B013
(135,176,19)
#7BA012
(123,160,18)
#6F9011
(111,144,17)
#638010
(99,128,16)
#57700F
(87,112,15)
#4B600E
(75,96,14)
#3F500D
(63,80,13)
#33400C
(51,64,12)
#27300B
(39,48,11)
#1B200A
(27,32,10)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #87B013

#87B013
(135,176,19)
#91B728
(145,183,40)
#9BBE3D
(155,190,61)
#A5C552
(165,197,82)
#AFCC67
(175,204,103)
#B9D37C
(185,211,124)
#C3DA91
(195,218,145)
#CDE1A6
(205,225,166)
#D7E8BB
(215,232,187)
#E1EFD0
(225,239,208)
#EBF6E5
(235,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B013 color. Also use rgb(135,176,19) instead hex code.

Text Font Color

.myTextColor { color: #87B013; }

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

This text font color is #87B013.


Background Color

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

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

This div background color is #87B013.


Border color

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

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

This div border color is #87B013.


Opacity

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

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

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

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

This text has shadow with #87B013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B013 on black background.


Color preview on white background

This text has color #87B013 on white background.



Black color preview on #87B013 background

This text has black color on #87B013 background.


White color preview on #87B013 background

This text has white color on #87B013 background.