COLOR #8D826E

HEX: #8D826E
RGB: (141,130,110)

Color info

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

RGB color model

#8D826E color RGB value is (141,130,110).

  • red value is 141;
  • green value is 130;
  • blue value is 110.
RGB:
(141,130,110)
(55%,51%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 110 of 255 = 43%

141
130
110

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

Portions of RGB colors in percentages

R + G + B =
141 + 130 + 110 = 381 (100%)
R 141 of 381 ~ 37.01%
G 130 of 381 ~ 34.12%
B 110 of 381 ~ 28.87%

%37.01
%34.12
%28.87

CMYK color model

#8D826E color CMYK value is (0,8,22,45).

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(0,8,22,45)
C0M8Y22K45 
(0%,8%,22%,45%)
(0.00/0.08/0.22/0.45)	

CMYK percentages

%0
%7.8
%21.99
%44.71

Codes

Color #8D826E in popluar color models

8D826E
RGB141130110
HSL39°12.35%49.22%
HSB/HSV39°21.99%55.29%
CMYK0.00%7.80%21.99%
44.71%

Color #8D826E in popluar number systems.

HEX8D826E
Decimal141130110
Binary10001101100000101101110
Octal215202156

Shades and tints

Shades of #8D826E

#8D826E
(141,130,110)
#817764
(129,119,100)
#756C5A
(117,108,90)
#696150
(105,97,80)
#5D5646
(93,86,70)
#514B3C
(81,75,60)
#454032
(69,64,50)
#393528
(57,53,40)
#2D2A1E
(45,42,30)
#211F14
(33,31,20)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #8D826E

#8D826E
(141,130,110)
#978D7B
(151,141,123)
#A19888
(161,152,136)
#ABA395
(171,163,149)
#B5AEA2
(181,174,162)
#BFB9AF
(191,185,175)
#C9C4BC
(201,196,188)
#D3CFC9
(211,207,201)
#DDDAD6
(221,218,214)
#E7E5E3
(231,229,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D826E color. Also use rgb(141,130,110) instead hex code.

Text Font Color

.myTextColor { color: #8D826E; }

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

This text font color is #8D826E.


Background Color

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

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

This div background color is #8D826E.


Border color

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

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

This div border color is #8D826E.


Opacity

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

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

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

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

This text has shadow with #8D826E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D826E on black background.


Color preview on white background

This text has color #8D826E on white background.



Black color preview on #8D826E background

This text has black color on #8D826E background.


White color preview on #8D826E background

This text has white color on #8D826E background.