COLOR #87421E

HEX: #87421E RGB: (135,66,30)

Color info

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

RGB color model

#87421E color RGB value is (135,66,30).

RGB: (135,66,30) (53%, 26%, 12%)

RGB channels and saturation

R 135 of 255 = 53%
G 66 of 255 = 26%
B 30 of 255 = 12%

135
66
30

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

Portions of RGB colors in percentages

R + G + B = 135 + 66 + 30 = 231 (100%)
R 135 of 231 ~ 58.44%
G 66 of 231 ~ 28.57%
B 30 of 231 ~ 12.99'%

%58.44
%28.57
%12.99

CMYK color model

#87421E color CMYK value is (0,51,78,47).

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 77.78%
  • key color value is 47.06%

CMYK: (0,51,78,47)
C0M51Y78K47 (0%, 51%, 78%, 47%)
(0.00 / 0.51 / 0.78 / 0.47)

CMYK percentages

%0
%51.11
%77.78
%47.06

Codes

Color #87421E in popluar color models

87 42 1E
RGB 135 66 30
HSL 21° 63.64% 32.35%
HSB/HSV 21° 77.78% 52.94%
CMYK 0.00% 51.11% 77.78%
47.06%

Color #87421E in popluar number systems.

HEX 87 42 1E
Decimal 135 66 30
Binary 10000111 1000010 11110
Octal 207 102 36

Shades and tints

Shades of #87421E

#87421E
(135,66,30)
#7B3C1C
(123,60,28)
#6F361A
(111,54,26)
#633018
(99,48,24)
#572A16
(87,42,22)
#4B2414
(75,36,20)
#3F1E12
(63,30,18)
#331810
(51,24,16)
#27120E
(39,18,14)
#1B0C0C
(27,12,12)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #87421E

#87421E
(135,66,30)
#915332
(145,83,50)
#9B6446
(155,100,70)
#A5755A
(165,117,90)
#AF866E
(175,134,110)
#B99782
(185,151,130)
#C3A896
(195,168,150)
#CDB9AA
(205,185,170)
#D7CABE
(215,202,190)
#E1DBD2
(225,219,210)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87421E; }

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

This text font color is #87421E.

Background Color

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

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

This div background color is #87421E.

Border color

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

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

This div border color is #87421E.

Opacity

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

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

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

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

This text has shadow with #87421E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87421E.

Preview

Color preview on black background

This text has color #87421E on black background.


Color preview on white background

This text has color #87421E on white background.


Black color preview on #87421E background

This text has black color on #87421E background.


White color preview on #87421E background

This text has white color on #87421E background.


Related colors

Complementary color

Complementary color for #hex is #78BDE1.


I love getcolorcode.com

Triadic colors

1 #1E8742 and #421E87 with #87421E are triadic colors.

2 #1E4287 and #42871E with #87421E are triadic colors.