COLOR #8B7556

HEX: #8B7556
RGB: (139,117,86)

Color info

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

RGB color model

#8B7556 color RGB value is (139,117,86).

  • red value is 139;
  • green value is 117;
  • blue value is 86.
RGB:
(139,117,86)
(55%,46%,34%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 86 of 255 = 34%

139
117
86

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

Portions of RGB colors in percentages

R + G + B =
139 + 117 + 86 = 342 (100%)
R 139 of 342 ~ 40.64%
G 117 of 342 ~ 34.21%
B 86 of 342 ~ 25.15%

%40.64
%34.21
%25.15

CMYK color model

#8B7556 color CMYK value is (0,16,38,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 38.13%
  • key color value is 45.49%
CMYK:
(0,16,38,45)
C0M16Y38K45 
(0%,16%,38%,45%)
(0.00/0.16/0.38/0.45)	

CMYK percentages

%0
%15.83
%38.13
%45.49

Codes

Color #8B7556 in popluar color models

8B7556
RGB13911786
HSL35°23.56%44.12%
HSB/HSV35°38.13%54.51%
CMYK0.00%15.83%38.13%
45.49%

Color #8B7556 in popluar number systems.

HEX8B7556
Decimal13911786
Binary1000101111101011010110
Octal213165126

Shades and tints

Shades of #8B7556

#8B7556
(139,117,86)
#7F6B4F
(127,107,79)
#736148
(115,97,72)
#675741
(103,87,65)
#5B4D3A
(91,77,58)
#4F4333
(79,67,51)
#43392C
(67,57,44)
#372F25
(55,47,37)
#2B251E
(43,37,30)
#1F1B17
(31,27,23)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #8B7556

#8B7556
(139,117,86)
#958165
(149,129,101)
#9F8D74
(159,141,116)
#A99983
(169,153,131)
#B3A592
(179,165,146)
#BDB1A1
(189,177,161)
#C7BDB0
(199,189,176)
#D1C9BF
(209,201,191)
#DBD5CE
(219,213,206)
#E5E1DD
(229,225,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7556 color. Also use rgb(139,117,86) instead hex code.

Text Font Color

.myTextColor { color: #8B7556; }

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

This text font color is #8B7556.


Background Color

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

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

This div background color is #8B7556.


Border color

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

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

This div border color is #8B7556.


Opacity

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

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

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

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

This text has shadow with #8B7556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7556 on black background.


Color preview on white background

This text has color #8B7556 on white background.



Black color preview on #8B7556 background

This text has black color on #8B7556 background.


White color preview on #8B7556 background

This text has white color on #8B7556 background.