COLOR #8B730B

HEX: #8B730B
RGB: (139,115,11)

Color info

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

RGB color model

#8B730B color RGB value is (139,115,11).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 11 of 255 = 4%

139
115
11

R + G + B ~ 35%. #8B730B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 11 = 265 (100%)
R 139 of 265 ~ 52.45%
G 115 of 265 ~ 43.4%
B 11 of 265 ~ 4.15%

%52.45
%43.4

CMYK color model

#8B730B color CMYK value is (0,17,92,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 92.09%
  • key color value is 45.49%
CMYK:
(0,17,92,45)
C0M17Y92K45 
(0%,17%,92%,45%)
(0.00/0.17/0.92/0.45)	

CMYK percentages

%0
%17.27
%92.09
%45.49

Codes

Color #8B730B in popluar color models

8B730B
RGB13911511
HSL49°85.33%29.41%
HSB/HSV49°92.09%54.51%
CMYK0.00%17.27%92.09%
45.49%

Color #8B730B in popluar number systems.

HEX8B730B
Decimal13911511
Binary1000101111100111011
Octal21316313

Shades and tints

Shades of #8B730B

#8B730B
(139,115,11)
#7F690A
(127,105,10)
#735F09
(115,95,9)
#675508
(103,85,8)
#5B4B07
(91,75,7)
#4F4106
(79,65,6)
#433705
(67,55,5)
#372D04
(55,45,4)
#2B2303
(43,35,3)
#1F1902
(31,25,2)
#130F01
(19,15,1)
#000000
(0,0,0)

Tints of #8B730B

#8B730B
(139,115,11)
#957F21
(149,127,33)
#9F8B37
(159,139,55)
#A9974D
(169,151,77)
#B3A363
(179,163,99)
#BDAF79
(189,175,121)
#C7BB8F
(199,187,143)
#D1C7A5
(209,199,165)
#DBD3BB
(219,211,187)
#E5DFD1
(229,223,209)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B730B; }

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

This text font color is #8B730B.


Background Color

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

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

This div background color is #8B730B.


Border color

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

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

This div border color is #8B730B.


Opacity

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

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

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

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

This text has shadow with #8B730B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B730B on black background.


Color preview on white background

This text has color #8B730B on white background.



Black color preview on #8B730B background

This text has black color on #8B730B background.


White color preview on #8B730B background

This text has white color on #8B730B background.