COLOR #87823F

HEX: #87823F
RGB: (135,130,63)

Color info

#87823F contains mainly red and green colors. Web safe color of #87823F is #999933 (or #993).

RGB color model

#87823F color RGB value is (135,130,63).

  • red value is 135;
  • green value is 130;
  • blue value is 63.
RGB:
(135,130,63)
(53%,51%,25%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 63 of 255 = 25%

135
130
63

R + G + B ~ 43%. #87823F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 63 = 328 (100%)
R 135 of 328 ~ 41.16%
G 130 of 328 ~ 39.63%
B 63 of 328 ~ 19.21%

%41.16
%39.63
%19.21

CMYK color model

#87823F color CMYK value is (0,4,53,47).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(0,4,53,47)
C0M4Y53K47 
(0%,4%,53%,47%)
(0.00/0.04/0.53/0.47)	

CMYK percentages

%0
%3.7
%53.33
%47.06

Codes

Color #87823F in popluar color models

87823F
RGB13513063
HSL56°36.36%38.82%
HSB/HSV56°53.33%52.94%
CMYK0.00%3.70%53.33%
47.06%

Color #87823F in popluar number systems.

HEX87823F
Decimal13513063
Binary1000011110000010111111
Octal20720277

Shades and tints

Shades of #87823F

#87823F
(135,130,63)
#7B773A
(123,119,58)
#6F6C35
(111,108,53)
#636130
(99,97,48)
#57562B
(87,86,43)
#4B4B26
(75,75,38)
#3F4021
(63,64,33)
#33351C
(51,53,28)
#272A17
(39,42,23)
#1B1F12
(27,31,18)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87823F

#87823F
(135,130,63)
#918D50
(145,141,80)
#9B9861
(155,152,97)
#A5A372
(165,163,114)
#AFAE83
(175,174,131)
#B9B994
(185,185,148)
#C3C4A5
(195,196,165)
#CDCFB6
(205,207,182)
#D7DAC7
(215,218,199)
#E1E5D8
(225,229,216)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87823F color. Also use rgb(135,130,63) instead hex code.

Text Font Color

.myTextColor { color: #87823F; }

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

This text font color is #87823F.


Background Color

.myBgColor { background-color: #87823F; }

<div style="background-color:#87823F">Inner text</div>

This div background color is #87823F.


Border color

.myBorderColor { border: 1px solid #87823F; }

<div style="border:3px solid #87823F">Div</div>

This div border color is #87823F.


Opacity

.myOpacity80 { color: #87823F; opacity: 0.8; }

<p style="color:#87823F;opacity:0.8;">80%</p>

Text with #87823F 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 #87823F;}

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

This text has shadow with #87823F color.

.textShadow {text-shadow: 3px 3px 1px #87823F, 3px 3px 1px red;}

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

This text has shadow with #87823F primary color and red secondary color.


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

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

This text has shadow with #87823F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87823F on black background.


Color preview on white background

This text has color #87823F on white background.



Black color preview on #87823F background

This text has black color on #87823F background.


White color preview on #87823F background

This text has white color on #87823F background.