COLOR #8C826D

HEX: #8C826D RGB: (140,130,109)

Color info

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

RGB color model

#8C826D color RGB value is (140,130,109).

RGB: (140,130,109) (55%, 51%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 109 of 255 = 43%

140
130
109

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

Portions of RGB colors in percentages

R + G + B = 140 + 130 + 109 = 379 (100%)
R 140 of 379 ~ 36.94%
G 130 of 379 ~ 34.3%
B 109 of 379 ~ 28.76'%

%36.94
%34.3
%28.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 22.14%
  • key color value is 45.10%

CMYK: (0,7,22,45)
C0M7Y22K45 (0%, 7%, 22%, 45%)
(0.00 / 0.07 / 0.22 / 0.45)

CMYK percentages

%0
%7.14
%22.14
%45.1

Codes

Color #8C826D in popluar color models

8C 82 6D
RGB 140 130 109
HSL 41° 12.45% 48.82%
HSB/HSV 41° 22.14% 54.90%
CMYK 0.00% 7.14% 22.14%
45.10%

Color #8C826D in popluar number systems.

HEX 8C 82 6D
Decimal 140 130 109
Binary 10001100 10000010 1101101
Octal 214 202 155

Shades and tints

Shades of #8C826D

#8C826D
(140,130,109)
#807764
(128,119,100)
#746C5B
(116,108,91)
#686152
(104,97,82)
#5C5649
(92,86,73)
#504B40
(80,75,64)
#444037
(68,64,55)
#38352E
(56,53,46)
#2C2A25
(44,42,37)
#201F1C
(32,31,28)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #8C826D

#8C826D
(140,130,109)
#968D7A
(150,141,122)
#A09887
(160,152,135)
#AAA394
(170,163,148)
#B4AEA1
(180,174,161)
#BEB9AE
(190,185,174)
#C8C4BB
(200,196,187)
#D2CFC8
(210,207,200)
#DCDAD5
(220,218,213)
#E6E5E2
(230,229,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C826D color. Also use rgb(140,130,109) instead hex code.

Text Font Color

.myTextColor { color: #8C826D; }

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

This text font color is #8C826D.

Background Color

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

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

This div background color is #8C826D.

Border color

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

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

This div border color is #8C826D.

Opacity

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

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

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

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

This text has shadow with #8C826D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C826D.

Preview

Color preview on black background

This text has color #8C826D on black background.


Color preview on white background

This text has color #8C826D on white background.


Black color preview on #8C826D background

This text has black color on #8C826D background.


White color preview on #8C826D background

This text has white color on #8C826D background.


Related colors

Complementary color

Complementary color for #hex is #737D92.


I love getcolorcode.com

Triadic colors

1 #6D8C82 and #826D8C with #8C826D are triadic colors.

2 #6D828C and #828C6D with #8C826D are triadic colors.