COLOR #8B7616

HEX: #8B7616
RGB: (139,118,22)

Color info

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

RGB color model

#8B7616 color RGB value is (139,118,22).

  • red value is 139;
  • green value is 118;
  • blue value is 22.
RGB:
(139,118,22)
(55%,46%,9%)

RGB channels and saturation

R 139 of 255 = 55%
G 118 of 255 = 46%
B 22 of 255 = 9%

139
118
22

R + G + B ~ 37%. #8B7616 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 118 + 22 = 279 (100%)
R 139 of 279 ~ 49.82%
G 118 of 279 ~ 42.29%
B 22 of 279 ~ 7.89%

%49.82
%42.29

CMYK color model

#8B7616 color CMYK value is (0,15,84,45).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 84.17%
  • key color value is 45.49%
CMYK:
(0,15,84,45)
C0M15Y84K45 
(0%,15%,84%,45%)
(0.00/0.15/0.84/0.45)	

CMYK percentages

%0
%15.11
%84.17
%45.49

Codes

Color #8B7616 in popluar color models

8B7616
RGB13911822
HSL49°72.67%31.57%
HSB/HSV49°84.17%54.51%
CMYK0.00%15.11%84.17%
45.49%

Color #8B7616 in popluar number systems.

HEX8B7616
Decimal13911822
Binary10001011111011010110
Octal21316626

Shades and tints

Shades of #8B7616

#8B7616
(139,118,22)
#7F6C14
(127,108,20)
#736212
(115,98,18)
#675810
(103,88,16)
#5B4E0E
(91,78,14)
#4F440C
(79,68,12)
#433A0A
(67,58,10)
#373008
(55,48,8)
#2B2606
(43,38,6)
#1F1C04
(31,28,4)
#131202
(19,18,2)
#000000
(0,0,0)

Tints of #8B7616

#8B7616
(139,118,22)
#95822B
(149,130,43)
#9F8E40
(159,142,64)
#A99A55
(169,154,85)
#B3A66A
(179,166,106)
#BDB27F
(189,178,127)
#C7BE94
(199,190,148)
#D1CAA9
(209,202,169)
#DBD6BE
(219,214,190)
#E5E2D3
(229,226,211)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7616 color. Also use rgb(139,118,22) instead hex code.

Text Font Color

.myTextColor { color: #8B7616; }

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

This text font color is #8B7616.


Background Color

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

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

This div background color is #8B7616.


Border color

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

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

This div border color is #8B7616.


Opacity

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

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

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

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

This text has shadow with #8B7616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7616 on black background.


Color preview on white background

This text has color #8B7616 on white background.



Black color preview on #8B7616 background

This text has black color on #8B7616 background.


White color preview on #8B7616 background

This text has white color on #8B7616 background.