COLOR #8D837A

HEX: #8D837A
RGB: (141,131,122)

Color info

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

RGB color model

#8D837A color RGB value is (141,131,122).

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

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 122 of 255 = 48%

141
131
122

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

Portions of RGB colors in percentages

R + G + B =
141 + 131 + 122 = 394 (100%)
R 141 of 394 ~ 35.79%
G 131 of 394 ~ 33.25%
B 122 of 394 ~ 30.96%

%35.79
%33.25
%30.96

CMYK color model

#8D837A color CMYK value is (0,7,13,45).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(0,7,13,45)
C0M7Y13K45 
(0%,7%,13%,45%)
(0.00/0.07/0.13/0.45)	

CMYK percentages

%0
%7.09
%13.48
%44.71

Codes

Color #8D837A in popluar color models

8D837A
RGB141131122
HSL28°7.69%51.57%
HSB/HSV28°13.48%55.29%
CMYK0.00%7.09%13.48%
44.71%

Color #8D837A in popluar number systems.

HEX8D837A
Decimal141131122
Binary10001101100000111111010
Octal215203172

Shades and tints

Shades of #8D837A

#8D837A
(141,131,122)
#81786F
(129,120,111)
#756D64
(117,109,100)
#696259
(105,98,89)
#5D574E
(93,87,78)
#514C43
(81,76,67)
#454138
(69,65,56)
#39362D
(57,54,45)
#2D2B22
(45,43,34)
#212017
(33,32,23)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #8D837A

#8D837A
(141,131,122)
#978E86
(151,142,134)
#A19992
(161,153,146)
#ABA49E
(171,164,158)
#B5AFAA
(181,175,170)
#BFBAB6
(191,186,182)
#C9C5C2
(201,197,194)
#D3D0CE
(211,208,206)
#DDDBDA
(221,219,218)
#E7E6E6
(231,230,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D837A; }

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

This text font color is #8D837A.


Background Color

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

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

This div background color is #8D837A.


Border color

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

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

This div border color is #8D837A.


Opacity

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

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

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

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

This text has shadow with #8D837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D837A on black background.


Color preview on white background

This text has color #8D837A on white background.



Black color preview on #8D837A background

This text has black color on #8D837A background.


White color preview on #8D837A background

This text has white color on #8D837A background.