COLOR #8B880E

HEX: #8B880E
RGB: (139,136,14)

Color info

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

RGB color model

#8B880E color RGB value is (139,136,14).

  • red value is 139;
  • green value is 136;
  • blue value is 14.
RGB:
(139,136,14)
(55%,53%,5%)

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 14 of 255 = 5%

139
136
14

R + G + B ~ 38%. #8B880E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 136 + 14 = 289 (100%)
R 139 of 289 ~ 48.1%
G 136 of 289 ~ 47.06%
B 14 of 289 ~ 4.84%

%48.1
%47.06

CMYK color model

#8B880E color CMYK value is (0,2,90,45).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 89.93%
  • key color value is 45.49%
CMYK:
(0,2,90,45)
C0M2Y90K45 
(0%,2%,90%,45%)
(0.00/0.02/0.90/0.45)	

CMYK percentages

%0
%2.16
%89.93
%45.49

Codes

Color #8B880E in popluar color models

8B880E
RGB13913614
HSL59°81.70%30.00%
HSB/HSV59°89.93%54.51%
CMYK0.00%2.16%89.93%
45.49%

Color #8B880E in popluar number systems.

HEX8B880E
Decimal13913614
Binary10001011100010001110
Octal21321016

Shades and tints

Shades of #8B880E

#8B880E
(139,136,14)
#7F7C0D
(127,124,13)
#73700C
(115,112,12)
#67640B
(103,100,11)
#5B580A
(91,88,10)
#4F4C09
(79,76,9)
#434008
(67,64,8)
#373407
(55,52,7)
#2B2806
(43,40,6)
#1F1C05
(31,28,5)
#131004
(19,16,4)
#000000
(0,0,0)

Tints of #8B880E

#8B880E
(139,136,14)
#959223
(149,146,35)
#9F9C38
(159,156,56)
#A9A64D
(169,166,77)
#B3B062
(179,176,98)
#BDBA77
(189,186,119)
#C7C48C
(199,196,140)
#D1CEA1
(209,206,161)
#DBD8B6
(219,216,182)
#E5E2CB
(229,226,203)
#EFECE0
(239,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B880E color. Also use rgb(139,136,14) instead hex code.

Text Font Color

.myTextColor { color: #8B880E; }

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

This text font color is #8B880E.


Background Color

.myBgColor { background-color: #8B880E; }

<div style="background-color:#8B880E">Inner text</div>

This div background color is #8B880E.


Border color

.myBorderColor { border: 1px solid #8B880E; }

<div style="border:3px solid #8B880E">Div</div>

This div border color is #8B880E.


Opacity

.myOpacity80 { color: #8B880E; opacity: 0.8; }

<p style="color:#8B880E;opacity:0.8;">80%</p>

Text with #8B880E 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 #8B880E;}

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

This text has shadow with #8B880E color.

.textShadow {text-shadow: 3px 3px 1px #8B880E, 3px 3px 1px red;}

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

This text has shadow with #8B880E primary color and red secondary color.


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

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

This text has shadow with #8B880E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B880E on black background.


Color preview on white background

This text has color #8B880E on white background.



Black color preview on #8B880E background

This text has black color on #8B880E background.


White color preview on #8B880E background

This text has white color on #8B880E background.