COLOR #87491C

HEX: #87491C
RGB: (135,73,28)

Color info

#87491C contains mainly red color. Web safe color of #87491C is #993333 (or #933).

RGB color model

#87491C color RGB value is (135,73,28).

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

RGB channels and saturation

R 135 of 255 = 53%
G 73 of 255 = 29%
B 28 of 255 = 11%

135
73
28

R + G + B ~ 31%. #87491C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 73 + 28 = 236 (100%)
R 135 of 236 ~ 57.2%
G 73 of 236 ~ 30.93%
B 28 of 236 ~ 11.86%

%57.2
%30.93
%11.86

CMYK color model

#87491C color CMYK value is (0,46,79,47).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 79.26%
  • key color value is 47.06%
CMYK:
(0,46,79,47)
C0M46Y79K47 
(0%,46%,79%,47%)
(0.00/0.46/0.79/0.47)	

CMYK percentages

%0
%45.93
%79.26
%47.06

Codes

Color #87491C in popluar color models

87491C
RGB1357328
HSL25°65.64%31.96%
HSB/HSV25°79.26%52.94%
CMYK0.00%45.93%79.26%
47.06%

Color #87491C in popluar number systems.

HEX87491C
Decimal1357328
Binary10000111100100111100
Octal20711134

Shades and tints

Shades of #87491C

#87491C
(135,73,28)
#7B431A
(123,67,26)
#6F3D18
(111,61,24)
#633716
(99,55,22)
#573114
(87,49,20)
#4B2B12
(75,43,18)
#3F2510
(63,37,16)
#331F0E
(51,31,14)
#27190C
(39,25,12)
#1B130A
(27,19,10)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #87491C

#87491C
(135,73,28)
#915930
(145,89,48)
#9B6944
(155,105,68)
#A57958
(165,121,88)
#AF896C
(175,137,108)
#B99980
(185,153,128)
#C3A994
(195,169,148)
#CDB9A8
(205,185,168)
#D7C9BC
(215,201,188)
#E1D9D0
(225,217,208)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87491C; }

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

This text font color is #87491C.


Background Color

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

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

This div background color is #87491C.


Border color

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

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

This div border color is #87491C.


Opacity

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

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

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

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

This text has shadow with #87491C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87491C on black background.


Color preview on white background

This text has color #87491C on white background.



Black color preview on #87491C background

This text has black color on #87491C background.


White color preview on #87491C background

This text has white color on #87491C background.