COLOR #8B5B42

HEX: #8B5B42
RGB: (139,91,66)

Color info

#8B5B42 contains mainly red and green colors. Web safe color of #8B5B42 is #996633 (or #963).

RGB color model

#8B5B42 color RGB value is (139,91,66).

  • red value is 139;
  • green value is 91;
  • blue value is 66.
RGB:
(139,91,66)
(55%,36%,26%)

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 66 of 255 = 26%

139
91
66

R + G + B ~ 39%. #8B5B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 91 + 66 = 296 (100%)
R 139 of 296 ~ 46.96%
G 91 of 296 ~ 30.74%
B 66 of 296 ~ 22.3%

%46.96
%30.74
%22.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 52.52%
  • key color value is 45.49%
CMYK:
(0,35,53,45)
C0M35Y53K45 
(0%,35%,53%,45%)
(0.00/0.35/0.53/0.45)	

CMYK percentages

%0
%34.53
%52.52
%45.49

Codes

Color #8B5B42 in popluar color models

8B5B42
RGB1399166
HSL21°35.61%40.20%
HSB/HSV21°52.52%54.51%
CMYK0.00%34.53%52.52%
45.49%

Color #8B5B42 in popluar number systems.

HEX8B5B42
Decimal1399166
Binary1000101110110111000010
Octal213133102

Shades and tints

Shades of #8B5B42

#8B5B42
(139,91,66)
#7F533C
(127,83,60)
#734B36
(115,75,54)
#674330
(103,67,48)
#5B3B2A
(91,59,42)
#4F3324
(79,51,36)
#432B1E
(67,43,30)
#372318
(55,35,24)
#2B1B12
(43,27,18)
#1F130C
(31,19,12)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #8B5B42

#8B5B42
(139,91,66)
#956953
(149,105,83)
#9F7764
(159,119,100)
#A98575
(169,133,117)
#B39386
(179,147,134)
#BDA197
(189,161,151)
#C7AFA8
(199,175,168)
#D1BDB9
(209,189,185)
#DBCBCA
(219,203,202)
#E5D9DB
(229,217,219)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5B42 color. Also use rgb(139,91,66) instead hex code.

Text Font Color

.myTextColor { color: #8B5B42; }

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

This text font color is #8B5B42.


Background Color

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

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

This div background color is #8B5B42.


Border color

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

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

This div border color is #8B5B42.


Opacity

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

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

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

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

This text has shadow with #8B5B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5B42 on black background.


Color preview on white background

This text has color #8B5B42 on white background.



Black color preview on #8B5B42 background

This text has black color on #8B5B42 background.


White color preview on #8B5B42 background

This text has white color on #8B5B42 background.