COLOR #878173

HEX: #878173
RGB: (135,129,115)

Color info

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

RGB color model

#878173 color RGB value is (135,129,115).

  • red value is 135;
  • green value is 129;
  • blue value is 115.
RGB:
(135,129,115)
(53%,51%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 115 of 255 = 45%

135
129
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 115 = 379 (100%)
R 135 of 379 ~ 35.62%
G 129 of 379 ~ 34.04%
B 115 of 379 ~ 30.34%

%35.62
%34.04
%30.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,4,15,47)
C0M4Y15K47 
(0%,4%,15%,47%)
(0.00/0.04/0.15/0.47)	

CMYK percentages

%0
%4.44
%14.81
%47.06

Codes

Color #878173 in popluar color models

878173
RGB135129115
HSL42°8.00%49.02%
HSB/HSV42°14.81%52.94%
CMYK0.00%4.44%14.81%
47.06%

Color #878173 in popluar number systems.

HEX878173
Decimal135129115
Binary10000111100000011110011
Octal207201163

Shades and tints

Shades of #878173

#878173
(135,129,115)
#7B7669
(123,118,105)
#6F6B5F
(111,107,95)
#636055
(99,96,85)
#57554B
(87,85,75)
#4B4A41
(75,74,65)
#3F3F37
(63,63,55)
#33342D
(51,52,45)
#272923
(39,41,35)
#1B1E19
(27,30,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #878173

#878173
(135,129,115)
#918C7F
(145,140,127)
#9B978B
(155,151,139)
#A5A297
(165,162,151)
#AFADA3
(175,173,163)
#B9B8AF
(185,184,175)
#C3C3BB
(195,195,187)
#CDCEC7
(205,206,199)
#D7D9D3
(215,217,211)
#E1E4DF
(225,228,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878173 color. Also use rgb(135,129,115) instead hex code.

Text Font Color

.myTextColor { color: #878173; }

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

This text font color is #878173.


Background Color

.myBgColor { background-color: #878173; }

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

This div background color is #878173.


Border color

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

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

This div border color is #878173.


Opacity

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

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

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

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

This text has shadow with #878173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878173 on black background.


Color preview on white background

This text has color #878173 on white background.



Black color preview on #878173 background

This text has black color on #878173 background.


White color preview on #878173 background

This text has white color on #878173 background.