COLOR #87491E

HEX: #87491E
RGB: (135,73,30)

Color info

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

RGB color model

#87491E color RGB value is (135,73,30).

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

RGB channels and saturation

R 135 of 255 = 53%
G 73 of 255 = 29%
B 30 of 255 = 12%

135
73
30

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

Portions of RGB colors in percentages

R + G + B =
135 + 73 + 30 = 238 (100%)
R 135 of 238 ~ 56.72%
G 73 of 238 ~ 30.67%
B 30 of 238 ~ 12.61%

%56.72
%30.67
%12.61

CMYK color model

#87491E color CMYK value is (0,46,78,47).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 77.78%
  • key color value is 47.06%
CMYK:
(0,46,78,47)
C0M46Y78K47 
(0%,46%,78%,47%)
(0.00/0.46/0.78/0.47)	

CMYK percentages

%0
%45.93
%77.78
%47.06

Codes

Color #87491E in popluar color models

87491E
RGB1357330
HSL25°63.64%32.35%
HSB/HSV25°77.78%52.94%
CMYK0.00%45.93%77.78%
47.06%

Color #87491E in popluar number systems.

HEX87491E
Decimal1357330
Binary10000111100100111110
Octal20711136

Shades and tints

Shades of #87491E

#87491E
(135,73,30)
#7B431C
(123,67,28)
#6F3D1A
(111,61,26)
#633718
(99,55,24)
#573116
(87,49,22)
#4B2B14
(75,43,20)
#3F2512
(63,37,18)
#331F10
(51,31,16)
#27190E
(39,25,14)
#1B130C
(27,19,12)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #87491E

#87491E
(135,73,30)
#915932
(145,89,50)
#9B6946
(155,105,70)
#A5795A
(165,121,90)
#AF896E
(175,137,110)
#B99982
(185,153,130)
#C3A996
(195,169,150)
#CDB9AA
(205,185,170)
#D7C9BE
(215,201,190)
#E1D9D2
(225,217,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87491E; }

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

This text font color is #87491E.


Background Color

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

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

This div background color is #87491E.


Border color

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

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

This div border color is #87491E.


Opacity

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

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

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

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

This text has shadow with #87491E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87491E on black background.


Color preview on white background

This text has color #87491E on white background.



Black color preview on #87491E background

This text has black color on #87491E background.


White color preview on #87491E background

This text has white color on #87491E background.