COLOR #875E4F

HEX: #875E4F
RGB: (135,94,79)

Color info

#875E4F contains red, green and blue colors in about the same proportion. Web safe color of #875E4F is #996666 (or #966).

RGB color model

#875E4F color RGB value is (135,94,79).

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

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 79 of 255 = 31%

135
94
79

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 79 = 308 (100%)
R 135 of 308 ~ 43.83%
G 94 of 308 ~ 30.52%
B 79 of 308 ~ 25.65%

%43.83
%30.52
%25.65

CMYK color model

#875E4F color CMYK value is (0,30,41,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 41.48%
  • key color value is 47.06%
CMYK:
(0,30,41,47)
C0M30Y41K47 
(0%,30%,41%,47%)
(0.00/0.30/0.41/0.47)	

CMYK percentages

%0
%30.37
%41.48
%47.06

Codes

Color #875E4F in popluar color models

875E4F
RGB1359479
HSL16°26.17%41.96%
HSB/HSV16°41.48%52.94%
CMYK0.00%30.37%41.48%
47.06%

Color #875E4F in popluar number systems.

HEX875E4F
Decimal1359479
Binary1000011110111101001111
Octal207136117

Shades and tints

Shades of #875E4F

#875E4F
(135,94,79)
#7B5648
(123,86,72)
#6F4E41
(111,78,65)
#63463A
(99,70,58)
#573E33
(87,62,51)
#4B362C
(75,54,44)
#3F2E25
(63,46,37)
#33261E
(51,38,30)
#271E17
(39,30,23)
#1B1610
(27,22,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #875E4F

#875E4F
(135,94,79)
#916C5F
(145,108,95)
#9B7A6F
(155,122,111)
#A5887F
(165,136,127)
#AF968F
(175,150,143)
#B9A49F
(185,164,159)
#C3B2AF
(195,178,175)
#CDC0BF
(205,192,191)
#D7CECF
(215,206,207)
#E1DCDF
(225,220,223)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875E4F; }

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

This text font color is #875E4F.


Background Color

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

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

This div background color is #875E4F.


Border color

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

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

This div border color is #875E4F.


Opacity

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

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

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

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

This text has shadow with #875E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E4F on black background.


Color preview on white background

This text has color #875E4F on white background.



Black color preview on #875E4F background

This text has black color on #875E4F background.


White color preview on #875E4F background

This text has white color on #875E4F background.