COLOR #87714B

HEX: #87714B
RGB: (135,113,75)

Renk bilgisi

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

RGB renk modeli

#87714B color RGB value is (135,113,75).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 113 of 255 = 44%
B 75 of 255 = 29%

135
113
75

R + G + B ~ 42%. #87714B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 113 + 75 = 323 (100%)
R 135 of 323 ~ 41.8%
G 113 of 323 ~ 34.98%
B 75 of 323 ~ 23.22%

%41.8
%34.98
%23.22

CMYK RENK MODELİ

#87714B rengi CMYK tonu (0,16,44,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.30%
  • sarı tonu 44.44%
  • ana renk tonu 47.06%
CMYK:
(0,16,44,47)
C0M16Y44K47 
(0%,16%,44%,47%)
(0.00/0.16/0.44/0.47)	

CMYK yüzdeleri

%0
%16.3
%44.44
%47.06

Codes

Color #87714B in popluar color models

87714B
RGB13511375
HSL38°28.57%41.18%
HSB/HSV38°44.44%52.94%
CMYK0.00%16.30%44.44%
47.06%

Color #87714B in popluar number systems.

HEX87714B
Decimal13511375
Binary1000011111100011001011
Octal207161113

Shades and tints

Shades of #87714B

#87714B
(135,113,75)
#7B6745
(123,103,69)
#6F5D3F
(111,93,63)
#635339
(99,83,57)
#574933
(87,73,51)
#4B3F2D
(75,63,45)
#3F3527
(63,53,39)
#332B21
(51,43,33)
#27211B
(39,33,27)
#1B1715
(27,23,21)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #87714B

#87714B
(135,113,75)
#917D5B
(145,125,91)
#9B896B
(155,137,107)
#A5957B
(165,149,123)
#AFA18B
(175,161,139)
#B9AD9B
(185,173,155)
#C3B9AB
(195,185,171)
#CDC5BB
(205,197,187)
#D7D1CB
(215,209,203)
#E1DDDB
(225,221,219)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87714B color. Also use rgb(135,113,75) instead hex code.

Text Font Color

.myTextColor { color: #87714B; }

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

This text font color is #87714B.


Background Color

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

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

This div background color is #87714B.


Border color

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

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

This div border color is #87714B.


Opacity

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

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

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

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

This text has shadow with #87714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87714B on black background.


Color preview on white background

This text has color #87714B on white background.



Black color preview on #87714B background

This text has black color on #87714B background.


White color preview on #87714B background

This text has white color on #87714B background.