COLOR #8D7A48

HEX: #8D7A48
RGB: (141,122,72)

Color info

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

RGB color model

#8D7A48 color RGB value is (141,122,72).

  • red value is 141;
  • green value is 122;
  • blue value is 72.
RGB:
(141,122,72)
(55%,48%,28%)

RGB channels and saturation

R 141 of 255 = 55%
G 122 of 255 = 48%
B 72 of 255 = 28%

141
122
72

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

Portions of RGB colors in percentages

R + G + B =
141 + 122 + 72 = 335 (100%)
R 141 of 335 ~ 42.09%
G 122 of 335 ~ 36.42%
B 72 of 335 ~ 21.49%

%42.09
%36.42
%21.49

CMYK color model

#8D7A48 color CMYK value is (0,13,49,45).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(0,13,49,45)
C0M13Y49K45 
(0%,13%,49%,45%)
(0.00/0.13/0.49/0.45)	

CMYK percentages

%0
%13.48
%48.94
%44.71

Codes

Color #8D7A48 in popluar color models

8D7A48
RGB14112272
HSL43°32.39%41.76%
HSB/HSV43°48.94%55.29%
CMYK0.00%13.48%48.94%
44.71%

Color #8D7A48 in popluar number systems.

HEX8D7A48
Decimal14112272
Binary1000110111110101001000
Octal215172110

Shades and tints

Shades of #8D7A48

#8D7A48
(141,122,72)
#816F42
(129,111,66)
#75643C
(117,100,60)
#695936
(105,89,54)
#5D4E30
(93,78,48)
#51432A
(81,67,42)
#453824
(69,56,36)
#392D1E
(57,45,30)
#2D2218
(45,34,24)
#211712
(33,23,18)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #8D7A48

#8D7A48
(141,122,72)
#978658
(151,134,88)
#A19268
(161,146,104)
#AB9E78
(171,158,120)
#B5AA88
(181,170,136)
#BFB698
(191,182,152)
#C9C2A8
(201,194,168)
#D3CEB8
(211,206,184)
#DDDAC8
(221,218,200)
#E7E6D8
(231,230,216)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7A48 color. Also use rgb(141,122,72) instead hex code.

Text Font Color

.myTextColor { color: #8D7A48; }

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

This text font color is #8D7A48.


Background Color

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

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

This div background color is #8D7A48.


Border color

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

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

This div border color is #8D7A48.


Opacity

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

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

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

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

This text has shadow with #8D7A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7A48 on black background.


Color preview on white background

This text has color #8D7A48 on white background.



Black color preview on #8D7A48 background

This text has black color on #8D7A48 background.


White color preview on #8D7A48 background

This text has white color on #8D7A48 background.