COLOR #878275

HEX: #878275
RGB: (135,130,117)

Color info

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

RGB color model

#878275 color RGB value is (135,130,117).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 117 of 255 = 46%

135
130
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 117 = 382 (100%)
R 135 of 382 ~ 35.34%
G 130 of 382 ~ 34.03%
B 117 of 382 ~ 30.63%

%35.34
%34.03
%30.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(0,4,13,47)
C0M4Y13K47 
(0%,4%,13%,47%)
(0.00/0.04/0.13/0.47)	

CMYK percentages

%0
%3.7
%13.33
%47.06

Codes

Color #878275 in popluar color models

878275
RGB135130117
HSL43°7.14%49.41%
HSB/HSV43°13.33%52.94%
CMYK0.00%3.70%13.33%
47.06%

Color #878275 in popluar number systems.

HEX878275
Decimal135130117
Binary10000111100000101110101
Octal207202165

Shades and tints

Shades of #878275

#878275
(135,130,117)
#7B776B
(123,119,107)
#6F6C61
(111,108,97)
#636157
(99,97,87)
#57564D
(87,86,77)
#4B4B43
(75,75,67)
#3F4039
(63,64,57)
#33352F
(51,53,47)
#272A25
(39,42,37)
#1B1F1B
(27,31,27)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #878275

#878275
(135,130,117)
#918D81
(145,141,129)
#9B988D
(155,152,141)
#A5A399
(165,163,153)
#AFAEA5
(175,174,165)
#B9B9B1
(185,185,177)
#C3C4BD
(195,196,189)
#CDCFC9
(205,207,201)
#D7DAD5
(215,218,213)
#E1E5E1
(225,229,225)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878275; }

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

This text font color is #878275.


Background Color

.myBgColor { background-color: #878275; }

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

This div background color is #878275.


Border color

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

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

This div border color is #878275.


Opacity

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

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

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

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

This text has shadow with #878275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878275 on black background.


Color preview on white background

This text has color #878275 on white background.



Black color preview on #878275 background

This text has black color on #878275 background.


White color preview on #878275 background

This text has white color on #878275 background.