COLOR #8B6742

HEX: #8B6742 RGB: (139,103,66)

Color info

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

RGB color model

#8B6742 color RGB value is (139,103,66).

RGB: (139,103,66) (55%, 40%, 26%)

RGB channels and saturation

R 139 of 255 = 55%
G 103 of 255 = 40%
B 66 of 255 = 26%

139
103
66

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

Portions of RGB colors in percentages

R + G + B = 139 + 103 + 66 = 308 (100%)
R 139 of 308 ~ 45.13%
G 103 of 308 ~ 33.44%
B 66 of 308 ~ 21.43'%

%45.13
%33.44
%21.43

CMYK color model

#8B6742 color CMYK value is (0,26,53,45).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 52.52%
  • key color value is 45.49%
CMYK: (0,26,53,45) C0M26Y53K45 (0%,26%,53%,45%) (0.00/0.26/0.53/0.45) 

CMYK percentages

%0
%25.9
%52.52
%45.49

Codes

Color #8B6742 in popluar color models

8B 67 42
RGB 139 103 66
HSL 30° 35.61% 40.20%
HSB/HSV 30° 52.52% 54.51%
CMYK 0.00% 25.90% 52.52%
45.49%

Color #8B6742 in popluar number systems.

HEX 8B 67 42
Decimal 139 103 66
Binary 10001011 1100111 1000010
Octal 213 147 102

Shades and tints

Shades of #8B6742

#8B6742
(139,103,66)
#7F5E3C
(127,94,60)
#735536
(115,85,54)
#674C30
(103,76,48)
#5B432A
(91,67,42)
#4F3A24
(79,58,36)
#43311E
(67,49,30)
#372818
(55,40,24)
#2B1F12
(43,31,18)
#1F160C
(31,22,12)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #8B6742

#8B6742
(139,103,66)
#957453
(149,116,83)
#9F8164
(159,129,100)
#A98E75
(169,142,117)
#B39B86
(179,155,134)
#BDA897
(189,168,151)
#C7B5A8
(199,181,168)
#D1C2B9
(209,194,185)
#DBCFCA
(219,207,202)
#E5DCDB
(229,220,219)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6742; }

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

This text font color is #8B6742.

Background Color

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

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

This div background color is #8B6742.

Border color

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

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

This div border color is #8B6742.

Opacity

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

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

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

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

This text has shadow with #8B6742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6742.

Preview

Color preview on black background

This text has color #8B6742 on black background.


Color preview on white background

This text has color #8B6742 on white background.


Black color preview on #8B6742 background

This text has black color on #8B6742 background.


White color preview on #8B6742 background

This text has white color on #8B6742 background.


Related colors

Complementary color

Complementary color for #hex is #7498BD.


I love getcolorcode.com

Triadic colors

1 #428B67 and #67428B with #8B6742 are triadic colors.

2 #42678B and #678B42 with #8B6742 are triadic colors.