COLOR #87513B

HEX: #87513B
RGB: (135,81,59)

Renk bilgisi

#87513B contains mainly red and green colors. #87513B ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#87513B color RGB value is (135,81,59).

  • kırmız ton 135;
  • yeşil ton 81;
  • mavi ton 59.
RGB:
(135,81,59)
(53%,32%,23%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 81 of 255 = 32%
B 59 of 255 = 23%

135
81
59

R + G + B ~ 36%. #87513B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 81 + 59 = 275 (100%)
R 135 of 275 ~ 49.09%
G 81 of 275 ~ 29.45%
B 59 of 275 ~ 21.45%

%49.09
%29.45
%21.45

CMYK RENK MODELİ

#87513B rengi CMYK tonu (0,40,56,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 56.30%
  • ana renk tonu 47.06%
CMYK:
(0,40,56,47)
C0M40Y56K47 
(0%,40%,56%,47%)
(0.00/0.40/0.56/0.47)	

CMYK yüzdeleri

%0
%40
%56.3
%47.06

Codes

Color #87513B in popluar color models

87513B
RGB1358159
HSL17°39.18%38.04%
HSB/HSV17°56.30%52.94%
CMYK0.00%40.00%56.30%
47.06%

Color #87513B in popluar number systems.

HEX87513B
Decimal1358159
Binary100001111010001111011
Octal20712173

Shades and tints

Shades of #87513B

#87513B
(135,81,59)
#7B4A36
(123,74,54)
#6F4331
(111,67,49)
#633C2C
(99,60,44)
#573527
(87,53,39)
#4B2E22
(75,46,34)
#3F271D
(63,39,29)
#332018
(51,32,24)
#271913
(39,25,19)
#1B120E
(27,18,14)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #87513B

#87513B
(135,81,59)
#91604C
(145,96,76)
#9B6F5D
(155,111,93)
#A57E6E
(165,126,110)
#AF8D7F
(175,141,127)
#B99C90
(185,156,144)
#C3ABA1
(195,171,161)
#CDBAB2
(205,186,178)
#D7C9C3
(215,201,195)
#E1D8D4
(225,216,212)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87513B color. Also use rgb(135,81,59) instead hex code.

Text Font Color

.myTextColor { color: #87513B; }

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

This text font color is #87513B.


Background Color

.myBgColor { background-color: #87513B; }

<div style="background-color:#87513B">Inner text</div>

This div background color is #87513B.


Border color

.myBorderColor { border: 1px solid #87513B; }

<div style="border:3px solid #87513B">Div</div>

This div border color is #87513B.


Opacity

.myOpacity80 { color: #87513B; opacity: 0.8; }

<p style="color:#87513B;opacity:0.8;">80%</p>

Text with #87513B 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 #87513B;}

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

This text has shadow with #87513B color.

.textShadow {text-shadow: 3px 3px 1px #87513B, 3px 3px 1px red;}

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

This text has shadow with #87513B primary color and red secondary color.


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

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

This text has shadow with #87513B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87513B on black background.


Color preview on white background

This text has color #87513B on white background.



Black color preview on #87513B background

This text has black color on #87513B background.


White color preview on #87513B background

This text has white color on #87513B background.