COLOR #87582C

HEX: #87582C RGB: (135,88,44)

Color info

#87582C contains mainly red and green colors. Web safe color of #87582C is #996633 (or #963).

RGB color model

#87582C color RGB value is (135,88,44).

RGB: (135,88,44) (53%, 35%, 17%)

RGB channels and saturation

R 135 of 255 = 53%
G 88 of 255 = 35%
B 44 of 255 = 17%

135
88
44

R + G + B ~ 35%. #87582C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 88 + 44 = 267 (100%)
R 135 of 267 ~ 50.56%
G 88 of 267 ~ 32.96%
B 44 of 267 ~ 16.48'%

%50.56
%32.96
%16.48

CMYK color model

#87582C color CMYK value is (0,35,67,47).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 67.41%
  • key color value is 47.06%

CMYK: (0,35,67,47)
C0M35Y67K47 (0%, 35%, 67%, 47%)
(0.00 / 0.35 / 0.67 / 0.47)

CMYK percentages

%0
%34.81
%67.41
%47.06

Codes

Color #87582C in popluar color models

87 58 2C
RGB 135 88 44
HSL 29° 50.84% 35.10%
HSB/HSV 29° 67.41% 52.94%
CMYK 0.00% 34.81% 67.41%
47.06%

Color #87582C in popluar number systems.

HEX 87 58 2C
Decimal 135 88 44
Binary 10000111 1011000 101100
Octal 207 130 54

Shades and tints

Shades of #87582C

#87582C
(135,88,44)
#7B5028
(123,80,40)
#6F4824
(111,72,36)
#634020
(99,64,32)
#57381C
(87,56,28)
#4B3018
(75,48,24)
#3F2814
(63,40,20)
#332010
(51,32,16)
#27180C
(39,24,12)
#1B1008
(27,16,8)
#0F0804
(15,8,4)
#000000
(0,0,0)

Tints of #87582C

#87582C
(135,88,44)
#91673F
(145,103,63)
#9B7652
(155,118,82)
#A58565
(165,133,101)
#AF9478
(175,148,120)
#B9A38B
(185,163,139)
#C3B29E
(195,178,158)
#CDC1B1
(205,193,177)
#D7D0C4
(215,208,196)
#E1DFD7
(225,223,215)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87582C color. Also use rgb(135,88,44) instead hex code.

Text Font Color

.myTextColor { color: #87582C; }

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

This text font color is #87582C.

Background Color

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

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

This div background color is #87582C.

Border color

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

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

This div border color is #87582C.

Opacity

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

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

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

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

This text has shadow with #87582C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87582C.

Preview

Color preview on black background

This text has color #87582C on black background.


Color preview on white background

This text has color #87582C on white background.


Black color preview on #87582C background

This text has black color on #87582C background.


White color preview on #87582C background

This text has white color on #87582C background.


Related colors

Complementary color

Complementary color for #hex is #78A7D3.


I love getcolorcode.com

Triadic colors

1 #2C8758 and #582C87 with #87582C are triadic colors.

2 #2C5887 and #58872C with #87582C are triadic colors.