COLOR #875E49

HEX: #875E49
RGB: (135,94,73)

Color info

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

RGB color model

#875E49 color RGB value is (135,94,73).

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

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 73 of 255 = 29%

135
94
73

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 73 = 302 (100%)
R 135 of 302 ~ 44.7%
G 94 of 302 ~ 31.13%
B 73 of 302 ~ 24.17%

%44.7
%31.13
%24.17

CMYK color model

#875E49 color CMYK value is (0,30,46,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(0,30,46,47)
C0M30Y46K47 
(0%,30%,46%,47%)
(0.00/0.30/0.46/0.47)	

CMYK percentages

%0
%30.37
%45.93
%47.06

Codes

Color #875E49 in popluar color models

875E49
RGB1359473
HSL20°29.81%40.78%
HSB/HSV20°45.93%52.94%
CMYK0.00%30.37%45.93%
47.06%

Color #875E49 in popluar number systems.

HEX875E49
Decimal1359473
Binary1000011110111101001001
Octal207136111

Shades and tints

Shades of #875E49

#875E49
(135,94,73)
#7B5643
(123,86,67)
#6F4E3D
(111,78,61)
#634637
(99,70,55)
#573E31
(87,62,49)
#4B362B
(75,54,43)
#3F2E25
(63,46,37)
#33261F
(51,38,31)
#271E19
(39,30,25)
#1B1613
(27,22,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #875E49

#875E49
(135,94,73)
#916C59
(145,108,89)
#9B7A69
(155,122,105)
#A58879
(165,136,121)
#AF9689
(175,150,137)
#B9A499
(185,164,153)
#C3B2A9
(195,178,169)
#CDC0B9
(205,192,185)
#D7CEC9
(215,206,201)
#E1DCD9
(225,220,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875E49; }

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

This text font color is #875E49.


Background Color

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

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

This div background color is #875E49.


Border color

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

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

This div border color is #875E49.


Opacity

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

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

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

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

This text has shadow with #875E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E49 on black background.


Color preview on white background

This text has color #875E49 on white background.



Black color preview on #875E49 background

This text has black color on #875E49 background.


White color preview on #875E49 background

This text has white color on #875E49 background.