COLOR #875612

HEX: #875612
RGB: (135,86,18)

Color info

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

RGB color model

#875612 color RGB value is (135,86,18).

  • red value is 135;
  • green value is 86;
  • blue value is 18.
RGB:
(135,86,18)
(53%,34%,7%)

RGB channels and saturation

R 135 of 255 = 53%
G 86 of 255 = 34%
B 18 of 255 = 7%

135
86
18

R + G + B ~ 31%. #875612 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 86 + 18 = 239 (100%)
R 135 of 239 ~ 56.49%
G 86 of 239 ~ 35.98%
B 18 of 239 ~ 7.53%

%56.49
%35.98

CMYK color model

#875612 color CMYK value is (0,36,87,47).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 86.67%
  • key color value is 47.06%
CMYK:
(0,36,87,47)
C0M36Y87K47 
(0%,36%,87%,47%)
(0.00/0.36/0.87/0.47)	

CMYK percentages

%0
%36.3
%86.67
%47.06

Codes

Color #875612 in popluar color models

875612
RGB1358618
HSL35°76.47%30.00%
HSB/HSV35°86.67%52.94%
CMYK0.00%36.30%86.67%
47.06%

Color #875612 in popluar number systems.

HEX875612
Decimal1358618
Binary10000111101011010010
Octal20712622

Shades and tints

Shades of #875612

#875612
(135,86,18)
#7B4F11
(123,79,17)
#6F4810
(111,72,16)
#63410F
(99,65,15)
#573A0E
(87,58,14)
#4B330D
(75,51,13)
#3F2C0C
(63,44,12)
#33250B
(51,37,11)
#271E0A
(39,30,10)
#1B1709
(27,23,9)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #875612

#875612
(135,86,18)
#916527
(145,101,39)
#9B743C
(155,116,60)
#A58351
(165,131,81)
#AF9266
(175,146,102)
#B9A17B
(185,161,123)
#C3B090
(195,176,144)
#CDBFA5
(205,191,165)
#D7CEBA
(215,206,186)
#E1DDCF
(225,221,207)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875612 color. Also use rgb(135,86,18) instead hex code.

Text Font Color

.myTextColor { color: #875612; }

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

This text font color is #875612.


Background Color

.myBgColor { background-color: #875612; }

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

This div background color is #875612.


Border color

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

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

This div border color is #875612.


Opacity

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

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

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

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

This text has shadow with #875612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875612 on black background.


Color preview on white background

This text has color #875612 on white background.



Black color preview on #875612 background

This text has black color on #875612 background.


White color preview on #875612 background

This text has white color on #875612 background.