COLOR #8C826A

HEX: #8C826A
RGB: (140,130,106)

Color info

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

RGB color model

#8C826A color RGB value is (140,130,106).

  • red value is 140;
  • green value is 130;
  • blue value is 106.
RGB:
(140,130,106)
(55%,51%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 106 of 255 = 42%

140
130
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 130 + 106 = 376 (100%)
R 140 of 376 ~ 37.23%
G 130 of 376 ~ 34.57%
B 106 of 376 ~ 28.19%

%37.23
%34.57
%28.19

CMYK color model

#8C826A color CMYK value is (0,7,24,45).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(0,7,24,45)
C0M7Y24K45 
(0%,7%,24%,45%)
(0.00/0.07/0.24/0.45)	

CMYK percentages

%0
%7.14
%24.29
%45.1

Codes

Color #8C826A in popluar color models

8C826A
RGB140130106
HSL42°13.82%48.24%
HSB/HSV42°24.29%54.90%
CMYK0.00%7.14%24.29%
45.10%

Color #8C826A in popluar number systems.

HEX8C826A
Decimal140130106
Binary10001100100000101101010
Octal214202152

Shades and tints

Shades of #8C826A

#8C826A
(140,130,106)
#807761
(128,119,97)
#746C58
(116,108,88)
#68614F
(104,97,79)
#5C5646
(92,86,70)
#504B3D
(80,75,61)
#444034
(68,64,52)
#38352B
(56,53,43)
#2C2A22
(44,42,34)
#201F19
(32,31,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8C826A

#8C826A
(140,130,106)
#968D77
(150,141,119)
#A09884
(160,152,132)
#AAA391
(170,163,145)
#B4AE9E
(180,174,158)
#BEB9AB
(190,185,171)
#C8C4B8
(200,196,184)
#D2CFC5
(210,207,197)
#DCDAD2
(220,218,210)
#E6E5DF
(230,229,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C826A; }

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

This text font color is #8C826A.


Background Color

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

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

This div background color is #8C826A.


Border color

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

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

This div border color is #8C826A.


Opacity

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

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

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

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

This text has shadow with #8C826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C826A on black background.


Color preview on white background

This text has color #8C826A on white background.



Black color preview on #8C826A background

This text has black color on #8C826A background.


White color preview on #8C826A background

This text has white color on #8C826A background.