COLOR #8B744C

HEX: #8B744C
RGB: (139,116,76)

Color info

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

RGB color model

#8B744C color RGB value is (139,116,76).

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

RGB channels and saturation

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

139
116
76

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 76 = 331 (100%)
R 139 of 331 ~ 41.99%
G 116 of 331 ~ 35.05%
B 76 of 331 ~ 22.96%

%41.99
%35.05
%22.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 45.32%
  • 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
%45.32
%45.49

Codes

Color #8B744C in popluar color models

8B744C
RGB13911676
HSL38°29.30%42.16%
HSB/HSV38°45.32%54.51%
CMYK0.00%16.55%45.32%
45.49%

Color #8B744C in popluar number systems.

HEX8B744C
Decimal13911676
Binary1000101111101001001100
Octal213164114

Shades and tints

Shades of #8B744C

#8B744C
(139,116,76)
#7F6A46
(127,106,70)
#736040
(115,96,64)
#67563A
(103,86,58)
#5B4C34
(91,76,52)
#4F422E
(79,66,46)
#433828
(67,56,40)
#372E22
(55,46,34)
#2B241C
(43,36,28)
#1F1A16
(31,26,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B744C

#8B744C
(139,116,76)
#95805C
(149,128,92)
#9F8C6C
(159,140,108)
#A9987C
(169,152,124)
#B3A48C
(179,164,140)
#BDB09C
(189,176,156)
#C7BCAC
(199,188,172)
#D1C8BC
(209,200,188)
#DBD4CC
(219,212,204)
#E5E0DC
(229,224,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B744C; }

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

This text font color is #8B744C.


Background Color

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

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

This div background color is #8B744C.


Border color

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

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

This div border color is #8B744C.


Opacity

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

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

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

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

This text has shadow with #8B744C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B744C on black background.


Color preview on white background

This text has color #8B744C on white background.



Black color preview on #8B744C background

This text has black color on #8B744C background.


White color preview on #8B744C background

This text has white color on #8B744C background.