COLOR #875F16

HEX: #875F16
RGB: (135,95,22)

Color info

#875F16 contains mainly red and green colors. Web safe color of #875F16 is #996600 (or #960).

RGB color model

#875F16 color RGB value is (135,95,22).

  • red value is 135;
  • green value is 95;
  • blue value is 22.
RGB:
(135,95,22)
(53%,37%,9%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 22 of 255 = 9%

135
95
22

R + G + B ~ 33%. #875F16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 22 = 252 (100%)
R 135 of 252 ~ 53.57%
G 95 of 252 ~ 37.7%
B 22 of 252 ~ 8.73%

%53.57
%37.7

CMYK color model

#875F16 color CMYK value is (0,30,84,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 83.70%
  • key color value is 47.06%
CMYK:
(0,30,84,47)
C0M30Y84K47 
(0%,30%,84%,47%)
(0.00/0.30/0.84/0.47)	

CMYK percentages

%0
%29.63
%83.7
%47.06

Codes

Color #875F16 in popluar color models

875F16
RGB1359522
HSL39°71.97%30.78%
HSB/HSV39°83.70%52.94%
CMYK0.00%29.63%83.70%
47.06%

Color #875F16 in popluar number systems.

HEX875F16
Decimal1359522
Binary10000111101111110110
Octal20713726

Shades and tints

Shades of #875F16

#875F16
(135,95,22)
#7B5714
(123,87,20)
#6F4F12
(111,79,18)
#634710
(99,71,16)
#573F0E
(87,63,14)
#4B370C
(75,55,12)
#3F2F0A
(63,47,10)
#332708
(51,39,8)
#271F06
(39,31,6)
#1B1704
(27,23,4)
#0F0F02
(15,15,2)
#000000
(0,0,0)

Tints of #875F16

#875F16
(135,95,22)
#916D2B
(145,109,43)
#9B7B40
(155,123,64)
#A58955
(165,137,85)
#AF976A
(175,151,106)
#B9A57F
(185,165,127)
#C3B394
(195,179,148)
#CDC1A9
(205,193,169)
#D7CFBE
(215,207,190)
#E1DDD3
(225,221,211)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F16 color. Also use rgb(135,95,22) instead hex code.

Text Font Color

.myTextColor { color: #875F16; }

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

This text font color is #875F16.


Background Color

.myBgColor { background-color: #875F16; }

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

This div background color is #875F16.


Border color

.myBorderColor { border: 1px solid #875F16; }

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

This div border color is #875F16.


Opacity

.myOpacity80 { color: #875F16; opacity: 0.8; }

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

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

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

This text has shadow with #875F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F16 on black background.


Color preview on white background

This text has color #875F16 on white background.



Black color preview on #875F16 background

This text has black color on #875F16 background.


White color preview on #875F16 background

This text has white color on #875F16 background.