COLOR #875D5B

HEX: #875D5B
RGB: (135,93,91)

Color info

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

RGB color model

#875D5B color RGB value is (135,93,91).

  • red value is 135;
  • green value is 93;
  • blue value is 91.
RGB:
(135,93,91)
(53%,36%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 91 of 255 = 36%

135
93
91

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

Portions of RGB colors in percentages

R + G + B =
135 + 93 + 91 = 319 (100%)
R 135 of 319 ~ 42.32%
G 93 of 319 ~ 29.15%
B 91 of 319 ~ 28.53%

%42.32
%29.15
%28.53

CMYK color model

#875D5B color CMYK value is (0,31,33,47).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(0,31,33,47)
C0M31Y33K47 
(0%,31%,33%,47%)
(0.00/0.31/0.33/0.47)	

CMYK percentages

%0
%31.11
%32.59
%47.06

Codes

Color #875D5B in popluar color models

875D5B
RGB1359391
HSL19.47%44.31%
HSB/HSV32.59%52.94%
CMYK0.00%31.11%32.59%
47.06%

Color #875D5B in popluar number systems.

HEX875D5B
Decimal1359391
Binary1000011110111011011011
Octal207135133

Shades and tints

Shades of #875D5B

#875D5B
(135,93,91)
#7B5553
(123,85,83)
#6F4D4B
(111,77,75)
#634543
(99,69,67)
#573D3B
(87,61,59)
#4B3533
(75,53,51)
#3F2D2B
(63,45,43)
#332523
(51,37,35)
#271D1B
(39,29,27)
#1B1513
(27,21,19)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #875D5B

#875D5B
(135,93,91)
#916B69
(145,107,105)
#9B7977
(155,121,119)
#A58785
(165,135,133)
#AF9593
(175,149,147)
#B9A3A1
(185,163,161)
#C3B1AF
(195,177,175)
#CDBFBD
(205,191,189)
#D7CDCB
(215,205,203)
#E1DBD9
(225,219,217)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875D5B color. Also use rgb(135,93,91) instead hex code.

Text Font Color

.myTextColor { color: #875D5B; }

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

This text font color is #875D5B.


Background Color

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

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

This div background color is #875D5B.


Border color

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

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

This div border color is #875D5B.


Opacity

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

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

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

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

This text has shadow with #875D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875D5B on black background.


Color preview on white background

This text has color #875D5B on white background.



Black color preview on #875D5B background

This text has black color on #875D5B background.


White color preview on #875D5B background

This text has white color on #875D5B background.