COLOR #879A67

HEX: #879A67 RGB: (135,154,103)

Color info

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

RGB color model

#879A67 color RGB value is (135,154,103).

RGB: (135,154,103) (53%, 60%, 40%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 103 of 255 = 40%

135
154
103

R + G + B ~ 51%. #879A67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 154 + 103 = 392 (100%)
R 135 of 392 ~ 34.44%
G 154 of 392 ~ 39.29%
B 103 of 392 ~ 26.28'%

%34.44
%39.29
%26.28

CMYK color model

#879A67 color CMYK value is (12,0,33,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 33.12%
  • key color value is 39.61%

CMYK: (12,0,33,40)
C12M0Y33K40 (12%, 0%, 33%, 40%)
(0.12 / 0.00 / 0.33 / 0.40)

CMYK percentages

%12.34
%0
%33.12
%39.61

Codes

Color #879A67 in popluar color models

87 9A 67
RGB 135 154 103
HSL 82° 20.16% 50.39%
HSB/HSV 82° 33.12% 60.39%
CMYK 12.34% 0.00% 33.12%
39.61%

Color #879A67 in popluar number systems.

HEX 87 9A 67
Decimal 135 154 103
Binary 10000111 10011010 1100111
Octal 207 232 147

Shades and tints

Shades of #879A67

#879A67
(135,154,103)
#7B8C5E
(123,140,94)
#6F7E55
(111,126,85)
#63704C
(99,112,76)
#576243
(87,98,67)
#4B543A
(75,84,58)
#3F4631
(63,70,49)
#333828
(51,56,40)
#272A1F
(39,42,31)
#1B1C16
(27,28,22)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #879A67

#879A67
(135,154,103)
#91A374
(145,163,116)
#9BAC81
(155,172,129)
#A5B58E
(165,181,142)
#AFBE9B
(175,190,155)
#B9C7A8
(185,199,168)
#C3D0B5
(195,208,181)
#CDD9C2
(205,217,194)
#D7E2CF
(215,226,207)
#E1EBDC
(225,235,220)
#EBF4E9
(235,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879A67 color. Also use rgb(135,154,103) instead hex code.

Text Font Color

.myTextColor { color: #879A67; }

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

This text font color is #879A67.

Background Color

.myBgColor { background-color: #879A67; }

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

This div background color is #879A67.

Border color

.myBorderColor { border: 1px solid #879A67; }

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

This div border color is #879A67.

Opacity

.myOpacity80 { color: #879A67; opacity: 0.8; }

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

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

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

This text has shadow with #879A67 color.


.textShadow {text-shadow: 3px 3px 1px #879A67', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #879A67; -webkit-box-shadow: 1px 1px 3px 2px #879A67; box-shadow:1px 1px 3px 2px #879A67;">
Div content here
</div>

This div box has shadow with color #879A67.

Preview

Color preview on black background

This text has color #879A67 on black background.


Color preview on white background

This text has color #879A67 on white background.


Black color preview on #879A67 background

This text has black color on #879A67 background.


White color preview on #879A67 background

This text has white color on #879A67 background.


Related colors

Complementary color

Complementary color for #hex is #786598.


I love getcolorcode.com

Triadic colors

1 #67879A and #9A6787 with #879A67 are triadic colors.

2 #679A87 and #9A8767 with #879A67 are triadic colors.