COLOR #875552

HEX: #875552
RGB: (135,85,82)

Color info

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

RGB color model

#875552 color RGB value is (135,85,82).

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

RGB channels and saturation

R 135 of 255 = 53%
G 85 of 255 = 33%
B 82 of 255 = 32%

135
85
82

R + G + B ~ 39%. #875552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 85 + 82 = 302 (100%)
R 135 of 302 ~ 44.7%
G 85 of 302 ~ 28.15%
B 82 of 302 ~ 27.15%

%44.7
%28.15
%27.15

CMYK color model

#875552 color CMYK value is (0,37,39,47).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 39.26%
  • key color value is 47.06%
CMYK:
(0,37,39,47)
C0M37Y39K47 
(0%,37%,39%,47%)
(0.00/0.37/0.39/0.47)	

CMYK percentages

%0
%37.04
%39.26
%47.06

Codes

Color #875552 in popluar color models

875552
RGB1358582
HSL24.42%42.55%
HSB/HSV39.26%52.94%
CMYK0.00%37.04%39.26%
47.06%

Color #875552 in popluar number systems.

HEX875552
Decimal1358582
Binary1000011110101011010010
Octal207125122

Shades and tints

Shades of #875552

#875552
(135,85,82)
#7B4E4B
(123,78,75)
#6F4744
(111,71,68)
#63403D
(99,64,61)
#573936
(87,57,54)
#4B322F
(75,50,47)
#3F2B28
(63,43,40)
#332421
(51,36,33)
#271D1A
(39,29,26)
#1B1613
(27,22,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #875552

#875552
(135,85,82)
#916461
(145,100,97)
#9B7370
(155,115,112)
#A5827F
(165,130,127)
#AF918E
(175,145,142)
#B9A09D
(185,160,157)
#C3AFAC
(195,175,172)
#CDBEBB
(205,190,187)
#D7CDCA
(215,205,202)
#E1DCD9
(225,220,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875552; }

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

This text font color is #875552.


Background Color

.myBgColor { background-color: #875552; }

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

This div background color is #875552.


Border color

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

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

This div border color is #875552.


Opacity

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

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

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

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

This text has shadow with #875552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875552 on black background.


Color preview on white background

This text has color #875552 on white background.



Black color preview on #875552 background

This text has black color on #875552 background.


White color preview on #875552 background

This text has white color on #875552 background.