COLOR #8B664F

HEX: #8B664F
RGB: (139,102,79)

Color info

#8B664F contains mainly red and green colors. Web safe color of #8B664F is #996666 (or #966).

RGB color model

#8B664F color RGB value is (139,102,79).

  • red value is 139;
  • green value is 102;
  • blue value is 79.
RGB:
(139,102,79)
(55%,40%,31%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 79 of 255 = 31%

139
102
79

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 79 = 320 (100%)
R 139 of 320 ~ 43.44%
G 102 of 320 ~ 31.88%
B 79 of 320 ~ 24.69%

%43.44
%31.88
%24.69

CMYK color model

#8B664F color CMYK value is (0,27,43,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 43.17%
  • key color value is 45.49%
CMYK:
(0,27,43,45)
C0M27Y43K45 
(0%,27%,43%,45%)
(0.00/0.27/0.43/0.45)	

CMYK percentages

%0
%26.62
%43.17
%45.49

Codes

Color #8B664F in popluar color models

8B664F
RGB13910279
HSL23°27.52%42.75%
HSB/HSV23°43.17%54.51%
CMYK0.00%26.62%43.17%
45.49%

Color #8B664F in popluar number systems.

HEX8B664F
Decimal13910279
Binary1000101111001101001111
Octal213146117

Shades and tints

Shades of #8B664F

#8B664F
(139,102,79)
#7F5D48
(127,93,72)
#735441
(115,84,65)
#674B3A
(103,75,58)
#5B4233
(91,66,51)
#4F392C
(79,57,44)
#433025
(67,48,37)
#37271E
(55,39,30)
#2B1E17
(43,30,23)
#1F1510
(31,21,16)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #8B664F

#8B664F
(139,102,79)
#95735F
(149,115,95)
#9F806F
(159,128,111)
#A98D7F
(169,141,127)
#B39A8F
(179,154,143)
#BDA79F
(189,167,159)
#C7B4AF
(199,180,175)
#D1C1BF
(209,193,191)
#DBCECF
(219,206,207)
#E5DBDF
(229,219,223)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B664F color. Also use rgb(139,102,79) instead hex code.

Text Font Color

.myTextColor { color: #8B664F; }

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

This text font color is #8B664F.


Background Color

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

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

This div background color is #8B664F.


Border color

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

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

This div border color is #8B664F.


Opacity

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

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

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

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

This text has shadow with #8B664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B664F on black background.


Color preview on white background

This text has color #8B664F on white background.



Black color preview on #8B664F background

This text has black color on #8B664F background.


White color preview on #8B664F background

This text has white color on #8B664F background.