COLOR #87745D

HEX: #87745D
RGB: (135,116,93)

Color info

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

RGB color model

#87745D color RGB value is (135,116,93).

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

RGB channels and saturation

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

135
116
93

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 93 = 344 (100%)
R 135 of 344 ~ 39.24%
G 116 of 344 ~ 33.72%
B 93 of 344 ~ 27.03%

%39.24
%33.72
%27.03

CMYK color model

#87745D color CMYK value is (0,14,31,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 31.11%
  • key color value is 47.06%
CMYK:
(0,14,31,47)
C0M14Y31K47 
(0%,14%,31%,47%)
(0.00/0.14/0.31/0.47)	

CMYK percentages

%0
%14.07
%31.11
%47.06

Codes

Color #87745D in popluar color models

87745D
RGB13511693
HSL33°18.42%44.71%
HSB/HSV33°31.11%52.94%
CMYK0.00%14.07%31.11%
47.06%

Color #87745D in popluar number systems.

HEX87745D
Decimal13511693
Binary1000011111101001011101
Octal207164135

Shades and tints

Shades of #87745D

#87745D
(135,116,93)
#7B6A55
(123,106,85)
#6F604D
(111,96,77)
#635645
(99,86,69)
#574C3D
(87,76,61)
#4B4235
(75,66,53)
#3F382D
(63,56,45)
#332E25
(51,46,37)
#27241D
(39,36,29)
#1B1A15
(27,26,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #87745D

#87745D
(135,116,93)
#91806B
(145,128,107)
#9B8C79
(155,140,121)
#A59887
(165,152,135)
#AFA495
(175,164,149)
#B9B0A3
(185,176,163)
#C3BCB1
(195,188,177)
#CDC8BF
(205,200,191)
#D7D4CD
(215,212,205)
#E1E0DB
(225,224,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87745D; }

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

This text font color is #87745D.


Background Color

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

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

This div background color is #87745D.


Border color

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

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

This div border color is #87745D.


Opacity

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

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

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

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

This text has shadow with #87745D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87745D on black background.


Color preview on white background

This text has color #87745D on white background.



Black color preview on #87745D background

This text has black color on #87745D background.


White color preview on #87745D background

This text has white color on #87745D background.