COLOR #875865

HEX: #875865
RGB: (135,88,101)

Color info

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

RGB color model

#875865 color RGB value is (135,88,101).

  • red value is 135;
  • green value is 88;
  • blue value is 101.
RGB:
(135,88,101)
(53%,35%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 88 of 255 = 35%
B 101 of 255 = 40%

135
88
101

R + G + B ~ 43%. #875865 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 88 + 101 = 324 (100%)
R 135 of 324 ~ 41.67%
G 88 of 324 ~ 27.16%
B 101 of 324 ~ 31.17%

%41.67
%27.16
%31.17

CMYK color model

#875865 color CMYK value is (0,35,25,47).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(0,35,25,47)
C0M35Y25K47 
(0%,35%,25%,47%)
(0.00/0.35/0.25/0.47)	

CMYK percentages

%0
%34.81
%25.19
%47.06

Codes

Color #875865 in popluar color models

875865
RGB13588101
HSL343°21.08%43.73%
HSB/HSV343°34.81%52.94%
CMYK0.00%34.81%25.19%
47.06%

Color #875865 in popluar number systems.

HEX875865
Decimal13588101
Binary1000011110110001100101
Octal207130145

Shades and tints

Shades of #875865

#875865
(135,88,101)
#7B505C
(123,80,92)
#6F4853
(111,72,83)
#63404A
(99,64,74)
#573841
(87,56,65)
#4B3038
(75,48,56)
#3F282F
(63,40,47)
#332026
(51,32,38)
#27181D
(39,24,29)
#1B1014
(27,16,20)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #875865

#875865
(135,88,101)
#916773
(145,103,115)
#9B7681
(155,118,129)
#A5858F
(165,133,143)
#AF949D
(175,148,157)
#B9A3AB
(185,163,171)
#C3B2B9
(195,178,185)
#CDC1C7
(205,193,199)
#D7D0D5
(215,208,213)
#E1DFE3
(225,223,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875865 color. Also use rgb(135,88,101) instead hex code.

Text Font Color

.myTextColor { color: #875865; }

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

This text font color is #875865.


Background Color

.myBgColor { background-color: #875865; }

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

This div background color is #875865.


Border color

.myBorderColor { border: 1px solid #875865; }

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

This div border color is #875865.


Opacity

.myOpacity80 { color: #875865; opacity: 0.8; }

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

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

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

This text has shadow with #875865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875865 on black background.


Color preview on white background

This text has color #875865 on white background.



Black color preview on #875865 background

This text has black color on #875865 background.


White color preview on #875865 background

This text has white color on #875865 background.