COLOR #878248

HEX: #878248
RGB: (135,130,72)

Color info

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

RGB color model

#878248 color RGB value is (135,130,72).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 72 of 255 = 28%

135
130
72

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 72 = 337 (100%)
R 135 of 337 ~ 40.06%
G 130 of 337 ~ 38.58%
B 72 of 337 ~ 21.36%

%40.06
%38.58
%21.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(0,4,47,47)
C0M4Y47K47 
(0%,4%,47%,47%)
(0.00/0.04/0.47/0.47)	

CMYK percentages

%0
%3.7
%46.67
%47.06

Codes

Color #878248 in popluar color models

878248
RGB13513072
HSL55°30.43%40.59%
HSB/HSV55°46.67%52.94%
CMYK0.00%3.70%46.67%
47.06%

Color #878248 in popluar number systems.

HEX878248
Decimal13513072
Binary10000111100000101001000
Octal207202110

Shades and tints

Shades of #878248

#878248
(135,130,72)
#7B7742
(123,119,66)
#6F6C3C
(111,108,60)
#636136
(99,97,54)
#575630
(87,86,48)
#4B4B2A
(75,75,42)
#3F4024
(63,64,36)
#33351E
(51,53,30)
#272A18
(39,42,24)
#1B1F12
(27,31,18)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #878248

#878248
(135,130,72)
#918D58
(145,141,88)
#9B9868
(155,152,104)
#A5A378
(165,163,120)
#AFAE88
(175,174,136)
#B9B998
(185,185,152)
#C3C4A8
(195,196,168)
#CDCFB8
(205,207,184)
#D7DAC8
(215,218,200)
#E1E5D8
(225,229,216)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878248; }

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

This text font color is #878248.


Background Color

.myBgColor { background-color: #878248; }

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

This div background color is #878248.


Border color

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

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

This div border color is #878248.


Opacity

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

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

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

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

This text has shadow with #878248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878248 on black background.


Color preview on white background

This text has color #878248 on white background.



Black color preview on #878248 background

This text has black color on #878248 background.


White color preview on #878248 background

This text has white color on #878248 background.