COLOR #8B863F

HEX: #8B863F
RGB: (139,134,63)

Color info

#8B863F contains mainly red and green colors. Web safe color of #8B863F is #999933 (or #993).

RGB color model

#8B863F color RGB value is (139,134,63).

  • red value is 139;
  • green value is 134;
  • blue value is 63.
RGB:
(139,134,63)
(55%,53%,25%)

RGB channels and saturation

R 139 of 255 = 55%
G 134 of 255 = 53%
B 63 of 255 = 25%

139
134
63

R + G + B ~ 44%. #8B863F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 134 + 63 = 336 (100%)
R 139 of 336 ~ 41.37%
G 134 of 336 ~ 39.88%
B 63 of 336 ~ 18.75%

%41.37
%39.88
%18.75

CMYK color model

#8B863F color CMYK value is (0,4,55,45).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 54.68%
  • key color value is 45.49%
CMYK:
(0,4,55,45)
C0M4Y55K45 
(0%,4%,55%,45%)
(0.00/0.04/0.55/0.45)	

CMYK percentages

%0
%3.6
%54.68
%45.49

Codes

Color #8B863F in popluar color models

8B863F
RGB13913463
HSL56°37.62%39.61%
HSB/HSV56°54.68%54.51%
CMYK0.00%3.60%54.68%
45.49%

Color #8B863F in popluar number systems.

HEX8B863F
Decimal13913463
Binary1000101110000110111111
Octal21320677

Shades and tints

Shades of #8B863F

#8B863F
(139,134,63)
#7F7A3A
(127,122,58)
#736E35
(115,110,53)
#676230
(103,98,48)
#5B562B
(91,86,43)
#4F4A26
(79,74,38)
#433E21
(67,62,33)
#37321C
(55,50,28)
#2B2617
(43,38,23)
#1F1A12
(31,26,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #8B863F

#8B863F
(139,134,63)
#959150
(149,145,80)
#9F9C61
(159,156,97)
#A9A772
(169,167,114)
#B3B283
(179,178,131)
#BDBD94
(189,189,148)
#C7C8A5
(199,200,165)
#D1D3B6
(209,211,182)
#DBDEC7
(219,222,199)
#E5E9D8
(229,233,216)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B863F color. Also use rgb(139,134,63) instead hex code.

Text Font Color

.myTextColor { color: #8B863F; }

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

This text font color is #8B863F.


Background Color

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

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

This div background color is #8B863F.


Border color

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

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

This div border color is #8B863F.


Opacity

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

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

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

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

This text has shadow with #8B863F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B863F on black background.


Color preview on white background

This text has color #8B863F on white background.



Black color preview on #8B863F background

This text has black color on #8B863F background.


White color preview on #8B863F background

This text has white color on #8B863F background.