COLOR #8B7044

HEX: #8B7044 RGB: (139,112,68)

Color info

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

RGB color model

#8B7044 color RGB value is (139,112,68).

RGB: (139,112,68) (55%, 44%, 27%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 68 of 255 = 27%

139
112
68

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

Portions of RGB colors in percentages

R + G + B = 139 + 112 + 68 = 319 (100%)
R 139 of 319 ~ 43.57%
G 112 of 319 ~ 35.11%
B 68 of 319 ~ 21.32'%

%43.57
%35.11
%21.32

CMYK color model

#8B7044 color CMYK value is (0,19,51,45).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 51.08%
  • key color value is 45.49%
CMYK: (0,19,51,45) C0M19Y51K45 (0%,19%,51%,45%) (0.00/0.19/0.51/0.45) 

CMYK percentages

%0
%19.42
%51.08
%45.49

Codes

Color #8B7044 in popluar color models

8B 70 44
RGB 139 112 68
HSL 37° 34.30% 40.59%
HSB/HSV 37° 51.08% 54.51%
CMYK 0.00% 19.42% 51.08%
45.49%

Color #8B7044 in popluar number systems.

HEX 8B 70 44
Decimal 139 112 68
Binary 10001011 1110000 1000100
Octal 213 160 104

Shades and tints

Shades of #8B7044

#8B7044
(139,112,68)
#7F663E
(127,102,62)
#735C38
(115,92,56)
#675232
(103,82,50)
#5B482C
(91,72,44)
#4F3E26
(79,62,38)
#433420
(67,52,32)
#372A1A
(55,42,26)
#2B2014
(43,32,20)
#1F160E
(31,22,14)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #8B7044

#8B7044
(139,112,68)
#957D55
(149,125,85)
#9F8A66
(159,138,102)
#A99777
(169,151,119)
#B3A488
(179,164,136)
#BDB199
(189,177,153)
#C7BEAA
(199,190,170)
#D1CBBB
(209,203,187)
#DBD8CC
(219,216,204)
#E5E5DD
(229,229,221)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7044 color. Also use rgb(139,112,68) instead hex code.

Text Font Color

.myTextColor { color: #8B7044; }

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

This text font color is #8B7044.

Background Color

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

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

This div background color is #8B7044.

Border color

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

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

This div border color is #8B7044.

Opacity

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

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

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

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

This text has shadow with #8B7044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7044.

Preview

Color preview on black background

This text has color #8B7044 on black background.


Color preview on white background

This text has color #8B7044 on white background.


Black color preview on #8B7044 background

This text has black color on #8B7044 background.


White color preview on #8B7044 background

This text has white color on #8B7044 background.


Related colors

Complementary color

Complementary color for #hex is #748FBB.


I love getcolorcode.com

Triadic colors

1 #448B70 and #70448B with #8B7044 are triadic colors.

2 #44708B and #708B44 with #8B7044 are triadic colors.