COLOR #8B796A

HEX: #8B796A
RGB: (139,121,106)

Color info

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

RGB color model

#8B796A color RGB value is (139,121,106).

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

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 106 of 255 = 42%

139
121
106

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 106 = 366 (100%)
R 139 of 366 ~ 37.98%
G 121 of 366 ~ 33.06%
B 106 of 366 ~ 28.96%

%37.98
%33.06
%28.96

CMYK color model

#8B796A color CMYK value is (0,13,24,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(0,13,24,45)
C0M13Y24K45 
(0%,13%,24%,45%)
(0.00/0.13/0.24/0.45)	

CMYK percentages

%0
%12.95
%23.74
%45.49

Codes

Color #8B796A in popluar color models

8B796A
RGB139121106
HSL27°13.47%48.04%
HSB/HSV27°23.74%54.51%
CMYK0.00%12.95%23.74%
45.49%

Color #8B796A in popluar number systems.

HEX8B796A
Decimal139121106
Binary1000101111110011101010
Octal213171152

Shades and tints

Shades of #8B796A

#8B796A
(139,121,106)
#7F6E61
(127,110,97)
#736358
(115,99,88)
#67584F
(103,88,79)
#5B4D46
(91,77,70)
#4F423D
(79,66,61)
#433734
(67,55,52)
#372C2B
(55,44,43)
#2B2122
(43,33,34)
#1F1619
(31,22,25)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8B796A

#8B796A
(139,121,106)
#958577
(149,133,119)
#9F9184
(159,145,132)
#A99D91
(169,157,145)
#B3A99E
(179,169,158)
#BDB5AB
(189,181,171)
#C7C1B8
(199,193,184)
#D1CDC5
(209,205,197)
#DBD9D2
(219,217,210)
#E5E5DF
(229,229,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B796A; }

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

This text font color is #8B796A.


Background Color

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

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

This div background color is #8B796A.


Border color

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

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

This div border color is #8B796A.


Opacity

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

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

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

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

This text has shadow with #8B796A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B796A on black background.


Color preview on white background

This text has color #8B796A on white background.



Black color preview on #8B796A background

This text has black color on #8B796A background.


White color preview on #8B796A background

This text has white color on #8B796A background.