COLOR #875668

HEX: #875668
RGB: (135,86,104)

Color info

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

RGB color model

#875668 color RGB value is (135,86,104).

  • red value is 135;
  • green value is 86;
  • blue value is 104.
RGB:
(135,86,104)
(53%,34%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 86 of 255 = 34%
B 104 of 255 = 41%

135
86
104

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

Portions of RGB colors in percentages

R + G + B =
135 + 86 + 104 = 325 (100%)
R 135 of 325 ~ 41.54%
G 86 of 325 ~ 26.46%
B 104 of 325 ~ 32%

%41.54
%26.46
%32

CMYK color model

#875668 color CMYK value is (0,36,23,47).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,36,23,47)
C0M36Y23K47 
(0%,36%,23%,47%)
(0.00/0.36/0.23/0.47)	

CMYK percentages

%0
%36.3
%22.96
%47.06

Codes

Color #875668 in popluar color models

875668
RGB13586104
HSL338°22.17%43.33%
HSB/HSV338°36.30%52.94%
CMYK0.00%36.30%22.96%
47.06%

Color #875668 in popluar number systems.

HEX875668
Decimal13586104
Binary1000011110101101101000
Octal207126150

Shades and tints

Shades of #875668

#875668
(135,86,104)
#7B4F5F
(123,79,95)
#6F4856
(111,72,86)
#63414D
(99,65,77)
#573A44
(87,58,68)
#4B333B
(75,51,59)
#3F2C32
(63,44,50)
#332529
(51,37,41)
#271E20
(39,30,32)
#1B1717
(27,23,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #875668

#875668
(135,86,104)
#916575
(145,101,117)
#9B7482
(155,116,130)
#A5838F
(165,131,143)
#AF929C
(175,146,156)
#B9A1A9
(185,161,169)
#C3B0B6
(195,176,182)
#CDBFC3
(205,191,195)
#D7CED0
(215,206,208)
#E1DDDD
(225,221,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875668 color. Also use rgb(135,86,104) instead hex code.

Text Font Color

.myTextColor { color: #875668; }

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

This text font color is #875668.


Background Color

.myBgColor { background-color: #875668; }

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

This div background color is #875668.


Border color

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

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

This div border color is #875668.


Opacity

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

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

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

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

This text has shadow with #875668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875668 on black background.


Color preview on white background

This text has color #875668 on white background.



Black color preview on #875668 background

This text has black color on #875668 background.


White color preview on #875668 background

This text has white color on #875668 background.