COLOR #8B746A

HEX: #8B746A
RGB: (139,116,106)

Color info

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

RGB color model

#8B746A color RGB value is (139,116,106).

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

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 106 of 255 = 42%

139
116
106

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 106 = 361 (100%)
R 139 of 361 ~ 38.5%
G 116 of 361 ~ 32.13%
B 106 of 361 ~ 29.36%

%38.5
%32.13
%29.36

CMYK color model

#8B746A color CMYK value is (0,17,24,45).

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(0,17,24,45)
C0M17Y24K45 
(0%,17%,24%,45%)
(0.00/0.17/0.24/0.45)	

CMYK percentages

%0
%16.55
%23.74
%45.49

Codes

Color #8B746A in popluar color models

8B746A
RGB139116106
HSL18°13.47%48.04%
HSB/HSV18°23.74%54.51%
CMYK0.00%16.55%23.74%
45.49%

Color #8B746A in popluar number systems.

HEX8B746A
Decimal139116106
Binary1000101111101001101010
Octal213164152

Shades and tints

Shades of #8B746A

#8B746A
(139,116,106)
#7F6A61
(127,106,97)
#736058
(115,96,88)
#67564F
(103,86,79)
#5B4C46
(91,76,70)
#4F423D
(79,66,61)
#433834
(67,56,52)
#372E2B
(55,46,43)
#2B2422
(43,36,34)
#1F1A19
(31,26,25)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B746A

#8B746A
(139,116,106)
#958077
(149,128,119)
#9F8C84
(159,140,132)
#A99891
(169,152,145)
#B3A49E
(179,164,158)
#BDB0AB
(189,176,171)
#C7BCB8
(199,188,184)
#D1C8C5
(209,200,197)
#DBD4D2
(219,212,210)
#E5E0DF
(229,224,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B746A; }

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

This text font color is #8B746A.


Background Color

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

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

This div background color is #8B746A.


Border color

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

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

This div border color is #8B746A.


Opacity

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

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

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

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

This text has shadow with #8B746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B746A on black background.


Color preview on white background

This text has color #8B746A on white background.



Black color preview on #8B746A background

This text has black color on #8B746A background.


White color preview on #8B746A background

This text has white color on #8B746A background.