COLOR #878C3A

HEX: #878C3A RGB: (135,140,58)

Color info

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

RGB color model

#878C3A color RGB value is (135,140,58).

RGB: (135,140,58) (53%, 55%, 23%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 58 of 255 = 23%

135
140
58

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

Portions of RGB colors in percentages

R + G + B = 135 + 140 + 58 = 333 (100%)
R 135 of 333 ~ 40.54%
G 140 of 333 ~ 42.04%
B 58 of 333 ~ 17.42'%

%40.54
%42.04
%17.42

CMYK color model

#878C3A color CMYK value is (4,0,59,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 45.10%
CMYK: (4,0,59,45) C4M0Y59K45 (4%,0%,59%,45%) (0.04/0.00/0.59/0.45) 

CMYK percentages

%3.57
%0
%58.57
%45.1

Codes

Color #878C3A in popluar color models

87 8C 3A
RGB 135 140 58
HSL 64° 41.41% 38.82%
HSB/HSV 64° 58.57% 54.90%
CMYK 3.57% 0.00% 58.57%
45.10%

Color #878C3A in popluar number systems.

HEX 87 8C 3A
Decimal 135 140 58
Binary 10000111 10001100 111010
Octal 207 214 72

Shades and tints

Shades of #878C3A

#878C3A
(135,140,58)
#7B8035
(123,128,53)
#6F7430
(111,116,48)
#63682B
(99,104,43)
#575C26
(87,92,38)
#4B5021
(75,80,33)
#3F441C
(63,68,28)
#333817
(51,56,23)
#272C12
(39,44,18)
#1B200D
(27,32,13)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #878C3A

#878C3A
(135,140,58)
#91964B
(145,150,75)
#9BA05C
(155,160,92)
#A5AA6D
(165,170,109)
#AFB47E
(175,180,126)
#B9BE8F
(185,190,143)
#C3C8A0
(195,200,160)
#CDD2B1
(205,210,177)
#D7DCC2
(215,220,194)
#E1E6D3
(225,230,211)
#EBF0E4
(235,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878C3A color. Also use rgb(135,140,58) instead hex code.

Text Font Color

.myTextColor { color: #878C3A; }

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

This text font color is #878C3A.

Background Color

.myBgColor { background-color: #878C3A; }

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

This div background color is #878C3A.

Border color

.myBorderColor { border: 1px solid #878C3A; }

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

This div border color is #878C3A.

Opacity

.myOpacity80 { color: #878C3A; opacity: 0.8; }

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

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

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

This text has shadow with #878C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878C3A.

Preview

Color preview on black background

This text has color #878C3A on black background.


Color preview on white background

This text has color #878C3A on white background.


Black color preview on #878C3A background

This text has black color on #878C3A background.


White color preview on #878C3A background

This text has white color on #878C3A background.


Related colors

Complementary color

Complementary color for #hex is #7873C5.


I love getcolorcode.com

Triadic colors

1 #3A878C and #8C3A87 with #878C3A are triadic colors.

2 #3A8C87 and #8C873A with #878C3A are triadic colors.