COLOR #838E8C

HEX: #838E8C RGB: (131,142,140)

Color info

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

RGB color model

#838E8C color RGB value is (131,142,140).

RGB: (131,142,140) (51%, 56%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 140 of 255 = 55%

131
142
140

R + G + B ~ 54%. #838E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 142 + 140 = 413 (100%)
R 131 of 413 ~ 31.72%
G 142 of 413 ~ 34.38%
B 140 of 413 ~ 33.9'%

%31.72
%34.38
%33.9

CMYK color model

#838E8C color CMYK value is (8,0,1,44).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 44.31%

CMYK: (8,0,1,44)
C8M0Y1K44 (8%, 0%, 1%, 44%)
(0.08 / 0.00 / 0.01 / 0.44)

CMYK percentages

%7.75
%0
%1.41
%44.31

Codes

Color #838E8C in popluar color models

83 8E 8C
RGB 131 142 140
HSL 169° 4.64% 53.53%
HSB/HSV 169° 7.75% 55.69%
CMYK 7.75% 0.00% 1.41%
44.31%

Color #838E8C in popluar number systems.

HEX 83 8E 8C
Decimal 131 142 140
Binary 10000011 10001110 10001100
Octal 203 216 214

Shades and tints

Shades of #838E8C

#838E8C
(131,142,140)
#788280
(120,130,128)
#6D7674
(109,118,116)
#626A68
(98,106,104)
#575E5C
(87,94,92)
#4C5250
(76,82,80)
#414644
(65,70,68)
#363A38
(54,58,56)
#2B2E2C
(43,46,44)
#202220
(32,34,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #838E8C

#838E8C
(131,142,140)
#8E9896
(142,152,150)
#99A2A0
(153,162,160)
#A4ACAA
(164,172,170)
#AFB6B4
(175,182,180)
#BAC0BE
(186,192,190)
#C5CAC8
(197,202,200)
#D0D4D2
(208,212,210)
#DBDEDC
(219,222,220)
#E6E8E6
(230,232,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838E8C color. Also use rgb(131,142,140) instead hex code.

Text Font Color

.myTextColor { color: #838E8C; }

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

This text font color is #838E8C.

Background Color

.myBgColor { background-color: #838E8C; }

<div style="background-color:#838E8C">Inner text</div>

This div background color is #838E8C.

Border color

.myBorderColor { border: 1px solid #838E8C; }

<div style="border:3px solid #838E8C">Div</div>

This div border color is #838E8C.

Opacity

.myOpacity80 { color: #838E8C; opacity: 0.8; }

<p style="color:#838E8C;opacity:0.8;">80%</p>

Text with #838E8C 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 #838E8C;}

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

This text has shadow with #838E8C color.


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

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

This text has shadow with #838E8C primary color and red secondary color.


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

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

This text has shadow with #838E8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #838E8C.

Preview

Color preview on black background

This text has color #838E8C on black background.


Color preview on white background

This text has color #838E8C on white background.


Black color preview on #838E8C background

This text has black color on #838E8C background.


White color preview on #838E8C background

This text has white color on #838E8C background.


Related colors

Complementary color

Complementary color for #hex is #7C7173.


I love getcolorcode.com

Triadic colors

1 #8C838E and #8E8C83 with #838E8C are triadic colors.

2 #8C8E83 and #8E838C with #838E8C are triadic colors.