COLOR #878220

HEX: #878220
RGB: (135,130,32)

Color info

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

RGB color model

#878220 color RGB value is (135,130,32).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 32 of 255 = 13%

135
130
32

R + G + B ~ 39%. #878220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 32 = 297 (100%)
R 135 of 297 ~ 45.45%
G 130 of 297 ~ 43.77%
B 32 of 297 ~ 10.77%

%45.45
%43.77
%10.77

CMYK color model

#878220 color CMYK value is (0,4,76,47).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 76.30%
  • key color value is 47.06%
CMYK:
(0,4,76,47)
C0M4Y76K47 
(0%,4%,76%,47%)
(0.00/0.04/0.76/0.47)	

CMYK percentages

%0
%3.7
%76.3
%47.06

Codes

Color #878220 in popluar color models

878220
RGB13513032
HSL57°61.68%32.75%
HSB/HSV57°76.30%52.94%
CMYK0.00%3.70%76.30%
47.06%

Color #878220 in popluar number systems.

HEX878220
Decimal13513032
Binary1000011110000010100000
Octal20720240

Shades and tints

Shades of #878220

#878220
(135,130,32)
#7B771E
(123,119,30)
#6F6C1C
(111,108,28)
#63611A
(99,97,26)
#575618
(87,86,24)
#4B4B16
(75,75,22)
#3F4014
(63,64,20)
#333512
(51,53,18)
#272A10
(39,42,16)
#1B1F0E
(27,31,14)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #878220

#878220
(135,130,32)
#918D34
(145,141,52)
#9B9848
(155,152,72)
#A5A35C
(165,163,92)
#AFAE70
(175,174,112)
#B9B984
(185,185,132)
#C3C498
(195,196,152)
#CDCFAC
(205,207,172)
#D7DAC0
(215,218,192)
#E1E5D4
(225,229,212)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878220; }

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

This text font color is #878220.


Background Color

.myBgColor { background-color: #878220; }

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

This div background color is #878220.


Border color

.myBorderColor { border: 1px solid #878220; }

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

This div border color is #878220.


Opacity

.myOpacity80 { color: #878220; opacity: 0.8; }

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

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

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

This text has shadow with #878220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878220 on black background.


Color preview on white background

This text has color #878220 on white background.



Black color preview on #878220 background

This text has black color on #878220 background.


White color preview on #878220 background

This text has white color on #878220 background.