COLOR #879463

HEX: #879463
RGB: (135,148,99)

Color info

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

RGB color model

#879463 color RGB value is (135,148,99).

  • red value is 135;
  • green value is 148;
  • blue value is 99.
RGB:
(135,148,99)
(53%,58%,39%)

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 99 of 255 = 39%

135
148
99

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

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 99 = 382 (100%)
R 135 of 382 ~ 35.34%
G 148 of 382 ~ 38.74%
B 99 of 382 ~ 25.92%

%35.34
%38.74
%25.92

CMYK color model

#879463 color CMYK value is (9,0,33,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(9,0,33,42)
C9M0Y33K42 
(9%,0%,33%,42%)
(0.09/0.00/0.33/0.42)	

CMYK percentages

%8.78
%0
%33.11
%41.96

Codes

Color #879463 in popluar color models

879463
RGB13514899
HSL76°19.84%48.43%
HSB/HSV76°33.11%58.04%
CMYK8.78%0.00%33.11%
41.96%

Color #879463 in popluar number systems.

HEX879463
Decimal13514899
Binary10000111100101001100011
Octal207224143

Shades and tints

Shades of #879463

#879463
(135,148,99)
#7B875A
(123,135,90)
#6F7A51
(111,122,81)
#636D48
(99,109,72)
#57603F
(87,96,63)
#4B5336
(75,83,54)
#3F462D
(63,70,45)
#333924
(51,57,36)
#272C1B
(39,44,27)
#1B1F12
(27,31,18)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #879463

#879463
(135,148,99)
#919D71
(145,157,113)
#9BA67F
(155,166,127)
#A5AF8D
(165,175,141)
#AFB89B
(175,184,155)
#B9C1A9
(185,193,169)
#C3CAB7
(195,202,183)
#CDD3C5
(205,211,197)
#D7DCD3
(215,220,211)
#E1E5E1
(225,229,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879463 color. Also use rgb(135,148,99) instead hex code.

Text Font Color

.myTextColor { color: #879463; }

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

This text font color is #879463.


Background Color

.myBgColor { background-color: #879463; }

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

This div background color is #879463.


Border color

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

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

This div border color is #879463.


Opacity

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

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

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

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

This text has shadow with #879463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879463 on black background.


Color preview on white background

This text has color #879463 on white background.



Black color preview on #879463 background

This text has black color on #879463 background.


White color preview on #879463 background

This text has white color on #879463 background.