COLOR #8C827B

HEX: #8C827B RGB: (140,130,123)

Color info

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

RGB color model

#8C827B color RGB value is (140,130,123).

RGB: (140,130,123) (55%, 51%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 123 of 255 = 48%

140
130
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 130 + 123 = 393 (100%)
R 140 of 393 ~ 35.62%
G 130 of 393 ~ 33.08%
B 123 of 393 ~ 31.3'%

%35.62
%33.08
%31.3

CMYK color model

#8C827B color CMYK value is (0,7,12,45).

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

CMYK: (0,7,12,45)
C0M7Y12K45 (0%, 7%, 12%, 45%)
(0.00 / 0.07 / 0.12 / 0.45)

CMYK percentages

%0
%7.14
%12.14
%45.1

Codes

Color #8C827B in popluar color models

8C 82 7B
RGB 140 130 123
HSL 25° 6.88% 51.57%
HSB/HSV 25° 12.14% 54.90%
CMYK 0.00% 7.14% 12.14%
45.10%

Color #8C827B in popluar number systems.

HEX 8C 82 7B
Decimal 140 130 123
Binary 10001100 10000010 1111011
Octal 214 202 173

Shades and tints

Shades of #8C827B

#8C827B
(140,130,123)
#807770
(128,119,112)
#746C65
(116,108,101)
#68615A
(104,97,90)
#5C564F
(92,86,79)
#504B44
(80,75,68)
#444039
(68,64,57)
#38352E
(56,53,46)
#2C2A23
(44,42,35)
#201F18
(32,31,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #8C827B

#8C827B
(140,130,123)
#968D87
(150,141,135)
#A09893
(160,152,147)
#AAA39F
(170,163,159)
#B4AEAB
(180,174,171)
#BEB9B7
(190,185,183)
#C8C4C3
(200,196,195)
#D2CFCF
(210,207,207)
#DCDADB
(220,218,219)
#E6E5E7
(230,229,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C827B; }

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

This text font color is #8C827B.

Background Color

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

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

This div background color is #8C827B.

Border color

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

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

This div border color is #8C827B.

Opacity

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

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

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

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

This text has shadow with #8C827B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C827B.

Preview

Color preview on black background

This text has color #8C827B on black background.


Color preview on white background

This text has color #8C827B on white background.


Black color preview on #8C827B background

This text has black color on #8C827B background.


White color preview on #8C827B background

This text has white color on #8C827B background.


Related colors

Complementary color

Complementary color for #hex is #737D84.


I love getcolorcode.com

Triadic colors

1 #7B8C82 and #827B8C with #8C827B are triadic colors.

2 #7B828C and #828C7B with #8C827B are triadic colors.