COLOR #87681C

HEX: #87681C
RGB: (135,104,28)

Color info

#87681C contains mainly red and green colors. Web safe color of #87681C is #996633 (or #963).

RGB color model

#87681C color RGB value is (135,104,28).

  • red value is 135;
  • green value is 104;
  • blue value is 28.
RGB:
(135,104,28)
(53%,41%,11%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 28 of 255 = 11%

135
104
28

R + G + B ~ 35%. #87681C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 28 = 267 (100%)
R 135 of 267 ~ 50.56%
G 104 of 267 ~ 38.95%
B 28 of 267 ~ 10.49%

%50.56
%38.95
%10.49

CMYK color model

#87681C color CMYK value is (0,23,79,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 79.26%
  • key color value is 47.06%
CMYK:
(0,23,79,47)
C0M23Y79K47 
(0%,23%,79%,47%)
(0.00/0.23/0.79/0.47)	

CMYK percentages

%0
%22.96
%79.26
%47.06

Codes

Color #87681C in popluar color models

87681C
RGB13510428
HSL43°65.64%31.96%
HSB/HSV43°79.26%52.94%
CMYK0.00%22.96%79.26%
47.06%

Color #87681C in popluar number systems.

HEX87681C
Decimal13510428
Binary10000111110100011100
Octal20715034

Shades and tints

Shades of #87681C

#87681C
(135,104,28)
#7B5F1A
(123,95,26)
#6F5618
(111,86,24)
#634D16
(99,77,22)
#574414
(87,68,20)
#4B3B12
(75,59,18)
#3F3210
(63,50,16)
#33290E
(51,41,14)
#27200C
(39,32,12)
#1B170A
(27,23,10)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #87681C

#87681C
(135,104,28)
#917530
(145,117,48)
#9B8244
(155,130,68)
#A58F58
(165,143,88)
#AF9C6C
(175,156,108)
#B9A980
(185,169,128)
#C3B694
(195,182,148)
#CDC3A8
(205,195,168)
#D7D0BC
(215,208,188)
#E1DDD0
(225,221,208)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87681C color. Also use rgb(135,104,28) instead hex code.

Text Font Color

.myTextColor { color: #87681C; }

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

This text font color is #87681C.


Background Color

.myBgColor { background-color: #87681C; }

<div style="background-color:#87681C">Inner text</div>

This div background color is #87681C.


Border color

.myBorderColor { border: 1px solid #87681C; }

<div style="border:3px solid #87681C">Div</div>

This div border color is #87681C.


Opacity

.myOpacity80 { color: #87681C; opacity: 0.8; }

<p style="color:#87681C;opacity:0.8;">80%</p>

Text with #87681C 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 #87681C;}

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

This text has shadow with #87681C color.

.textShadow {text-shadow: 3px 3px 1px #87681C, 3px 3px 1px red;}

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

This text has shadow with #87681C primary color and red secondary color.


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

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

This text has shadow with #87681C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87681C on black background.


Color preview on white background

This text has color #87681C on white background.



Black color preview on #87681C background

This text has black color on #87681C background.


White color preview on #87681C background

This text has white color on #87681C background.