COLOR #87743C

HEX: #87743C RGB: (135,116,60)

Color info

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

RGB color model

#87743C color RGB value is (135,116,60).

RGB: (135,116,60) (53%, 45%, 24%)

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 60 of 255 = 24%

135
116
60

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

Portions of RGB colors in percentages

R + G + B = 135 + 116 + 60 = 311 (100%)
R 135 of 311 ~ 43.41%
G 116 of 311 ~ 37.3%
B 60 of 311 ~ 19.29'%

%43.41
%37.3
%19.29

CMYK color model

#87743C color CMYK value is (0,14,56,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 55.56%
  • key color value is 47.06%
CMYK: (0,14,56,47) C0M14Y56K47 (0%,14%,56%,47%) (0.00/0.14/0.56/0.47) 

CMYK percentages

%0
%14.07
%55.56
%47.06

Codes

Color #87743C in popluar color models

87 74 3C
RGB 135 116 60
HSL 45° 38.46% 38.24%
HSB/HSV 45° 55.56% 52.94%
CMYK 0.00% 14.07% 55.56%
47.06%

Color #87743C in popluar number systems.

HEX 87 74 3C
Decimal 135 116 60
Binary 10000111 1110100 111100
Octal 207 164 74

Shades and tints

Shades of #87743C

#87743C
(135,116,60)
#7B6A37
(123,106,55)
#6F6032
(111,96,50)
#63562D
(99,86,45)
#574C28
(87,76,40)
#4B4223
(75,66,35)
#3F381E
(63,56,30)
#332E19
(51,46,25)
#272414
(39,36,20)
#1B1A0F
(27,26,15)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #87743C

#87743C
(135,116,60)
#91804D
(145,128,77)
#9B8C5E
(155,140,94)
#A5986F
(165,152,111)
#AFA480
(175,164,128)
#B9B091
(185,176,145)
#C3BCA2
(195,188,162)
#CDC8B3
(205,200,179)
#D7D4C4
(215,212,196)
#E1E0D5
(225,224,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87743C; }

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

This text font color is #87743C.

Background Color

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

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

This div background color is #87743C.

Border color

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

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

This div border color is #87743C.

Opacity

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

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

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

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

This text has shadow with #87743C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87743C.

Preview

Color preview on black background

This text has color #87743C on black background.


Color preview on white background

This text has color #87743C on white background.


Black color preview on #87743C background

This text has black color on #87743C background.


White color preview on #87743C background

This text has white color on #87743C background.


Related colors

Complementary color

Complementary color for #hex is #788BC3.


I love getcolorcode.com

Triadic colors

1 #3C8774 and #743C87 with #87743C are triadic colors.

2 #3C7487 and #74873C with #87743C are triadic colors.