COLOR #8B7342

HEX: #8B7342
RGB: (139,115,66)

Color info

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

RGB color model

#8B7342 color RGB value is (139,115,66).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 66 of 255 = 26%

139
115
66

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 66 = 320 (100%)
R 139 of 320 ~ 43.44%
G 115 of 320 ~ 35.94%
B 66 of 320 ~ 20.63%

%43.44
%35.94
%20.63

CMYK color model

#8B7342 color CMYK value is (0,17,53,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 52.52%
  • key color value is 45.49%
CMYK:
(0,17,53,45)
C0M17Y53K45 
(0%,17%,53%,45%)
(0.00/0.17/0.53/0.45)	

CMYK percentages

%0
%17.27
%52.52
%45.49

Codes

Color #8B7342 in popluar color models

8B7342
RGB13911566
HSL40°35.61%40.20%
HSB/HSV40°52.52%54.51%
CMYK0.00%17.27%52.52%
45.49%

Color #8B7342 in popluar number systems.

HEX8B7342
Decimal13911566
Binary1000101111100111000010
Octal213163102

Shades and tints

Shades of #8B7342

#8B7342
(139,115,66)
#7F693C
(127,105,60)
#735F36
(115,95,54)
#675530
(103,85,48)
#5B4B2A
(91,75,42)
#4F4124
(79,65,36)
#43371E
(67,55,30)
#372D18
(55,45,24)
#2B2312
(43,35,18)
#1F190C
(31,25,12)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #8B7342

#8B7342
(139,115,66)
#957F53
(149,127,83)
#9F8B64
(159,139,100)
#A99775
(169,151,117)
#B3A386
(179,163,134)
#BDAF97
(189,175,151)
#C7BBA8
(199,187,168)
#D1C7B9
(209,199,185)
#DBD3CA
(219,211,202)
#E5DFDB
(229,223,219)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7342; }

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

This text font color is #8B7342.


Background Color

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

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

This div background color is #8B7342.


Border color

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

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

This div border color is #8B7342.


Opacity

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

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

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

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

This text has shadow with #8B7342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7342 on black background.


Color preview on white background

This text has color #8B7342 on white background.



Black color preview on #8B7342 background

This text has black color on #8B7342 background.


White color preview on #8B7342 background

This text has white color on #8B7342 background.