COLOR #87401A

HEX: #87401A
RGB: (135,64,26)

Color info

#87401A contains mainly red color. Web safe color of #87401A is #993300 (or #930).

RGB color model

#87401A color RGB value is (135,64,26).

  • red value is 135;
  • green value is 64;
  • blue value is 26.
RGB:
(135,64,26)
(53%,25%,10%)

RGB channels and saturation

R 135 of 255 = 53%
G 64 of 255 = 25%
B 26 of 255 = 10%

135
64
26

R + G + B ~ 29%. #87401A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 64 + 26 = 225 (100%)
R 135 of 225 ~ 60%
G 64 of 225 ~ 28.44%
B 26 of 225 ~ 11.56%

%60
%28.44
%11.56

CMYK color model

#87401A color CMYK value is (0,53,81,47).

  • cyan value is 0.00%
  • magenta value is 52.59%
  • yellow value is 80.74%
  • key color value is 47.06%
CMYK:
(0,53,81,47)
C0M53Y81K47 
(0%,53%,81%,47%)
(0.00/0.53/0.81/0.47)	

CMYK percentages

%0
%52.59
%80.74
%47.06

Codes

Color #87401A in popluar color models

87401A
RGB1356426
HSL21°67.70%31.57%
HSB/HSV21°80.74%52.94%
CMYK0.00%52.59%80.74%
47.06%

Color #87401A in popluar number systems.

HEX87401A
Decimal1356426
Binary10000111100000011010
Octal20710032

Shades and tints

Shades of #87401A

#87401A
(135,64,26)
#7B3B18
(123,59,24)
#6F3616
(111,54,22)
#633114
(99,49,20)
#572C12
(87,44,18)
#4B2710
(75,39,16)
#3F220E
(63,34,14)
#331D0C
(51,29,12)
#27180A
(39,24,10)
#1B1308
(27,19,8)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #87401A

#87401A
(135,64,26)
#91512E
(145,81,46)
#9B6242
(155,98,66)
#A57356
(165,115,86)
#AF846A
(175,132,106)
#B9957E
(185,149,126)
#C3A692
(195,166,146)
#CDB7A6
(205,183,166)
#D7C8BA
(215,200,186)
#E1D9CE
(225,217,206)
#EBEAE2
(235,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87401A color. Also use rgb(135,64,26) instead hex code.

Text Font Color

.myTextColor { color: #87401A; }

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

This text font color is #87401A.


Background Color

.myBgColor { background-color: #87401A; }

<div style="background-color:#87401A">Inner text</div>

This div background color is #87401A.


Border color

.myBorderColor { border: 1px solid #87401A; }

<div style="border:3px solid #87401A">Div</div>

This div border color is #87401A.


Opacity

.myOpacity80 { color: #87401A; opacity: 0.8; }

<p style="color:#87401A;opacity:0.8;">80%</p>

Text with #87401A 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 #87401A;}

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

This text has shadow with #87401A color.

.textShadow {text-shadow: 3px 3px 1px #87401A, 3px 3px 1px red;}

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

This text has shadow with #87401A primary color and red secondary color.


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

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

This text has shadow with #87401A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87401A on black background.


Color preview on white background

This text has color #87401A on white background.



Black color preview on #87401A background

This text has black color on #87401A background.


White color preview on #87401A background

This text has white color on #87401A background.