COLOR #8D886A

HEX: #8D886A
RGB: (141,136,106)

Color info

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

RGB color model

#8D886A color RGB value is (141,136,106).

  • red value is 141;
  • green value is 136;
  • blue value is 106.
RGB:
(141,136,106)
(55%,53%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 106 of 255 = 42%

141
136
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 136 + 106 = 383 (100%)
R 141 of 383 ~ 36.81%
G 136 of 383 ~ 35.51%
B 106 of 383 ~ 27.68%

%36.81
%35.51
%27.68

CMYK color model

#8D886A color CMYK value is (0,4,25,45).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,4,25,45)
C0M4Y25K45 
(0%,4%,25%,45%)
(0.00/0.04/0.25/0.45)	

CMYK percentages

%0
%3.55
%24.82
%44.71

Codes

Color #8D886A in popluar color models

8D886A
RGB141136106
HSL51°14.17%48.43%
HSB/HSV51°24.82%55.29%
CMYK0.00%3.55%24.82%
44.71%

Color #8D886A in popluar number systems.

HEX8D886A
Decimal141136106
Binary10001101100010001101010
Octal215210152

Shades and tints

Shades of #8D886A

#8D886A
(141,136,106)
#817C61
(129,124,97)
#757058
(117,112,88)
#69644F
(105,100,79)
#5D5846
(93,88,70)
#514C3D
(81,76,61)
#454034
(69,64,52)
#39342B
(57,52,43)
#2D2822
(45,40,34)
#211C19
(33,28,25)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D886A

#8D886A
(141,136,106)
#979277
(151,146,119)
#A19C84
(161,156,132)
#ABA691
(171,166,145)
#B5B09E
(181,176,158)
#BFBAAB
(191,186,171)
#C9C4B8
(201,196,184)
#D3CEC5
(211,206,197)
#DDD8D2
(221,216,210)
#E7E2DF
(231,226,223)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D886A color. Also use rgb(141,136,106) instead hex code.

Text Font Color

.myTextColor { color: #8D886A; }

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

This text font color is #8D886A.


Background Color

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

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

This div background color is #8D886A.


Border color

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

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

This div border color is #8D886A.


Opacity

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

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

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

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

This text has shadow with #8D886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D886A on black background.


Color preview on white background

This text has color #8D886A on white background.



Black color preview on #8D886A background

This text has black color on #8D886A background.


White color preview on #8D886A background

This text has white color on #8D886A background.