COLOR #87621C

HEX: #87621C
RGB: (135,98,28)

Color info

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

RGB color model

#87621C color RGB value is (135,98,28).

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

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 28 of 255 = 11%

135
98
28

R + G + B ~ 34%. #87621C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 28 = 261 (100%)
R 135 of 261 ~ 51.72%
G 98 of 261 ~ 37.55%
B 28 of 261 ~ 10.73%

%51.72
%37.55
%10.73

CMYK color model

#87621C color CMYK value is (0,27,79,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 79.26%
  • key color value is 47.06%
CMYK:
(0,27,79,47)
C0M27Y79K47 
(0%,27%,79%,47%)
(0.00/0.27/0.79/0.47)	

CMYK percentages

%0
%27.41
%79.26
%47.06

Codes

Color #87621C in popluar color models

87621C
RGB1359828
HSL39°65.64%31.96%
HSB/HSV39°79.26%52.94%
CMYK0.00%27.41%79.26%
47.06%

Color #87621C in popluar number systems.

HEX87621C
Decimal1359828
Binary10000111110001011100
Octal20714234

Shades and tints

Shades of #87621C

#87621C
(135,98,28)
#7B5A1A
(123,90,26)
#6F5218
(111,82,24)
#634A16
(99,74,22)
#574214
(87,66,20)
#4B3A12
(75,58,18)
#3F3210
(63,50,16)
#332A0E
(51,42,14)
#27220C
(39,34,12)
#1B1A0A
(27,26,10)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #87621C

#87621C
(135,98,28)
#917030
(145,112,48)
#9B7E44
(155,126,68)
#A58C58
(165,140,88)
#AF9A6C
(175,154,108)
#B9A880
(185,168,128)
#C3B694
(195,182,148)
#CDC4A8
(205,196,168)
#D7D2BC
(215,210,188)
#E1E0D0
(225,224,208)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87621C; }

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

This text font color is #87621C.


Background Color

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

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

This div background color is #87621C.


Border color

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

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

This div border color is #87621C.


Opacity

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

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

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

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

This text has shadow with #87621C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87621C on black background.


Color preview on white background

This text has color #87621C on white background.



Black color preview on #87621C background

This text has black color on #87621C background.


White color preview on #87621C background

This text has white color on #87621C background.