COLOR #8B723B

HEX: #8B723B
RGB: (139,114,59)

Color info

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

RGB color model

#8B723B color RGB value is (139,114,59).

  • red value is 139;
  • green value is 114;
  • blue value is 59.
RGB:
(139,114,59)
(55%,45%,23%)

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 59 of 255 = 23%

139
114
59

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

Portions of RGB colors in percentages

R + G + B =
139 + 114 + 59 = 312 (100%)
R 139 of 312 ~ 44.55%
G 114 of 312 ~ 36.54%
B 59 of 312 ~ 18.91%

%44.55
%36.54
%18.91

CMYK color model

#8B723B color CMYK value is (0,18,58,45).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 57.55%
  • key color value is 45.49%
CMYK:
(0,18,58,45)
C0M18Y58K45 
(0%,18%,58%,45%)
(0.00/0.18/0.58/0.45)	

CMYK percentages

%0
%17.99
%57.55
%45.49

Codes

Color #8B723B in popluar color models

8B723B
RGB13911459
HSL41°40.40%38.82%
HSB/HSV41°57.55%54.51%
CMYK0.00%17.99%57.55%
45.49%

Color #8B723B in popluar number systems.

HEX8B723B
Decimal13911459
Binary100010111110010111011
Octal21316273

Shades and tints

Shades of #8B723B

#8B723B
(139,114,59)
#7F6836
(127,104,54)
#735E31
(115,94,49)
#67542C
(103,84,44)
#5B4A27
(91,74,39)
#4F4022
(79,64,34)
#43361D
(67,54,29)
#372C18
(55,44,24)
#2B2213
(43,34,19)
#1F180E
(31,24,14)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #8B723B

#8B723B
(139,114,59)
#957E4C
(149,126,76)
#9F8A5D
(159,138,93)
#A9966E
(169,150,110)
#B3A27F
(179,162,127)
#BDAE90
(189,174,144)
#C7BAA1
(199,186,161)
#D1C6B2
(209,198,178)
#DBD2C3
(219,210,195)
#E5DED4
(229,222,212)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B723B; }

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

This text font color is #8B723B.


Background Color

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

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

This div background color is #8B723B.


Border color

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

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

This div border color is #8B723B.


Opacity

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

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

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

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

This text has shadow with #8B723B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B723B on black background.


Color preview on white background

This text has color #8B723B on white background.



Black color preview on #8B723B background

This text has black color on #8B723B background.


White color preview on #8B723B background

This text has white color on #8B723B background.