COLOR #875F5E

HEX: #875F5E
RGB: (135,95,94)

Color info

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

RGB color model

#875F5E color RGB value is (135,95,94).

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

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 94 of 255 = 37%

135
95
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 94 = 324 (100%)
R 135 of 324 ~ 41.67%
G 95 of 324 ~ 29.32%
B 94 of 324 ~ 29.01%

%41.67
%29.32
%29.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(0,30,30,47)
C0M30Y30K47 
(0%,30%,30%,47%)
(0.00/0.30/0.30/0.47)	

CMYK percentages

%0
%29.63
%30.37
%47.06

Codes

Color #875F5E in popluar color models

875F5E
RGB1359594
HSL17.90%44.90%
HSB/HSV30.37%52.94%
CMYK0.00%29.63%30.37%
47.06%

Color #875F5E in popluar number systems.

HEX875F5E
Decimal1359594
Binary1000011110111111011110
Octal207137136

Shades and tints

Shades of #875F5E

#875F5E
(135,95,94)
#7B5756
(123,87,86)
#6F4F4E
(111,79,78)
#634746
(99,71,70)
#573F3E
(87,63,62)
#4B3736
(75,55,54)
#3F2F2E
(63,47,46)
#332726
(51,39,38)
#271F1E
(39,31,30)
#1B1716
(27,23,22)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #875F5E

#875F5E
(135,95,94)
#916D6C
(145,109,108)
#9B7B7A
(155,123,122)
#A58988
(165,137,136)
#AF9796
(175,151,150)
#B9A5A4
(185,165,164)
#C3B3B2
(195,179,178)
#CDC1C0
(205,193,192)
#D7CFCE
(215,207,206)
#E1DDDC
(225,221,220)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875F5E; }

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

This text font color is #875F5E.


Background Color

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

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

This div background color is #875F5E.


Border color

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

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

This div border color is #875F5E.


Opacity

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

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

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

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

This text has shadow with #875F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F5E on black background.


Color preview on white background

This text has color #875F5E on white background.



Black color preview on #875F5E background

This text has black color on #875F5E background.


White color preview on #875F5E background

This text has white color on #875F5E background.