COLOR #8B731E

HEX: #8B731E
RGB: (139,115,30)

Color info

#8B731E contains mainly red and green colors. Web safe color of #8B731E is #996633 (or #963).

RGB color model

#8B731E color RGB value is (139,115,30).

  • red value is 139;
  • green value is 115;
  • blue value is 30.
RGB:
(139,115,30)
(55%,45%,12%)

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 30 of 255 = 12%

139
115
30

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 30 = 284 (100%)
R 139 of 284 ~ 48.94%
G 115 of 284 ~ 40.49%
B 30 of 284 ~ 10.56%

%48.94
%40.49
%10.56

CMYK color model

#8B731E color CMYK value is (0,17,78,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 78.42%
  • key color value is 45.49%
CMYK:
(0,17,78,45)
C0M17Y78K45 
(0%,17%,78%,45%)
(0.00/0.17/0.78/0.45)	

CMYK percentages

%0
%17.27
%78.42
%45.49

Codes

Color #8B731E in popluar color models

8B731E
RGB13911530
HSL47°64.50%33.14%
HSB/HSV47°78.42%54.51%
CMYK0.00%17.27%78.42%
45.49%

Color #8B731E in popluar number systems.

HEX8B731E
Decimal13911530
Binary10001011111001111110
Octal21316336

Shades and tints

Shades of #8B731E

#8B731E
(139,115,30)
#7F691C
(127,105,28)
#735F1A
(115,95,26)
#675518
(103,85,24)
#5B4B16
(91,75,22)
#4F4114
(79,65,20)
#433712
(67,55,18)
#372D10
(55,45,16)
#2B230E
(43,35,14)
#1F190C
(31,25,12)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #8B731E

#8B731E
(139,115,30)
#957F32
(149,127,50)
#9F8B46
(159,139,70)
#A9975A
(169,151,90)
#B3A36E
(179,163,110)
#BDAF82
(189,175,130)
#C7BB96
(199,187,150)
#D1C7AA
(209,199,170)
#DBD3BE
(219,211,190)
#E5DFD2
(229,223,210)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B731E color. Also use rgb(139,115,30) instead hex code.

Text Font Color

.myTextColor { color: #8B731E; }

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

This text font color is #8B731E.


Background Color

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

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

This div background color is #8B731E.


Border color

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

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

This div border color is #8B731E.


Opacity

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

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

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

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

This text has shadow with #8B731E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B731E on black background.


Color preview on white background

This text has color #8B731E on white background.



Black color preview on #8B731E background

This text has black color on #8B731E background.


White color preview on #8B731E background

This text has white color on #8B731E background.