COLOR #8C838A

HEX: #8C838A RGB: (140,131,138)

Color info

#8C838A contains red, green and blue colors in about the same proportion. Web safe color of #8C838A is #999999 (or #999).

RGB color model

#8C838A color RGB value is (140,131,138).

RGB: (140,131,138) (55%, 51%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 131 of 255 = 51%
B 138 of 255 = 54%

140
131
138

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

Portions of RGB colors in percentages

R + G + B = 140 + 131 + 138 = 409 (100%)
R 140 of 409 ~ 34.23%
G 131 of 409 ~ 32.03%
B 138 of 409 ~ 33.74'%

%34.23
%32.03
%33.74

CMYK color model

#8C838A color CMYK value is (0,6,1,45).

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

CMYK: (0,6,1,45)
C0M6Y1K45 (0%, 6%, 1%, 45%)
(0.00 / 0.06 / 0.01 / 0.45)

CMYK percentages

%0
%6.43
%1.43
%45.1

Codes

Color #8C838A in popluar color models

8C 83 8A
RGB 140 131 138
HSL 313° 3.77% 53.14%
HSB/HSV 313° 6.43% 54.90%
CMYK 0.00% 6.43% 1.43%
45.10%

Color #8C838A in popluar number systems.

HEX 8C 83 8A
Decimal 140 131 138
Binary 10001100 10000011 10001010
Octal 214 203 212

Shades and tints

Shades of #8C838A

#8C838A
(140,131,138)
#80787E
(128,120,126)
#746D72
(116,109,114)
#686266
(104,98,102)
#5C575A
(92,87,90)
#504C4E
(80,76,78)
#444142
(68,65,66)
#383636
(56,54,54)
#2C2B2A
(44,43,42)
#20201E
(32,32,30)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #8C838A

#8C838A
(140,131,138)
#968E94
(150,142,148)
#A0999E
(160,153,158)
#AAA4A8
(170,164,168)
#B4AFB2
(180,175,178)
#BEBABC
(190,186,188)
#C8C5C6
(200,197,198)
#D2D0D0
(210,208,208)
#DCDBDA
(220,219,218)
#E6E6E4
(230,230,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C838A; }

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

This text font color is #8C838A.

Background Color

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

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

This div background color is #8C838A.

Border color

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

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

This div border color is #8C838A.

Opacity

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

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

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

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

This text has shadow with #8C838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C838A.

Preview

Color preview on black background

This text has color #8C838A on black background.


Color preview on white background

This text has color #8C838A on white background.


Black color preview on #8C838A background

This text has black color on #8C838A background.


White color preview on #8C838A background

This text has white color on #8C838A background.


Related colors

Complementary color

Complementary color for #hex is #737C75.


I love getcolorcode.com

Triadic colors

1 #8A8C83 and #838A8C with #8C838A are triadic colors.

2 #8A838C and #838C8A with #8C838A are triadic colors.