COLOR #87663F

HEX: #87663F
RGB: (135,102,63)

Color info

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

RGB color model

#87663F color RGB value is (135,102,63).

  • red value is 135;
  • green value is 102;
  • blue value is 63.
RGB:
(135,102,63)
(53%,40%,25%)

RGB channels and saturation

R 135 of 255 = 53%
G 102 of 255 = 40%
B 63 of 255 = 25%

135
102
63

R + G + B ~ 39%. #87663F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 102 + 63 = 300 (100%)
R 135 of 300 ~ 45%
G 102 of 300 ~ 34%
B 63 of 300 ~ 21%

%45
%34
%21

CMYK color model

#87663F color CMYK value is (0,24,53,47).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(0,24,53,47)
C0M24Y53K47 
(0%,24%,53%,47%)
(0.00/0.24/0.53/0.47)	

CMYK percentages

%0
%24.44
%53.33
%47.06

Codes

Color #87663F in popluar color models

87663F
RGB13510263
HSL33°36.36%38.82%
HSB/HSV33°53.33%52.94%
CMYK0.00%24.44%53.33%
47.06%

Color #87663F in popluar number systems.

HEX87663F
Decimal13510263
Binary100001111100110111111
Octal20714677

Shades and tints

Shades of #87663F

#87663F
(135,102,63)
#7B5D3A
(123,93,58)
#6F5435
(111,84,53)
#634B30
(99,75,48)
#57422B
(87,66,43)
#4B3926
(75,57,38)
#3F3021
(63,48,33)
#33271C
(51,39,28)
#271E17
(39,30,23)
#1B1512
(27,21,18)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #87663F

#87663F
(135,102,63)
#917350
(145,115,80)
#9B8061
(155,128,97)
#A58D72
(165,141,114)
#AF9A83
(175,154,131)
#B9A794
(185,167,148)
#C3B4A5
(195,180,165)
#CDC1B6
(205,193,182)
#D7CEC7
(215,206,199)
#E1DBD8
(225,219,216)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87663F; }

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

This text font color is #87663F.


Background Color

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

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

This div background color is #87663F.


Border color

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

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

This div border color is #87663F.


Opacity

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

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

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

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

This text has shadow with #87663F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87663F on black background.


Color preview on white background

This text has color #87663F on white background.



Black color preview on #87663F background

This text has black color on #87663F background.


White color preview on #87663F background

This text has white color on #87663F background.