COLOR #87730D

HEX: #87730D
RGB: (135,115,13)

Color info

#87730D contains mainly red and green colors. Web safe color of #87730D is #996600 (or #960).

RGB color model

#87730D color RGB value is (135,115,13).

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

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 13 of 255 = 5%

135
115
13

R + G + B ~ 34%. #87730D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 13 = 263 (100%)
R 135 of 263 ~ 51.33%
G 115 of 263 ~ 43.73%
B 13 of 263 ~ 4.94%

%51.33
%43.73

CMYK color model

#87730D color CMYK value is (0,15,90,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 90.37%
  • key color value is 47.06%
CMYK:
(0,15,90,47)
C0M15Y90K47 
(0%,15%,90%,47%)
(0.00/0.15/0.90/0.47)	

CMYK percentages

%0
%14.81
%90.37
%47.06

Codes

Color #87730D in popluar color models

87730D
RGB13511513
HSL50°82.43%29.02%
HSB/HSV50°90.37%52.94%
CMYK0.00%14.81%90.37%
47.06%

Color #87730D in popluar number systems.

HEX87730D
Decimal13511513
Binary1000011111100111101
Octal20716315

Shades and tints

Shades of #87730D

#87730D
(135,115,13)
#7B690C
(123,105,12)
#6F5F0B
(111,95,11)
#63550A
(99,85,10)
#574B09
(87,75,9)
#4B4108
(75,65,8)
#3F3707
(63,55,7)
#332D06
(51,45,6)
#272305
(39,35,5)
#1B1904
(27,25,4)
#0F0F03
(15,15,3)
#000000
(0,0,0)

Tints of #87730D

#87730D
(135,115,13)
#917F23
(145,127,35)
#9B8B39
(155,139,57)
#A5974F
(165,151,79)
#AFA365
(175,163,101)
#B9AF7B
(185,175,123)
#C3BB91
(195,187,145)
#CDC7A7
(205,199,167)
#D7D3BD
(215,211,189)
#E1DFD3
(225,223,211)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87730D color. Also use rgb(135,115,13) instead hex code.

Text Font Color

.myTextColor { color: #87730D; }

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

This text font color is #87730D.


Background Color

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

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

This div background color is #87730D.


Border color

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

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

This div border color is #87730D.


Opacity

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

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

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

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

This text has shadow with #87730D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87730D on black background.


Color preview on white background

This text has color #87730D on white background.



Black color preview on #87730D background

This text has black color on #87730D background.


White color preview on #87730D background

This text has white color on #87730D background.