COLOR #875265

HEX: #875265
RGB: (135,82,101)

Color info

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

RGB color model

#875265 color RGB value is (135,82,101).

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

RGB channels and saturation

R 135 of 255 = 53%
G 82 of 255 = 32%
B 101 of 255 = 40%

135
82
101

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

Portions of RGB colors in percentages

R + G + B =
135 + 82 + 101 = 318 (100%)
R 135 of 318 ~ 42.45%
G 82 of 318 ~ 25.79%
B 101 of 318 ~ 31.76%

%42.45
%25.79
%31.76

CMYK color model

#875265 color CMYK value is (0,39,25,47).

  • cyan value is 0.00%
  • magenta value is 39.26%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(0,39,25,47)
C0M39Y25K47 
(0%,39%,25%,47%)
(0.00/0.39/0.25/0.47)	

CMYK percentages

%0
%39.26
%25.19
%47.06

Codes

Color #875265 in popluar color models

875265
RGB13582101
HSL338°24.42%42.55%
HSB/HSV338°39.26%52.94%
CMYK0.00%39.26%25.19%
47.06%

Color #875265 in popluar number systems.

HEX875265
Decimal13582101
Binary1000011110100101100101
Octal207122145

Shades and tints

Shades of #875265

#875265
(135,82,101)
#7B4B5C
(123,75,92)
#6F4453
(111,68,83)
#633D4A
(99,61,74)
#573641
(87,54,65)
#4B2F38
(75,47,56)
#3F282F
(63,40,47)
#332126
(51,33,38)
#271A1D
(39,26,29)
#1B1314
(27,19,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #875265

#875265
(135,82,101)
#916173
(145,97,115)
#9B7081
(155,112,129)
#A57F8F
(165,127,143)
#AF8E9D
(175,142,157)
#B99DAB
(185,157,171)
#C3ACB9
(195,172,185)
#CDBBC7
(205,187,199)
#D7CAD5
(215,202,213)
#E1D9E3
(225,217,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875265; }

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

This text font color is #875265.


Background Color

.myBgColor { background-color: #875265; }

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

This div background color is #875265.


Border color

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

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

This div border color is #875265.


Opacity

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

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

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

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

This text has shadow with #875265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875265 on black background.


Color preview on white background

This text has color #875265 on white background.



Black color preview on #875265 background

This text has black color on #875265 background.


White color preview on #875265 background

This text has white color on #875265 background.