COLOR #87442D

HEX: #87442D RGB: (135,68,45)

Color info

#87442D contains mainly red color. Web safe color of #87442D is #993333 (or #933).

RGB color model

#87442D color RGB value is (135,68,45).

RGB: (135,68,45) (53%, 27%, 18%)

RGB channels and saturation

R 135 of 255 = 53%
G 68 of 255 = 27%
B 45 of 255 = 18%

135
68
45

R + G + B ~ 33%. #87442D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 68 + 45 = 248 (100%)
R 135 of 248 ~ 54.44%
G 68 of 248 ~ 27.42%
B 45 of 248 ~ 18.15'%

%54.44
%27.42
%18.15

CMYK color model

#87442D color CMYK value is (0,50,67,47).

  • cyan value is 0.00%
  • magenta value is 49.63%
  • yellow value is 66.67%
  • key color value is 47.06%
CMYK: (0,50,67,47) C0M50Y67K47 (0%,50%,67%,47%) (0.00/0.50/0.67/0.47) 

CMYK percentages

%0
%49.63
%66.67
%47.06

Codes

Color #87442D in popluar color models

87 44 2D
RGB 135 68 45
HSL 15° 50.00% 35.29%
HSB/HSV 15° 66.67% 52.94%
CMYK 0.00% 49.63% 66.67%
47.06%

Color #87442D in popluar number systems.

HEX 87 44 2D
Decimal 135 68 45
Binary 10000111 1000100 101101
Octal 207 104 55

Shades and tints

Shades of #87442D

#87442D
(135,68,45)
#7B3E29
(123,62,41)
#6F3825
(111,56,37)
#633221
(99,50,33)
#572C1D
(87,44,29)
#4B2619
(75,38,25)
#3F2015
(63,32,21)
#331A11
(51,26,17)
#27140D
(39,20,13)
#1B0E09
(27,14,9)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #87442D

#87442D
(135,68,45)
#915540
(145,85,64)
#9B6653
(155,102,83)
#A57766
(165,119,102)
#AF8879
(175,136,121)
#B9998C
(185,153,140)
#C3AA9F
(195,170,159)
#CDBBB2
(205,187,178)
#D7CCC5
(215,204,197)
#E1DDD8
(225,221,216)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87442D color. Also use rgb(135,68,45) instead hex code.

Text Font Color

.myTextColor { color: #87442D; }

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

This text font color is #87442D.

Background Color

.myBgColor { background-color: #87442D; }

<div style="background-color:#87442D">Inner text</div>

This div background color is #87442D.

Border color

.myBorderColor { border: 1px solid #87442D; }

<div style="border:3px solid #87442D">Div</div>

This div border color is #87442D.

Opacity

.myOpacity80 { color: #87442D; opacity: 0.8; }

<p style="color:#87442D;opacity:0.8;">80%</p>

Text with #87442D 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 #87442D;}

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

This text has shadow with #87442D color.


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

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

This text has shadow with #87442D primary color and red secondary color.


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

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

This text has shadow with #87442D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87442D.

Preview

Color preview on black background

This text has color #87442D on black background.


Color preview on white background

This text has color #87442D on white background.


Black color preview on #87442D background

This text has black color on #87442D background.


White color preview on #87442D background

This text has white color on #87442D background.


Related colors

Complementary color

Complementary color for #hex is #78BBD2.


I love getcolorcode.com

Triadic colors

1 #2D8744 and #442D87 with #87442D are triadic colors.

2 #2D4487 and #44872D with #87442D are triadic colors.