COLOR #87713F

HEX: #87713F
RGB: (135,113,63)

Renk bilgisi

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

RGB renk modeli

#87713F color RGB value is (135,113,63).

  • kırmız ton 135;
  • yeşil ton 113;
  • mavi ton 63.
RGB:
(135,113,63)
(53%,44%,25%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 113 of 255 = 44%
B 63 of 255 = 25%

135
113
63

R + G + B ~ 41%. #87713F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 113 + 63 = 311 (100%)
R 135 of 311 ~ 43.41%
G 113 of 311 ~ 36.33%
B 63 of 311 ~ 20.26%

%43.41
%36.33
%20.26

CMYK RENK MODELİ

#87713F rengi CMYK tonu (0,16,53,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.30%
  • sarı tonu 53.33%
  • ana renk tonu 47.06%
CMYK:
(0,16,53,47)
C0M16Y53K47 
(0%,16%,53%,47%)
(0.00/0.16/0.53/0.47)	

CMYK yüzdeleri

%0
%16.3
%53.33
%47.06

Codes

Color #87713F in popluar color models

87713F
RGB13511363
HSL42°36.36%38.82%
HSB/HSV42°53.33%52.94%
CMYK0.00%16.30%53.33%
47.06%

Color #87713F in popluar number systems.

HEX87713F
Decimal13511363
Binary100001111110001111111
Octal20716177

Shades and tints

Shades of #87713F

#87713F
(135,113,63)
#7B673A
(123,103,58)
#6F5D35
(111,93,53)
#635330
(99,83,48)
#57492B
(87,73,43)
#4B3F26
(75,63,38)
#3F3521
(63,53,33)
#332B1C
(51,43,28)
#272117
(39,33,23)
#1B1712
(27,23,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #87713F

#87713F
(135,113,63)
#917D50
(145,125,80)
#9B8961
(155,137,97)
#A59572
(165,149,114)
#AFA183
(175,161,131)
#B9AD94
(185,173,148)
#C3B9A5
(195,185,165)
#CDC5B6
(205,197,182)
#D7D1C7
(215,209,199)
#E1DDD8
(225,221,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87713F color. Also use rgb(135,113,63) instead hex code.

Text Font Color

.myTextColor { color: #87713F; }

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

This text font color is #87713F.


Background Color

.myBgColor { background-color: #87713F; }

<div style="background-color:#87713F">Inner text</div>

This div background color is #87713F.


Border color

.myBorderColor { border: 1px solid #87713F; }

<div style="border:3px solid #87713F">Div</div>

This div border color is #87713F.


Opacity

.myOpacity80 { color: #87713F; opacity: 0.8; }

<p style="color:#87713F;opacity:0.8;">80%</p>

Text with #87713F 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 #87713F;}

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

This text has shadow with #87713F color.

.textShadow {text-shadow: 3px 3px 1px #87713F, 3px 3px 1px red;}

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

This text has shadow with #87713F primary color and red secondary color.


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

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

This text has shadow with #87713F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87713F on black background.


Color preview on white background

This text has color #87713F on white background.



Black color preview on #87713F background

This text has black color on #87713F background.


White color preview on #87713F background

This text has white color on #87713F background.