COLOR #8D836C

HEX: #8D836C
RGB: (141,131,108)

Color info

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

RGB color model

#8D836C color RGB value is (141,131,108).

  • red value is 141;
  • green value is 131;
  • blue value is 108.
RGB:
(141,131,108)
(55%,51%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 108 of 255 = 42%

141
131
108

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

Portions of RGB colors in percentages

R + G + B =
141 + 131 + 108 = 380 (100%)
R 141 of 380 ~ 37.11%
G 131 of 380 ~ 34.47%
B 108 of 380 ~ 28.42%

%37.11
%34.47
%28.42

CMYK color model

#8D836C color CMYK value is (0,7,23,45).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(0,7,23,45)
C0M7Y23K45 
(0%,7%,23%,45%)
(0.00/0.07/0.23/0.45)	

CMYK percentages

%0
%7.09
%23.4
%44.71

Codes

Color #8D836C in popluar color models

8D836C
RGB141131108
HSL42°13.25%48.82%
HSB/HSV42°23.40%55.29%
CMYK0.00%7.09%23.40%
44.71%

Color #8D836C in popluar number systems.

HEX8D836C
Decimal141131108
Binary10001101100000111101100
Octal215203154

Shades and tints

Shades of #8D836C

#8D836C
(141,131,108)
#817863
(129,120,99)
#756D5A
(117,109,90)
#696251
(105,98,81)
#5D5748
(93,87,72)
#514C3F
(81,76,63)
#454136
(69,65,54)
#39362D
(57,54,45)
#2D2B24
(45,43,36)
#21201B
(33,32,27)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #8D836C

#8D836C
(141,131,108)
#978E79
(151,142,121)
#A19986
(161,153,134)
#ABA493
(171,164,147)
#B5AFA0
(181,175,160)
#BFBAAD
(191,186,173)
#C9C5BA
(201,197,186)
#D3D0C7
(211,208,199)
#DDDBD4
(221,219,212)
#E7E6E1
(231,230,225)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D836C color. Also use rgb(141,131,108) instead hex code.

Text Font Color

.myTextColor { color: #8D836C; }

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

This text font color is #8D836C.


Background Color

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

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

This div background color is #8D836C.


Border color

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

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

This div border color is #8D836C.


Opacity

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

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

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

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

This text has shadow with #8D836C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D836C on black background.


Color preview on white background

This text has color #8D836C on white background.



Black color preview on #8D836C background

This text has black color on #8D836C background.


White color preview on #8D836C background

This text has white color on #8D836C background.