COLOR #878317

HEX: #878317
RGB: (135,131,23)

Color info

#878317 contains mainly red and green colors. Web safe color of #878317 is #999900 (or #990).

RGB color model

#878317 color RGB value is (135,131,23).

  • red value is 135;
  • green value is 131;
  • blue value is 23.
RGB:
(135,131,23)
(53%,51%,9%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 23 of 255 = 9%

135
131
23

R + G + B ~ 38%. #878317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 23 = 289 (100%)
R 135 of 289 ~ 46.71%
G 131 of 289 ~ 45.33%
B 23 of 289 ~ 7.96%

%46.71
%45.33

CMYK color model

#878317 color CMYK value is (0,3,83,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 82.96%
  • key color value is 47.06%
CMYK:
(0,3,83,47)
C0M3Y83K47 
(0%,3%,83%,47%)
(0.00/0.03/0.83/0.47)	

CMYK percentages

%0
%2.96
%82.96
%47.06

Codes

Color #878317 in popluar color models

878317
RGB13513123
HSL58°70.89%30.98%
HSB/HSV58°82.96%52.94%
CMYK0.00%2.96%82.96%
47.06%

Color #878317 in popluar number systems.

HEX878317
Decimal13513123
Binary100001111000001110111
Octal20720327

Shades and tints

Shades of #878317

#878317
(135,131,23)
#7B7815
(123,120,21)
#6F6D13
(111,109,19)
#636211
(99,98,17)
#57570F
(87,87,15)
#4B4C0D
(75,76,13)
#3F410B
(63,65,11)
#333609
(51,54,9)
#272B07
(39,43,7)
#1B2005
(27,32,5)
#0F1503
(15,21,3)
#000000
(0,0,0)

Tints of #878317

#878317
(135,131,23)
#918E2C
(145,142,44)
#9B9941
(155,153,65)
#A5A456
(165,164,86)
#AFAF6B
(175,175,107)
#B9BA80
(185,186,128)
#C3C595
(195,197,149)
#CDD0AA
(205,208,170)
#D7DBBF
(215,219,191)
#E1E6D4
(225,230,212)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878317 color. Also use rgb(135,131,23) instead hex code.

Text Font Color

.myTextColor { color: #878317; }

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

This text font color is #878317.


Background Color

.myBgColor { background-color: #878317; }

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

This div background color is #878317.


Border color

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

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

This div border color is #878317.


Opacity

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

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

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

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

This text has shadow with #878317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878317 on black background.


Color preview on white background

This text has color #878317 on white background.



Black color preview on #878317 background

This text has black color on #878317 background.


White color preview on #878317 background

This text has white color on #878317 background.