COLOR #8B7A5A

HEX: #8B7A5A
RGB: (139,122,90)

Color info

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

RGB color model

#8B7A5A color RGB value is (139,122,90).

  • red value is 139;
  • green value is 122;
  • blue value is 90.
RGB:
(139,122,90)
(55%,48%,35%)

RGB channels and saturation

R 139 of 255 = 55%
G 122 of 255 = 48%
B 90 of 255 = 35%

139
122
90

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

Portions of RGB colors in percentages

R + G + B =
139 + 122 + 90 = 351 (100%)
R 139 of 351 ~ 39.6%
G 122 of 351 ~ 34.76%
B 90 of 351 ~ 25.64%

%39.6
%34.76
%25.64

CMYK color model

#8B7A5A color CMYK value is (0,12,35,45).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK:
(0,12,35,45)
C0M12Y35K45 
(0%,12%,35%,45%)
(0.00/0.12/0.35/0.45)	

CMYK percentages

%0
%12.23
%35.25
%45.49

Codes

Color #8B7A5A in popluar color models

8B7A5A
RGB13912290
HSL39°21.40%44.90%
HSB/HSV39°35.25%54.51%
CMYK0.00%12.23%35.25%
45.49%

Color #8B7A5A in popluar number systems.

HEX8B7A5A
Decimal13912290
Binary1000101111110101011010
Octal213172132

Shades and tints

Shades of #8B7A5A

#8B7A5A
(139,122,90)
#7F6F52
(127,111,82)
#73644A
(115,100,74)
#675942
(103,89,66)
#5B4E3A
(91,78,58)
#4F4332
(79,67,50)
#43382A
(67,56,42)
#372D22
(55,45,34)
#2B221A
(43,34,26)
#1F1712
(31,23,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B7A5A

#8B7A5A
(139,122,90)
#958669
(149,134,105)
#9F9278
(159,146,120)
#A99E87
(169,158,135)
#B3AA96
(179,170,150)
#BDB6A5
(189,182,165)
#C7C2B4
(199,194,180)
#D1CEC3
(209,206,195)
#DBDAD2
(219,218,210)
#E5E6E1
(229,230,225)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7A5A color. Also use rgb(139,122,90) instead hex code.

Text Font Color

.myTextColor { color: #8B7A5A; }

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

This text font color is #8B7A5A.


Background Color

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

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

This div background color is #8B7A5A.


Border color

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

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

This div border color is #8B7A5A.


Opacity

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

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

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

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

This text has shadow with #8B7A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7A5A on black background.


Color preview on white background

This text has color #8B7A5A on white background.



Black color preview on #8B7A5A background

This text has black color on #8B7A5A background.


White color preview on #8B7A5A background

This text has white color on #8B7A5A background.