COLOR #8B7269

HEX: #8B7269
RGB: (139,114,105)

Color info

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

RGB color model

#8B7269 color RGB value is (139,114,105).

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

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 105 of 255 = 41%

139
114
105

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

Portions of RGB colors in percentages

R + G + B =
139 + 114 + 105 = 358 (100%)
R 139 of 358 ~ 38.83%
G 114 of 358 ~ 31.84%
B 105 of 358 ~ 29.33%

%38.83
%31.84
%29.33

CMYK color model

#8B7269 color CMYK value is (0,18,24,45).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 24.46%
  • key color value is 45.49%
CMYK:
(0,18,24,45)
C0M18Y24K45 
(0%,18%,24%,45%)
(0.00/0.18/0.24/0.45)	

CMYK percentages

%0
%17.99
%24.46
%45.49

Codes

Color #8B7269 in popluar color models

8B7269
RGB139114105
HSL16°13.93%47.84%
HSB/HSV16°24.46%54.51%
CMYK0.00%17.99%24.46%
45.49%

Color #8B7269 in popluar number systems.

HEX8B7269
Decimal139114105
Binary1000101111100101101001
Octal213162151

Shades and tints

Shades of #8B7269

#8B7269
(139,114,105)
#7F6860
(127,104,96)
#735E57
(115,94,87)
#67544E
(103,84,78)
#5B4A45
(91,74,69)
#4F403C
(79,64,60)
#433633
(67,54,51)
#372C2A
(55,44,42)
#2B2221
(43,34,33)
#1F1818
(31,24,24)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #8B7269

#8B7269
(139,114,105)
#957E76
(149,126,118)
#9F8A83
(159,138,131)
#A99690
(169,150,144)
#B3A29D
(179,162,157)
#BDAEAA
(189,174,170)
#C7BAB7
(199,186,183)
#D1C6C4
(209,198,196)
#DBD2D1
(219,210,209)
#E5DEDE
(229,222,222)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7269; }

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

This text font color is #8B7269.


Background Color

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

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

This div background color is #8B7269.


Border color

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

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

This div border color is #8B7269.


Opacity

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

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

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

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

This text has shadow with #8B7269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7269 on black background.


Color preview on white background

This text has color #8B7269 on white background.



Black color preview on #8B7269 background

This text has black color on #8B7269 background.


White color preview on #8B7269 background

This text has white color on #8B7269 background.