COLOR #87683F

HEX: #87683F
RGB: (135,104,63)

Color info

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

RGB color model

#87683F color RGB value is (135,104,63).

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

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 63 of 255 = 25%

135
104
63

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 63 = 302 (100%)
R 135 of 302 ~ 44.7%
G 104 of 302 ~ 34.44%
B 63 of 302 ~ 20.86%

%44.7
%34.44
%20.86

CMYK color model

#87683F color CMYK value is (0,23,53,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(0,23,53,47)
C0M23Y53K47 
(0%,23%,53%,47%)
(0.00/0.23/0.53/0.47)	

CMYK percentages

%0
%22.96
%53.33
%47.06

Codes

Color #87683F in popluar color models

87683F
RGB13510463
HSL34°36.36%38.82%
HSB/HSV34°53.33%52.94%
CMYK0.00%22.96%53.33%
47.06%

Color #87683F in popluar number systems.

HEX87683F
Decimal13510463
Binary100001111101000111111
Octal20715077

Shades and tints

Shades of #87683F

#87683F
(135,104,63)
#7B5F3A
(123,95,58)
#6F5635
(111,86,53)
#634D30
(99,77,48)
#57442B
(87,68,43)
#4B3B26
(75,59,38)
#3F3221
(63,50,33)
#33291C
(51,41,28)
#272017
(39,32,23)
#1B1712
(27,23,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #87683F

#87683F
(135,104,63)
#917550
(145,117,80)
#9B8261
(155,130,97)
#A58F72
(165,143,114)
#AF9C83
(175,156,131)
#B9A994
(185,169,148)
#C3B6A5
(195,182,165)
#CDC3B6
(205,195,182)
#D7D0C7
(215,208,199)
#E1DDD8
(225,221,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87683F; }

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

This text font color is #87683F.


Background Color

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

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

This div background color is #87683F.


Border color

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

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

This div border color is #87683F.


Opacity

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

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

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

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

This text has shadow with #87683F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87683F on black background.


Color preview on white background

This text has color #87683F on white background.



Black color preview on #87683F background

This text has black color on #87683F background.


White color preview on #87683F background

This text has white color on #87683F background.