COLOR #8B745C

HEX: #8B745C
RGB: (139,116,92)

Color info

#8B745C contains red, green and blue colors in about the same proportion. Web safe color of #8B745C is #996666 (or #966).

RGB color model

#8B745C color RGB value is (139,116,92).

  • red value is 139;
  • green value is 116;
  • blue value is 92.
RGB:
(139,116,92)
(55%,45%,36%)

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 92 of 255 = 36%

139
116
92

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 92 = 347 (100%)
R 139 of 347 ~ 40.06%
G 116 of 347 ~ 33.43%
B 92 of 347 ~ 26.51%

%40.06
%33.43
%26.51

CMYK color model

#8B745C color CMYK value is (0,17,34,45).

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 33.81%
  • key color value is 45.49%
CMYK:
(0,17,34,45)
C0M17Y34K45 
(0%,17%,34%,45%)
(0.00/0.17/0.34/0.45)	

CMYK percentages

%0
%16.55
%33.81
%45.49

Codes

Color #8B745C in popluar color models

8B745C
RGB13911692
HSL31°20.35%45.29%
HSB/HSV31°33.81%54.51%
CMYK0.00%16.55%33.81%
45.49%

Color #8B745C in popluar number systems.

HEX8B745C
Decimal13911692
Binary1000101111101001011100
Octal213164134

Shades and tints

Shades of #8B745C

#8B745C
(139,116,92)
#7F6A54
(127,106,84)
#73604C
(115,96,76)
#675644
(103,86,68)
#5B4C3C
(91,76,60)
#4F4234
(79,66,52)
#43382C
(67,56,44)
#372E24
(55,46,36)
#2B241C
(43,36,28)
#1F1A14
(31,26,20)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #8B745C

#8B745C
(139,116,92)
#95806A
(149,128,106)
#9F8C78
(159,140,120)
#A99886
(169,152,134)
#B3A494
(179,164,148)
#BDB0A2
(189,176,162)
#C7BCB0
(199,188,176)
#D1C8BE
(209,200,190)
#DBD4CC
(219,212,204)
#E5E0DA
(229,224,218)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B745C color. Also use rgb(139,116,92) instead hex code.

Text Font Color

.myTextColor { color: #8B745C; }

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

This text font color is #8B745C.


Background Color

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

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

This div background color is #8B745C.


Border color

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

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

This div border color is #8B745C.


Opacity

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

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

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

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

This text has shadow with #8B745C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B745C on black background.


Color preview on white background

This text has color #8B745C on white background.



Black color preview on #8B745C background

This text has black color on #8B745C background.


White color preview on #8B745C background

This text has white color on #8B745C background.