COLOR #8C817A

HEX: #8C817A RGB: (140,129,122)

Color info

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

RGB color model

#8C817A color RGB value is (140,129,122).

RGB: (140,129,122) (55%, 51%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 129 of 255 = 51%
B 122 of 255 = 48%

140
129
122

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

Portions of RGB colors in percentages

R + G + B = 140 + 129 + 122 = 391 (100%)
R 140 of 391 ~ 35.81%
G 129 of 391 ~ 32.99%
B 122 of 391 ~ 31.2'%

%35.81
%32.99
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 12.86%
  • key color value is 45.10%

CMYK: (0,8,13,45)
C0M8Y13K45 (0%, 8%, 13%, 45%)
(0.00 / 0.08 / 0.13 / 0.45)

CMYK percentages

%0
%7.86
%12.86
%45.1

Codes

Color #8C817A in popluar color models

8C 81 7A
RGB 140 129 122
HSL 23° 7.26% 51.37%
HSB/HSV 23° 12.86% 54.90%
CMYK 0.00% 7.86% 12.86%
45.10%

Color #8C817A in popluar number systems.

HEX 8C 81 7A
Decimal 140 129 122
Binary 10001100 10000001 1111010
Octal 214 201 172

Shades and tints

Shades of #8C817A

#8C817A
(140,129,122)
#80766F
(128,118,111)
#746B64
(116,107,100)
#686059
(104,96,89)
#5C554E
(92,85,78)
#504A43
(80,74,67)
#443F38
(68,63,56)
#38342D
(56,52,45)
#2C2922
(44,41,34)
#201E17
(32,30,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #8C817A

#8C817A
(140,129,122)
#968C86
(150,140,134)
#A09792
(160,151,146)
#AAA29E
(170,162,158)
#B4ADAA
(180,173,170)
#BEB8B6
(190,184,182)
#C8C3C2
(200,195,194)
#D2CECE
(210,206,206)
#DCD9DA
(220,217,218)
#E6E4E6
(230,228,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C817A color. Also use rgb(140,129,122) instead hex code.

Text Font Color

.myTextColor { color: #8C817A; }

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

This text font color is #8C817A.

Background Color

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

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

This div background color is #8C817A.

Border color

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

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

This div border color is #8C817A.

Opacity

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

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

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

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

This text has shadow with #8C817A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C817A.

Preview

Color preview on black background

This text has color #8C817A on black background.


Color preview on white background

This text has color #8C817A on white background.


Black color preview on #8C817A background

This text has black color on #8C817A background.


White color preview on #8C817A background

This text has white color on #8C817A background.


Related colors

Complementary color

Complementary color for #hex is #737E85.


I love getcolorcode.com

Triadic colors

1 #7A8C81 and #817A8C with #8C817A are triadic colors.

2 #7A818C and #818C7A with #8C817A are triadic colors.