COLOR #8C836D

HEX: #8C836D RGB: (140,131,109)

Color info

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

RGB color model

#8C836D color RGB value is (140,131,109).

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

RGB channels and saturation

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

140
131
109

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

Portions of RGB colors in percentages

R + G + B = 140 + 131 + 109 = 380 (100%)
R 140 of 380 ~ 36.84%
G 131 of 380 ~ 34.47%
B 109 of 380 ~ 28.68'%

%36.84
%34.47
%28.68

CMYK color model

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

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

CMYK: (0,6,22,45)
C0M6Y22K45 (0%, 6%, 22%, 45%)
(0.00 / 0.06 / 0.22 / 0.45)

CMYK percentages

%0
%6.43
%22.14
%45.1

Codes

Color #8C836D in popluar color models

8C 83 6D
RGB 140 131 109
HSL 43° 12.45% 48.82%
HSB/HSV 43° 22.14% 54.90%
CMYK 0.00% 6.43% 22.14%
45.10%

Color #8C836D in popluar number systems.

HEX 8C 83 6D
Decimal 140 131 109
Binary 10001100 10000011 1101101
Octal 214 203 155

Shades and tints

Shades of #8C836D

#8C836D
(140,131,109)
#807864
(128,120,100)
#746D5B
(116,109,91)
#686252
(104,98,82)
#5C5749
(92,87,73)
#504C40
(80,76,64)
#444137
(68,65,55)
#38362E
(56,54,46)
#2C2B25
(44,43,37)
#20201C
(32,32,28)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #8C836D

#8C836D
(140,131,109)
#968E7A
(150,142,122)
#A09987
(160,153,135)
#AAA494
(170,164,148)
#B4AFA1
(180,175,161)
#BEBAAE
(190,186,174)
#C8C5BB
(200,197,187)
#D2D0C8
(210,208,200)
#DCDBD5
(220,219,213)
#E6E6E2
(230,230,226)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C836D; }

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

This text font color is #8C836D.

Background Color

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

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

This div background color is #8C836D.

Border color

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

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

This div border color is #8C836D.

Opacity

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

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

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

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

This text has shadow with #8C836D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C836D.

Preview

Color preview on black background

This text has color #8C836D on black background.


Color preview on white background

This text has color #8C836D on white background.


Black color preview on #8C836D background

This text has black color on #8C836D background.


White color preview on #8C836D background

This text has white color on #8C836D background.


Related colors

Complementary color

Complementary color for #hex is #737C92.


I love getcolorcode.com

Triadic colors

1 #6D8C83 and #836D8C with #8C836D are triadic colors.

2 #6D838C and #838C6D with #8C836D are triadic colors.