COLOR #875E42

HEX: #875E42
RGB: (135,94,66)

Color info

#875E42 contains mainly red and green colors. Web safe color of #875E42 is #996633 (or #963).

RGB color model

#875E42 color RGB value is (135,94,66).

  • red value is 135;
  • green value is 94;
  • blue value is 66.
RGB:
(135,94,66)
(53%,37%,26%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 66 of 255 = 26%

135
94
66

R + G + B ~ 39%. #875E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 66 = 295 (100%)
R 135 of 295 ~ 45.76%
G 94 of 295 ~ 31.86%
B 66 of 295 ~ 22.37%

%45.76
%31.86
%22.37

CMYK color model

#875E42 color CMYK value is (0,30,51,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 51.11%
  • key color value is 47.06%
CMYK:
(0,30,51,47)
C0M30Y51K47 
(0%,30%,51%,47%)
(0.00/0.30/0.51/0.47)	

CMYK percentages

%0
%30.37
%51.11
%47.06

Codes

Color #875E42 in popluar color models

875E42
RGB1359466
HSL24°34.33%39.41%
HSB/HSV24°51.11%52.94%
CMYK0.00%30.37%51.11%
47.06%

Color #875E42 in popluar number systems.

HEX875E42
Decimal1359466
Binary1000011110111101000010
Octal207136102

Shades and tints

Shades of #875E42

#875E42
(135,94,66)
#7B563C
(123,86,60)
#6F4E36
(111,78,54)
#634630
(99,70,48)
#573E2A
(87,62,42)
#4B3624
(75,54,36)
#3F2E1E
(63,46,30)
#332618
(51,38,24)
#271E12
(39,30,18)
#1B160C
(27,22,12)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #875E42

#875E42
(135,94,66)
#916C53
(145,108,83)
#9B7A64
(155,122,100)
#A58875
(165,136,117)
#AF9686
(175,150,134)
#B9A497
(185,164,151)
#C3B2A8
(195,178,168)
#CDC0B9
(205,192,185)
#D7CECA
(215,206,202)
#E1DCDB
(225,220,219)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875E42 color. Also use rgb(135,94,66) instead hex code.

Text Font Color

.myTextColor { color: #875E42; }

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

This text font color is #875E42.


Background Color

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

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

This div background color is #875E42.


Border color

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

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

This div border color is #875E42.


Opacity

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

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

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

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

This text has shadow with #875E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E42 on black background.


Color preview on white background

This text has color #875E42 on white background.



Black color preview on #875E42 background

This text has black color on #875E42 background.


White color preview on #875E42 background

This text has white color on #875E42 background.