COLOR #878250

HEX: #878250
RGB: (135,130,80)

Color info

#878250 contains red, green and blue colors in about the same proportion. Web safe color of #878250 is #999966 (or #996).

RGB color model

#878250 color RGB value is (135,130,80).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 80 of 255 = 31%

135
130
80

R + G + B ~ 45%. #878250 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 80 = 345 (100%)
R 135 of 345 ~ 39.13%
G 130 of 345 ~ 37.68%
B 80 of 345 ~ 23.19%

%39.13
%37.68
%23.19

CMYK color model

#878250 color CMYK value is (0,4,41,47).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 40.74%
  • key color value is 47.06%
CMYK:
(0,4,41,47)
C0M4Y41K47 
(0%,4%,41%,47%)
(0.00/0.04/0.41/0.47)	

CMYK percentages

%0
%3.7
%40.74
%47.06

Codes

Color #878250 in popluar color models

878250
RGB13513080
HSL55°25.58%42.16%
HSB/HSV55°40.74%52.94%
CMYK0.00%3.70%40.74%
47.06%

Color #878250 in popluar number systems.

HEX878250
Decimal13513080
Binary10000111100000101010000
Octal207202120

Shades and tints

Shades of #878250

#878250
(135,130,80)
#7B7749
(123,119,73)
#6F6C42
(111,108,66)
#63613B
(99,97,59)
#575634
(87,86,52)
#4B4B2D
(75,75,45)
#3F4026
(63,64,38)
#33351F
(51,53,31)
#272A18
(39,42,24)
#1B1F11
(27,31,17)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #878250

#878250
(135,130,80)
#918D5F
(145,141,95)
#9B986E
(155,152,110)
#A5A37D
(165,163,125)
#AFAE8C
(175,174,140)
#B9B99B
(185,185,155)
#C3C4AA
(195,196,170)
#CDCFB9
(205,207,185)
#D7DAC8
(215,218,200)
#E1E5D7
(225,229,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878250; }

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

This text font color is #878250.


Background Color

.myBgColor { background-color: #878250; }

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

This div background color is #878250.


Border color

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

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

This div border color is #878250.


Opacity

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

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

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

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

This text has shadow with #878250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878250 on black background.


Color preview on white background

This text has color #878250 on white background.



Black color preview on #878250 background

This text has black color on #878250 background.


White color preview on #878250 background

This text has white color on #878250 background.