COLOR #8D763E

HEX: #8D763E
RGB: (141,118,62)

Color info

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

RGB color model

#8D763E color RGB value is (141,118,62).

  • red value is 141;
  • green value is 118;
  • blue value is 62.
RGB:
(141,118,62)
(55%,46%,24%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 62 of 255 = 24%

141
118
62

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 62 = 321 (100%)
R 141 of 321 ~ 43.93%
G 118 of 321 ~ 36.76%
B 62 of 321 ~ 19.31%

%43.93
%36.76
%19.31

CMYK color model

#8D763E color CMYK value is (0,16,56,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 56.03%
  • key color value is 44.71%
CMYK:
(0,16,56,45)
C0M16Y56K45 
(0%,16%,56%,45%)
(0.00/0.16/0.56/0.45)	

CMYK percentages

%0
%16.31
%56.03
%44.71

Codes

Color #8D763E in popluar color models

8D763E
RGB14111862
HSL43°38.92%39.80%
HSB/HSV43°56.03%55.29%
CMYK0.00%16.31%56.03%
44.71%

Color #8D763E in popluar number systems.

HEX8D763E
Decimal14111862
Binary100011011110110111110
Octal21516676

Shades and tints

Shades of #8D763E

#8D763E
(141,118,62)
#816C39
(129,108,57)
#756234
(117,98,52)
#69582F
(105,88,47)
#5D4E2A
(93,78,42)
#514425
(81,68,37)
#453A20
(69,58,32)
#39301B
(57,48,27)
#2D2616
(45,38,22)
#211C11
(33,28,17)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #8D763E

#8D763E
(141,118,62)
#97824F
(151,130,79)
#A18E60
(161,142,96)
#AB9A71
(171,154,113)
#B5A682
(181,166,130)
#BFB293
(191,178,147)
#C9BEA4
(201,190,164)
#D3CAB5
(211,202,181)
#DDD6C6
(221,214,198)
#E7E2D7
(231,226,215)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D763E color. Also use rgb(141,118,62) instead hex code.

Text Font Color

.myTextColor { color: #8D763E; }

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

This text font color is #8D763E.


Background Color

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

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

This div background color is #8D763E.


Border color

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

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

This div border color is #8D763E.


Opacity

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

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

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

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

This text has shadow with #8D763E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D763E on black background.


Color preview on white background

This text has color #8D763E on white background.



Black color preview on #8D763E background

This text has black color on #8D763E background.


White color preview on #8D763E background

This text has white color on #8D763E background.