COLOR #8D8763

HEX: #8D8763
RGB: (141,135,99)

Color info

#8D8763 contains red, green and blue colors in about the same proportion. Web safe color of #8D8763 is #999966 (or #996).

RGB color model

#8D8763 color RGB value is (141,135,99).

  • red value is 141;
  • green value is 135;
  • blue value is 99.
RGB:
(141,135,99)
(55%,53%,39%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 99 of 255 = 39%

141
135
99

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

Portions of RGB colors in percentages

R + G + B =
141 + 135 + 99 = 375 (100%)
R 141 of 375 ~ 37.6%
G 135 of 375 ~ 36%
B 99 of 375 ~ 26.4%

%37.6
%36
%26.4

CMYK color model

#8D8763 color CMYK value is (0,4,30,45).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 29.79%
  • key color value is 44.71%
CMYK:
(0,4,30,45)
C0M4Y30K45 
(0%,4%,30%,45%)
(0.00/0.04/0.30/0.45)	

CMYK percentages

%0
%4.26
%29.79
%44.71

Codes

Color #8D8763 in popluar color models

8D8763
RGB14113599
HSL51°17.50%47.06%
HSB/HSV51°29.79%55.29%
CMYK0.00%4.26%29.79%
44.71%

Color #8D8763 in popluar number systems.

HEX8D8763
Decimal14113599
Binary10001101100001111100011
Octal215207143

Shades and tints

Shades of #8D8763

#8D8763
(141,135,99)
#817B5A
(129,123,90)
#756F51
(117,111,81)
#696348
(105,99,72)
#5D573F
(93,87,63)
#514B36
(81,75,54)
#453F2D
(69,63,45)
#393324
(57,51,36)
#2D271B
(45,39,27)
#211B12
(33,27,18)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #8D8763

#8D8763
(141,135,99)
#979171
(151,145,113)
#A19B7F
(161,155,127)
#ABA58D
(171,165,141)
#B5AF9B
(181,175,155)
#BFB9A9
(191,185,169)
#C9C3B7
(201,195,183)
#D3CDC5
(211,205,197)
#DDD7D3
(221,215,211)
#E7E1E1
(231,225,225)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8763 color. Also use rgb(141,135,99) instead hex code.

Text Font Color

.myTextColor { color: #8D8763; }

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

This text font color is #8D8763.


Background Color

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

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

This div background color is #8D8763.


Border color

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

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

This div border color is #8D8763.


Opacity

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

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

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

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

This text has shadow with #8D8763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8763 on black background.


Color preview on white background

This text has color #8D8763 on white background.



Black color preview on #8D8763 background

This text has black color on #8D8763 background.


White color preview on #8D8763 background

This text has white color on #8D8763 background.