COLOR #87625C

HEX: #87625C
RGB: (135,98,92)

Color info

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

RGB color model

#87625C color RGB value is (135,98,92).

  • red value is 135;
  • green value is 98;
  • blue value is 92.
RGB:
(135,98,92)
(53%,38%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 92 of 255 = 36%

135
98
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 92 = 325 (100%)
R 135 of 325 ~ 41.54%
G 98 of 325 ~ 30.15%
B 92 of 325 ~ 28.31%

%41.54
%30.15
%28.31

CMYK color model

#87625C color CMYK value is (0,27,32,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(0,27,32,47)
C0M27Y32K47 
(0%,27%,32%,47%)
(0.00/0.27/0.32/0.47)	

CMYK percentages

%0
%27.41
%31.85
%47.06

Codes

Color #87625C in popluar color models

87625C
RGB1359892
HSL18.94%44.51%
HSB/HSV31.85%52.94%
CMYK0.00%27.41%31.85%
47.06%

Color #87625C in popluar number systems.

HEX87625C
Decimal1359892
Binary1000011111000101011100
Octal207142134

Shades and tints

Shades of #87625C

#87625C
(135,98,92)
#7B5A54
(123,90,84)
#6F524C
(111,82,76)
#634A44
(99,74,68)
#57423C
(87,66,60)
#4B3A34
(75,58,52)
#3F322C
(63,50,44)
#332A24
(51,42,36)
#27221C
(39,34,28)
#1B1A14
(27,26,20)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #87625C

#87625C
(135,98,92)
#91706A
(145,112,106)
#9B7E78
(155,126,120)
#A58C86
(165,140,134)
#AF9A94
(175,154,148)
#B9A8A2
(185,168,162)
#C3B6B0
(195,182,176)
#CDC4BE
(205,196,190)
#D7D2CC
(215,210,204)
#E1E0DA
(225,224,218)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87625C color. Also use rgb(135,98,92) instead hex code.

Text Font Color

.myTextColor { color: #87625C; }

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

This text font color is #87625C.


Background Color

.myBgColor { background-color: #87625C; }

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

This div background color is #87625C.


Border color

.myBorderColor { border: 1px solid #87625C; }

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

This div border color is #87625C.


Opacity

.myOpacity80 { color: #87625C; opacity: 0.8; }

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

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

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

This text has shadow with #87625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87625C on black background.


Color preview on white background

This text has color #87625C on white background.



Black color preview on #87625C background

This text has black color on #87625C background.


White color preview on #87625C background

This text has white color on #87625C background.