COLOR #8B805A

HEX: #8B805A
RGB: (139,128,90)

Color info

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

RGB color model

#8B805A color RGB value is (139,128,90).

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

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 90 of 255 = 35%

139
128
90

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

Portions of RGB colors in percentages

R + G + B =
139 + 128 + 90 = 357 (100%)
R 139 of 357 ~ 38.94%
G 128 of 357 ~ 35.85%
B 90 of 357 ~ 25.21%

%38.94
%35.85
%25.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK:
(0,8,35,45)
C0M8Y35K45 
(0%,8%,35%,45%)
(0.00/0.08/0.35/0.45)	

CMYK percentages

%0
%7.91
%35.25
%45.49

Codes

Color #8B805A in popluar color models

8B805A
RGB13912890
HSL47°21.40%44.90%
HSB/HSV47°35.25%54.51%
CMYK0.00%7.91%35.25%
45.49%

Color #8B805A in popluar number systems.

HEX8B805A
Decimal13912890
Binary10001011100000001011010
Octal213200132

Shades and tints

Shades of #8B805A

#8B805A
(139,128,90)
#7F7552
(127,117,82)
#736A4A
(115,106,74)
#675F42
(103,95,66)
#5B543A
(91,84,58)
#4F4932
(79,73,50)
#433E2A
(67,62,42)
#373322
(55,51,34)
#2B281A
(43,40,26)
#1F1D12
(31,29,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #8B805A

#8B805A
(139,128,90)
#958B69
(149,139,105)
#9F9678
(159,150,120)
#A9A187
(169,161,135)
#B3AC96
(179,172,150)
#BDB7A5
(189,183,165)
#C7C2B4
(199,194,180)
#D1CDC3
(209,205,195)
#DBD8D2
(219,216,210)
#E5E3E1
(229,227,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B805A; }

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

This text font color is #8B805A.


Background Color

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

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

This div background color is #8B805A.


Border color

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

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

This div border color is #8B805A.


Opacity

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

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

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

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

This text has shadow with #8B805A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B805A on black background.


Color preview on white background

This text has color #8B805A on white background.



Black color preview on #8B805A background

This text has black color on #8B805A background.


White color preview on #8B805A background

This text has white color on #8B805A background.