COLOR #87745C

HEX: #87745C
RGB: (135,116,92)

Color info

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

RGB color model

#87745C color RGB value is (135,116,92).

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

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 92 of 255 = 36%

135
116
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 92 = 343 (100%)
R 135 of 343 ~ 39.36%
G 116 of 343 ~ 33.82%
B 92 of 343 ~ 26.82%

%39.36
%33.82
%26.82

CMYK color model

#87745C color CMYK value is (0,14,32,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(0,14,32,47)
C0M14Y32K47 
(0%,14%,32%,47%)
(0.00/0.14/0.32/0.47)	

CMYK percentages

%0
%14.07
%31.85
%47.06

Codes

Color #87745C in popluar color models

87745C
RGB13511692
HSL33°18.94%44.51%
HSB/HSV33°31.85%52.94%
CMYK0.00%14.07%31.85%
47.06%

Color #87745C in popluar number systems.

HEX87745C
Decimal13511692
Binary1000011111101001011100
Octal207164134

Shades and tints

Shades of #87745C

#87745C
(135,116,92)
#7B6A54
(123,106,84)
#6F604C
(111,96,76)
#635644
(99,86,68)
#574C3C
(87,76,60)
#4B4234
(75,66,52)
#3F382C
(63,56,44)
#332E24
(51,46,36)
#27241C
(39,36,28)
#1B1A14
(27,26,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #87745C

#87745C
(135,116,92)
#91806A
(145,128,106)
#9B8C78
(155,140,120)
#A59886
(165,152,134)
#AFA494
(175,164,148)
#B9B0A2
(185,176,162)
#C3BCB0
(195,188,176)
#CDC8BE
(205,200,190)
#D7D4CC
(215,212,204)
#E1E0DA
(225,224,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87745C; }

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

This text font color is #87745C.


Background Color

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

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

This div background color is #87745C.


Border color

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

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

This div border color is #87745C.


Opacity

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

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

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

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

This text has shadow with #87745C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87745C on black background.


Color preview on white background

This text has color #87745C on white background.



Black color preview on #87745C background

This text has black color on #87745C background.


White color preview on #87745C background

This text has white color on #87745C background.