COLOR #88860D

HEX: #88860D
RGB: (136,134,13)

Color info

#88860D contains mainly red and green colors. Web safe color of #88860D is #999900 (or #990).

RGB color model

#88860D color RGB value is (136,134,13).

  • red value is 136;
  • green value is 134;
  • blue value is 13.
RGB:
(136,134,13)
(53%,53%,5%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 13 of 255 = 5%

136
134
13

R + G + B ~ 37%. #88860D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 13 = 283 (100%)
R 136 of 283 ~ 48.06%
G 134 of 283 ~ 47.35%
B 13 of 283 ~ 4.59%

%48.06
%47.35

CMYK color model

#88860D color CMYK value is (0,1,90,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 90.44%
  • key color value is 46.67%
CMYK:
(0,1,90,47)
C0M1Y90K47 
(0%,1%,90%,47%)
(0.00/0.01/0.90/0.47)	

CMYK percentages

%0
%1.47
%90.44
%46.67

Codes

Color #88860D in popluar color models

88860D
RGB13613413
HSL59°82.55%29.22%
HSB/HSV59°90.44%53.33%
CMYK0.00%1.47%90.44%
46.67%

Color #88860D in popluar number systems.

HEX88860D
Decimal13613413
Binary10001000100001101101
Octal21020615

Shades and tints

Shades of #88860D

#88860D
(136,134,13)
#7C7A0C
(124,122,12)
#706E0B
(112,110,11)
#64620A
(100,98,10)
#585609
(88,86,9)
#4C4A08
(76,74,8)
#403E07
(64,62,7)
#343206
(52,50,6)
#282605
(40,38,5)
#1C1A04
(28,26,4)
#100E03
(16,14,3)
#000000
(0,0,0)

Tints of #88860D

#88860D
(136,134,13)
#929123
(146,145,35)
#9C9C39
(156,156,57)
#A6A74F
(166,167,79)
#B0B265
(176,178,101)
#BABD7B
(186,189,123)
#C4C891
(196,200,145)
#CED3A7
(206,211,167)
#D8DEBD
(216,222,189)
#E2E9D3
(226,233,211)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88860D color. Also use rgb(136,134,13) instead hex code.

Text Font Color

.myTextColor { color: #88860D; }

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

This text font color is #88860D.


Background Color

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

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

This div background color is #88860D.


Border color

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

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

This div border color is #88860D.


Opacity

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

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

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

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

This text has shadow with #88860D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88860D on black background.


Color preview on white background

This text has color #88860D on white background.



Black color preview on #88860D background

This text has black color on #88860D background.


White color preview on #88860D background

This text has white color on #88860D background.