COLOR #8B722E

HEX: #8B722E RGB: (139,114,46)

Color info

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

RGB color model

#8B722E color RGB value is (139,114,46).

RGB: (139,114,46) (55%, 45%, 18%)

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 46 of 255 = 18%

139
114
46

R + G + B ~ 39%. #8B722E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 114 + 46 = 299 (100%)
R 139 of 299 ~ 46.49%
G 114 of 299 ~ 38.13%
B 46 of 299 ~ 15.38'%

%46.49
%38.13
%15.38

CMYK color model

#8B722E color CMYK value is (0,18,67,45).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 66.91%
  • key color value is 45.49%

CMYK: (0,18,67,45)
C0M18Y67K45 (0%, 18%, 67%, 45%)
(0.00 / 0.18 / 0.67 / 0.45)

CMYK percentages

%0
%17.99
%66.91
%45.49

Codes

Color #8B722E in popluar color models

8B 72 2E
RGB 139 114 46
HSL 44° 50.27% 36.27%
HSB/HSV 44° 66.91% 54.51%
CMYK 0.00% 17.99% 66.91%
45.49%

Color #8B722E in popluar number systems.

HEX 8B 72 2E
Decimal 139 114 46
Binary 10001011 1110010 101110
Octal 213 162 56

Shades and tints

Shades of #8B722E

#8B722E
(139,114,46)
#7F682A
(127,104,42)
#735E26
(115,94,38)
#675422
(103,84,34)
#5B4A1E
(91,74,30)
#4F401A
(79,64,26)
#433616
(67,54,22)
#372C12
(55,44,18)
#2B220E
(43,34,14)
#1F180A
(31,24,10)
#130E06
(19,14,6)
#000000
(0,0,0)

Tints of #8B722E

#8B722E
(139,114,46)
#957E41
(149,126,65)
#9F8A54
(159,138,84)
#A99667
(169,150,103)
#B3A27A
(179,162,122)
#BDAE8D
(189,174,141)
#C7BAA0
(199,186,160)
#D1C6B3
(209,198,179)
#DBD2C6
(219,210,198)
#E5DED9
(229,222,217)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B722E color. Also use rgb(139,114,46) instead hex code.

Text Font Color

.myTextColor { color: #8B722E; }

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

This text font color is #8B722E.

Background Color

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

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

This div background color is #8B722E.

Border color

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

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

This div border color is #8B722E.

Opacity

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

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

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

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

This text has shadow with #8B722E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B722E.

Preview

Color preview on black background

This text has color #8B722E on black background.


Color preview on white background

This text has color #8B722E on white background.


Black color preview on #8B722E background

This text has black color on #8B722E background.


White color preview on #8B722E background

This text has white color on #8B722E background.


Related colors

Complementary color

Complementary color for #hex is #748DD1.


I love getcolorcode.com

Triadic colors

1 #2E8B72 and #722E8B with #8B722E are triadic colors.

2 #2E728B and #728B2E with #8B722E are triadic colors.