COLOR #8D7334

HEX: #8D7334
RGB: (141,115,52)

Color info

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

RGB color model

#8D7334 color RGB value is (141,115,52).

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

RGB channels and saturation

R 141 of 255 = 55%
G 115 of 255 = 45%
B 52 of 255 = 20%

141
115
52

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

Portions of RGB colors in percentages

R + G + B =
141 + 115 + 52 = 308 (100%)
R 141 of 308 ~ 45.78%
G 115 of 308 ~ 37.34%
B 52 of 308 ~ 16.88%

%45.78
%37.34
%16.88

CMYK color model

#8D7334 color CMYK value is (0,18,63,45).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 63.12%
  • key color value is 44.71%
CMYK:
(0,18,63,45)
C0M18Y63K45 
(0%,18%,63%,45%)
(0.00/0.18/0.63/0.45)	

CMYK percentages

%0
%18.44
%63.12
%44.71

Codes

Color #8D7334 in popluar color models

8D7334
RGB14111552
HSL42°46.11%37.84%
HSB/HSV42°63.12%55.29%
CMYK0.00%18.44%63.12%
44.71%

Color #8D7334 in popluar number systems.

HEX8D7334
Decimal14111552
Binary100011011110011110100
Octal21516364

Shades and tints

Shades of #8D7334

#8D7334
(141,115,52)
#816930
(129,105,48)
#755F2C
(117,95,44)
#695528
(105,85,40)
#5D4B24
(93,75,36)
#514120
(81,65,32)
#45371C
(69,55,28)
#392D18
(57,45,24)
#2D2314
(45,35,20)
#211910
(33,25,16)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #8D7334

#8D7334
(141,115,52)
#977F46
(151,127,70)
#A18B58
(161,139,88)
#AB976A
(171,151,106)
#B5A37C
(181,163,124)
#BFAF8E
(191,175,142)
#C9BBA0
(201,187,160)
#D3C7B2
(211,199,178)
#DDD3C4
(221,211,196)
#E7DFD6
(231,223,214)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7334; }

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

This text font color is #8D7334.


Background Color

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

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

This div background color is #8D7334.


Border color

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

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

This div border color is #8D7334.


Opacity

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

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

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

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

This text has shadow with #8D7334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7334 on black background.


Color preview on white background

This text has color #8D7334 on white background.



Black color preview on #8D7334 background

This text has black color on #8D7334 background.


White color preview on #8D7334 background

This text has white color on #8D7334 background.