COLOR #8B744D

HEX: #8B744D
RGB: (139,116,77)

Color info

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

RGB color model

#8B744D color RGB value is (139,116,77).

  • red value is 139;
  • green value is 116;
  • blue value is 77.
RGB:
(139,116,77)
(55%,45%,30%)

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 77 of 255 = 30%

139
116
77

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 77 = 332 (100%)
R 139 of 332 ~ 41.87%
G 116 of 332 ~ 34.94%
B 77 of 332 ~ 23.19%

%41.87
%34.94
%23.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 44.60%
  • key color value is 45.49%
CMYK:
(0,17,45,45)
C0M17Y45K45 
(0%,17%,45%,45%)
(0.00/0.17/0.45/0.45)	

CMYK percentages

%0
%16.55
%44.6
%45.49

Codes

Color #8B744D in popluar color models

8B744D
RGB13911677
HSL38°28.70%42.35%
HSB/HSV38°44.60%54.51%
CMYK0.00%16.55%44.60%
45.49%

Color #8B744D in popluar number systems.

HEX8B744D
Decimal13911677
Binary1000101111101001001101
Octal213164115

Shades and tints

Shades of #8B744D

#8B744D
(139,116,77)
#7F6A46
(127,106,70)
#73603F
(115,96,63)
#675638
(103,86,56)
#5B4C31
(91,76,49)
#4F422A
(79,66,42)
#433823
(67,56,35)
#372E1C
(55,46,28)
#2B2415
(43,36,21)
#1F1A0E
(31,26,14)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #8B744D

#8B744D
(139,116,77)
#95805D
(149,128,93)
#9F8C6D
(159,140,109)
#A9987D
(169,152,125)
#B3A48D
(179,164,141)
#BDB09D
(189,176,157)
#C7BCAD
(199,188,173)
#D1C8BD
(209,200,189)
#DBD4CD
(219,212,205)
#E5E0DD
(229,224,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B744D color. Also use rgb(139,116,77) instead hex code.

Text Font Color

.myTextColor { color: #8B744D; }

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

This text font color is #8B744D.


Background Color

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

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

This div background color is #8B744D.


Border color

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

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

This div border color is #8B744D.


Opacity

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

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

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

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

This text has shadow with #8B744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B744D on black background.


Color preview on white background

This text has color #8B744D on white background.



Black color preview on #8B744D background

This text has black color on #8B744D background.


White color preview on #8B744D background

This text has white color on #8B744D background.