COLOR #87734B

HEX: #87734B
RGB: (135,115,75)

Color info

#87734B contains mainly red and green colors. Web safe color of #87734B is #996633 (or #963).

RGB color model

#87734B color RGB value is (135,115,75).

  • red value is 135;
  • green value is 115;
  • blue value is 75.
RGB:
(135,115,75)
(53%,45%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 75 of 255 = 29%

135
115
75

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 75 = 325 (100%)
R 135 of 325 ~ 41.54%
G 115 of 325 ~ 35.38%
B 75 of 325 ~ 23.08%

%41.54
%35.38
%23.08

CMYK color model

#87734B color CMYK value is (0,15,44,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(0,15,44,47)
C0M15Y44K47 
(0%,15%,44%,47%)
(0.00/0.15/0.44/0.47)	

CMYK percentages

%0
%14.81
%44.44
%47.06

Codes

Color #87734B in popluar color models

87734B
RGB13511575
HSL40°28.57%41.18%
HSB/HSV40°44.44%52.94%
CMYK0.00%14.81%44.44%
47.06%

Color #87734B in popluar number systems.

HEX87734B
Decimal13511575
Binary1000011111100111001011
Octal207163113

Shades and tints

Shades of #87734B

#87734B
(135,115,75)
#7B6945
(123,105,69)
#6F5F3F
(111,95,63)
#635539
(99,85,57)
#574B33
(87,75,51)
#4B412D
(75,65,45)
#3F3727
(63,55,39)
#332D21
(51,45,33)
#27231B
(39,35,27)
#1B1915
(27,25,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #87734B

#87734B
(135,115,75)
#917F5B
(145,127,91)
#9B8B6B
(155,139,107)
#A5977B
(165,151,123)
#AFA38B
(175,163,139)
#B9AF9B
(185,175,155)
#C3BBAB
(195,187,171)
#CDC7BB
(205,199,187)
#D7D3CB
(215,211,203)
#E1DFDB
(225,223,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87734B color. Also use rgb(135,115,75) instead hex code.

Text Font Color

.myTextColor { color: #87734B; }

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

This text font color is #87734B.


Background Color

.myBgColor { background-color: #87734B; }

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

This div background color is #87734B.


Border color

.myBorderColor { border: 1px solid #87734B; }

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

This div border color is #87734B.


Opacity

.myOpacity80 { color: #87734B; opacity: 0.8; }

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

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

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

This text has shadow with #87734B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87734B on black background.


Color preview on white background

This text has color #87734B on white background.



Black color preview on #87734B background

This text has black color on #87734B background.


White color preview on #87734B background

This text has white color on #87734B background.