COLOR #8D7522

HEX: #8D7522
RGB: (141,117,34)

Color info

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

RGB color model

#8D7522 color RGB value is (141,117,34).

  • red value is 141;
  • green value is 117;
  • blue value is 34.
RGB:
(141,117,34)
(55%,46%,13%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 34 of 255 = 13%

141
117
34

R + G + B ~ 38%. #8D7522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 117 + 34 = 292 (100%)
R 141 of 292 ~ 48.29%
G 117 of 292 ~ 40.07%
B 34 of 292 ~ 11.64%

%48.29
%40.07
%11.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 75.89%
  • key color value is 44.71%
CMYK:
(0,17,76,45)
C0M17Y76K45 
(0%,17%,76%,45%)
(0.00/0.17/0.76/0.45)	

CMYK percentages

%0
%17.02
%75.89
%44.71

Codes

Color #8D7522 in popluar color models

8D7522
RGB14111734
HSL47°61.14%34.31%
HSB/HSV47°75.89%55.29%
CMYK0.00%17.02%75.89%
44.71%

Color #8D7522 in popluar number systems.

HEX8D7522
Decimal14111734
Binary100011011110101100010
Octal21516542

Shades and tints

Shades of #8D7522

#8D7522
(141,117,34)
#816B1F
(129,107,31)
#75611C
(117,97,28)
#695719
(105,87,25)
#5D4D16
(93,77,22)
#514313
(81,67,19)
#453910
(69,57,16)
#392F0D
(57,47,13)
#2D250A
(45,37,10)
#211B07
(33,27,7)
#151104
(21,17,4)
#000000
(0,0,0)

Tints of #8D7522

#8D7522
(141,117,34)
#978136
(151,129,54)
#A18D4A
(161,141,74)
#AB995E
(171,153,94)
#B5A572
(181,165,114)
#BFB186
(191,177,134)
#C9BD9A
(201,189,154)
#D3C9AE
(211,201,174)
#DDD5C2
(221,213,194)
#E7E1D6
(231,225,214)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7522 color. Also use rgb(141,117,34) instead hex code.

Text Font Color

.myTextColor { color: #8D7522; }

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

This text font color is #8D7522.


Background Color

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

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

This div background color is #8D7522.


Border color

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

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

This div border color is #8D7522.


Opacity

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

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

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

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

This text has shadow with #8D7522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7522 on black background.


Color preview on white background

This text has color #8D7522 on white background.



Black color preview on #8D7522 background

This text has black color on #8D7522 background.


White color preview on #8D7522 background

This text has white color on #8D7522 background.