COLOR #879D3A

HEX: #879D3A RGB: (135,157,58)

Color info

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

RGB color model

#879D3A color RGB value is (135,157,58).

RGB: (135,157,58) (53%, 62%, 23%)

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 58 of 255 = 23%

135
157
58

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

Portions of RGB colors in percentages

R + G + B = 135 + 157 + 58 = 350 (100%)
R 135 of 350 ~ 38.57%
G 157 of 350 ~ 44.86%
B 58 of 350 ~ 16.57'%

%38.57
%44.86
%16.57

CMYK color model

#879D3A color CMYK value is (14,0,63,38).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 63.06%
  • key color value is 38.43%
CMYK: (14,0,63,38) C14M0Y63K38 (14%,0%,63%,38%) (0.14/0.00/0.63/0.38) 

CMYK percentages

%14.01
%0
%63.06
%38.43

Codes

Color #879D3A in popluar color models

87 9D 3A
RGB 135 157 58
HSL 73° 46.05% 42.16%
HSB/HSV 73° 63.06% 61.57%
CMYK 14.01% 0.00% 63.06%
38.43%

Color #879D3A in popluar number systems.

HEX 87 9D 3A
Decimal 135 157 58
Binary 10000111 10011101 111010
Octal 207 235 72

Shades and tints

Shades of #879D3A

#879D3A
(135,157,58)
#7B8F35
(123,143,53)
#6F8130
(111,129,48)
#63732B
(99,115,43)
#576526
(87,101,38)
#4B5721
(75,87,33)
#3F491C
(63,73,28)
#333B17
(51,59,23)
#272D12
(39,45,18)
#1B1F0D
(27,31,13)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #879D3A

#879D3A
(135,157,58)
#91A54B
(145,165,75)
#9BAD5C
(155,173,92)
#A5B56D
(165,181,109)
#AFBD7E
(175,189,126)
#B9C58F
(185,197,143)
#C3CDA0
(195,205,160)
#CDD5B1
(205,213,177)
#D7DDC2
(215,221,194)
#E1E5D3
(225,229,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879D3A color. Also use rgb(135,157,58) instead hex code.

Text Font Color

.myTextColor { color: #879D3A; }

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

This text font color is #879D3A.

Background Color

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

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

This div background color is #879D3A.

Border color

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

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

This div border color is #879D3A.

Opacity

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

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

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

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

This text has shadow with #879D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879D3A.

Preview

Color preview on black background

This text has color #879D3A on black background.


Color preview on white background

This text has color #879D3A on white background.


Black color preview on #879D3A background

This text has black color on #879D3A background.


White color preview on #879D3A background

This text has white color on #879D3A background.


Related colors

Complementary color

Complementary color for #hex is #7862C5.


I love getcolorcode.com

Triadic colors

1 #3A879D and #9D3A87 with #879D3A are triadic colors.

2 #3A9D87 and #9D873A with #879D3A are triadic colors.