COLOR #878A23

HEX: #878A23
RGB: (135,138,35)

Color info

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

RGB color model

#878A23 color RGB value is (135,138,35).

  • red value is 135;
  • green value is 138;
  • blue value is 35.
RGB:
(135,138,35)
(53%,54%,14%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 35 of 255 = 14%

135
138
35

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 35 = 308 (100%)
R 135 of 308 ~ 43.83%
G 138 of 308 ~ 44.81%
B 35 of 308 ~ 11.36%

%43.83
%44.81
%11.36

CMYK color model

#878A23 color CMYK value is (2,0,75,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 74.64%
  • key color value is 45.88%
CMYK:
(2,0,75,46)
C2M0Y75K46 
(2%,0%,75%,46%)
(0.02/0.00/0.75/0.46)	

CMYK percentages

%2.17
%0
%74.64
%45.88

Codes

Color #878A23 in popluar color models

878A23
RGB13513835
HSL62°59.54%33.92%
HSB/HSV62°74.64%54.12%
CMYK2.17%0.00%74.64%
45.88%

Color #878A23 in popluar number systems.

HEX878A23
Decimal13513835
Binary1000011110001010100011
Octal20721243

Shades and tints

Shades of #878A23

#878A23
(135,138,35)
#7B7E20
(123,126,32)
#6F721D
(111,114,29)
#63661A
(99,102,26)
#575A17
(87,90,23)
#4B4E14
(75,78,20)
#3F4211
(63,66,17)
#33360E
(51,54,14)
#272A0B
(39,42,11)
#1B1E08
(27,30,8)
#0F1205
(15,18,5)
#000000
(0,0,0)

Tints of #878A23

#878A23
(135,138,35)
#919437
(145,148,55)
#9B9E4B
(155,158,75)
#A5A85F
(165,168,95)
#AFB273
(175,178,115)
#B9BC87
(185,188,135)
#C3C69B
(195,198,155)
#CDD0AF
(205,208,175)
#D7DAC3
(215,218,195)
#E1E4D7
(225,228,215)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878A23 color. Also use rgb(135,138,35) instead hex code.

Text Font Color

.myTextColor { color: #878A23; }

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

This text font color is #878A23.


Background Color

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

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

This div background color is #878A23.


Border color

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

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

This div border color is #878A23.


Opacity

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

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

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

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

This text has shadow with #878A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A23 on black background.


Color preview on white background

This text has color #878A23 on white background.



Black color preview on #878A23 background

This text has black color on #878A23 background.


White color preview on #878A23 background

This text has white color on #878A23 background.