COLOR #8D7134

HEX: #8D7134
RGB: (141,113,52)

Color info

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

RGB color model

#8D7134 color RGB value is (141,113,52).

  • red value is 141;
  • green value is 113;
  • blue value is 52.
RGB: (141,113,52) (55%,44%,20%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 52 of 255 = 20%

141
113
52

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 52 = 306 (100%)
R 141 of 306 ~ 46.08%
G 113 of 306 ~ 36.93%
B 52 of 306 ~ 16.99%

%46.08
%36.93
%16.99

CMYK color model

#8D7134 color CMYK value is (0,20,63,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 63.12%
  • key color value is 44.71%
CMYK: (0,20,63,45) C0M20Y63K45 (0%,20%,63%,45%) (0.00/0.20/0.63/0.45)

CMYK percentages

%0
%19.86
%63.12
%44.71

Codes

Color #8D7134 in popluar color models

8D7134
RGB14111352
HSL41°46.11%37.84%
HSB/HSV41°63.12%55.29%
CMYK0.00%19.86%63.12%
44.71%

Color #8D7134 in popluar number systems.

HEX8D7134
Decimal14111352
Binary100011011110001110100
Octal21516164

Shades and tints

Shades of #8D7134

#8D7134
(141,113,52)
#816730
(129,103,48)
#755D2C
(117,93,44)
#695328
(105,83,40)
#5D4924
(93,73,36)
#513F20
(81,63,32)
#45351C
(69,53,28)
#392B18
(57,43,24)
#2D2114
(45,33,20)
#211710
(33,23,16)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #8D7134

#8D7134
(141,113,52)
#977D46
(151,125,70)
#A18958
(161,137,88)
#AB956A
(171,149,106)
#B5A17C
(181,161,124)
#BFAD8E
(191,173,142)
#C9B9A0
(201,185,160)
#D3C5B2
(211,197,178)
#DDD1C4
(221,209,196)
#E7DDD6
(231,221,214)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7134 color. Also use rgb(141,113,52) instead hex code.

Text Font Color

.myTextColor { color: #8D7134; }

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

This text font color is #8D7134.


Background Color

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

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

This div background color is #8D7134.


Border color

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

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

This div border color is #8D7134.


Opacity

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

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

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

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

This text has shadow with #8D7134 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D7134 on black background.


Color preview on white background

This text has color #8D7134 on white background.



Black color preview on #8D7134 background

This text has black color on #8D7134 background.


White color preview on #8D7134 background

This text has white color on #8D7134 background.