COLOR #87645F

HEX: #87645F
RGB: (135,100,95)

Color info

#87645F contains red, green and blue colors in about the same proportion. Web safe color of #87645F is #996666 (or #966).

RGB color model

#87645F color RGB value is (135,100,95).

  • red value is 135;
  • green value is 100;
  • blue value is 95.
RGB:
(135,100,95)
(53%,39%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 95 of 255 = 37%

135
100
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 95 = 330 (100%)
R 135 of 330 ~ 40.91%
G 100 of 330 ~ 30.3%
B 95 of 330 ~ 28.79%

%40.91
%30.3
%28.79

CMYK color model

#87645F color CMYK value is (0,26,30,47).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(0,26,30,47)
C0M26Y30K47 
(0%,26%,30%,47%)
(0.00/0.26/0.30/0.47)	

CMYK percentages

%0
%25.93
%29.63
%47.06

Codes

Color #87645F in popluar color models

87645F
RGB13510095
HSL17.39%45.10%
HSB/HSV29.63%52.94%
CMYK0.00%25.93%29.63%
47.06%

Color #87645F in popluar number systems.

HEX87645F
Decimal13510095
Binary1000011111001001011111
Octal207144137

Shades and tints

Shades of #87645F

#87645F
(135,100,95)
#7B5B57
(123,91,87)
#6F524F
(111,82,79)
#634947
(99,73,71)
#57403F
(87,64,63)
#4B3737
(75,55,55)
#3F2E2F
(63,46,47)
#332527
(51,37,39)
#271C1F
(39,28,31)
#1B1317
(27,19,23)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #87645F

#87645F
(135,100,95)
#91726D
(145,114,109)
#9B807B
(155,128,123)
#A58E89
(165,142,137)
#AF9C97
(175,156,151)
#B9AAA5
(185,170,165)
#C3B8B3
(195,184,179)
#CDC6C1
(205,198,193)
#D7D4CF
(215,212,207)
#E1E2DD
(225,226,221)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87645F color. Also use rgb(135,100,95) instead hex code.

Text Font Color

.myTextColor { color: #87645F; }

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

This text font color is #87645F.


Background Color

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

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

This div background color is #87645F.


Border color

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

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

This div border color is #87645F.


Opacity

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

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

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

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

This text has shadow with #87645F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87645F on black background.


Color preview on white background

This text has color #87645F on white background.



Black color preview on #87645F background

This text has black color on #87645F background.


White color preview on #87645F background

This text has white color on #87645F background.