COLOR #87461B

HEX: #87461B
RGB: (135,70,27)

Color info

#87461B contains mainly red color. Web safe color of #87461B is #993333 (or #933).

RGB color model

#87461B color RGB value is (135,70,27).

  • red value is 135;
  • green value is 70;
  • blue value is 27.
RGB:
(135,70,27)
(53%,27%,11%)

RGB channels and saturation

R 135 of 255 = 53%
G 70 of 255 = 27%
B 27 of 255 = 11%

135
70
27

R + G + B ~ 30%. #87461B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 70 + 27 = 232 (100%)
R 135 of 232 ~ 58.19%
G 70 of 232 ~ 30.17%
B 27 of 232 ~ 11.64%

%58.19
%30.17
%11.64

CMYK color model

#87461B color CMYK value is (0,48,80,47).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 80.00%
  • key color value is 47.06%
CMYK:
(0,48,80,47)
C0M48Y80K47 
(0%,48%,80%,47%)
(0.00/0.48/0.80/0.47)	

CMYK percentages

%0
%48.15
%80
%47.06

Codes

Color #87461B in popluar color models

87461B
RGB1357027
HSL24°66.67%31.76%
HSB/HSV24°80.00%52.94%
CMYK0.00%48.15%80.00%
47.06%

Color #87461B in popluar number systems.

HEX87461B
Decimal1357027
Binary10000111100011011011
Octal20710633

Shades and tints

Shades of #87461B

#87461B
(135,70,27)
#7B4019
(123,64,25)
#6F3A17
(111,58,23)
#633415
(99,52,21)
#572E13
(87,46,19)
#4B2811
(75,40,17)
#3F220F
(63,34,15)
#331C0D
(51,28,13)
#27160B
(39,22,11)
#1B1009
(27,16,9)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #87461B

#87461B
(135,70,27)
#91562F
(145,86,47)
#9B6643
(155,102,67)
#A57657
(165,118,87)
#AF866B
(175,134,107)
#B9967F
(185,150,127)
#C3A693
(195,166,147)
#CDB6A7
(205,182,167)
#D7C6BB
(215,198,187)
#E1D6CF
(225,214,207)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87461B color. Also use rgb(135,70,27) instead hex code.

Text Font Color

.myTextColor { color: #87461B; }

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

This text font color is #87461B.


Background Color

.myBgColor { background-color: #87461B; }

<div style="background-color:#87461B">Inner text</div>

This div background color is #87461B.


Border color

.myBorderColor { border: 1px solid #87461B; }

<div style="border:3px solid #87461B">Div</div>

This div border color is #87461B.


Opacity

.myOpacity80 { color: #87461B; opacity: 0.8; }

<p style="color:#87461B;opacity:0.8;">80%</p>

Text with #87461B 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 #87461B;}

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

This text has shadow with #87461B color.

.textShadow {text-shadow: 3px 3px 1px #87461B, 3px 3px 1px red;}

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

This text has shadow with #87461B primary color and red secondary color.


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

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

This text has shadow with #87461B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87461B on black background.


Color preview on white background

This text has color #87461B on white background.



Black color preview on #87461B background

This text has black color on #87461B background.


White color preview on #87461B background

This text has white color on #87461B background.