COLOR #8B7F69

HEX: #8B7F69
RGB: (139,127,105)

Color info

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

RGB color model

#8B7F69 color RGB value is (139,127,105).

  • red value is 139;
  • green value is 127;
  • blue value is 105.
RGB:
(139,127,105)
(55%,50%,41%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 105 of 255 = 41%

139
127
105

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

Portions of RGB colors in percentages

R + G + B =
139 + 127 + 105 = 371 (100%)
R 139 of 371 ~ 37.47%
G 127 of 371 ~ 34.23%
B 105 of 371 ~ 28.3%

%37.47
%34.23
%28.3

CMYK color model

#8B7F69 color CMYK value is (0,9,24,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 24.46%
  • key color value is 45.49%
CMYK:
(0,9,24,45)
C0M9Y24K45 
(0%,9%,24%,45%)
(0.00/0.09/0.24/0.45)	

CMYK percentages

%0
%8.63
%24.46
%45.49

Codes

Color #8B7F69 in popluar color models

8B7F69
RGB139127105
HSL39°13.93%47.84%
HSB/HSV39°24.46%54.51%
CMYK0.00%8.63%24.46%
45.49%

Color #8B7F69 in popluar number systems.

HEX8B7F69
Decimal139127105
Binary1000101111111111101001
Octal213177151

Shades and tints

Shades of #8B7F69

#8B7F69
(139,127,105)
#7F7460
(127,116,96)
#736957
(115,105,87)
#675E4E
(103,94,78)
#5B5345
(91,83,69)
#4F483C
(79,72,60)
#433D33
(67,61,51)
#37322A
(55,50,42)
#2B2721
(43,39,33)
#1F1C18
(31,28,24)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #8B7F69

#8B7F69
(139,127,105)
#958A76
(149,138,118)
#9F9583
(159,149,131)
#A9A090
(169,160,144)
#B3AB9D
(179,171,157)
#BDB6AA
(189,182,170)
#C7C1B7
(199,193,183)
#D1CCC4
(209,204,196)
#DBD7D1
(219,215,209)
#E5E2DE
(229,226,222)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7F69 color. Also use rgb(139,127,105) instead hex code.

Text Font Color

.myTextColor { color: #8B7F69; }

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

This text font color is #8B7F69.


Background Color

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

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

This div background color is #8B7F69.


Border color

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

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

This div border color is #8B7F69.


Opacity

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

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

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

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

This text has shadow with #8B7F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7F69 on black background.


Color preview on white background

This text has color #8B7F69 on white background.



Black color preview on #8B7F69 background

This text has black color on #8B7F69 background.


White color preview on #8B7F69 background

This text has white color on #8B7F69 background.