COLOR #838386

HEX: #838386 RGB: (131,131,134)

Color info

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

RGB color model

#838386 color RGB value is (131,131,134).

RGB: (131,131,134) (51%, 51%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 134 of 255 = 53%

131
131
134

R + G + B ~ 52%. #838386 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 131 + 134 = 396 (100%)
R 131 of 396 ~ 33.08%
G 131 of 396 ~ 33.08%
B 134 of 396 ~ 33.84'%

%33.08
%33.08
%33.84

CMYK color model

#838386 color CMYK value is (2,2,0,47).

  • cyan value is 2.24%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (2,2,0,47)
C2M2Y0K47 (2%, 2%, 0%, 47%)
(0.02 / 0.02 / 0.00 / 0.47)

CMYK percentages

%2.24
%2.24
%0
%47.45

Codes

Color #838386 in popluar color models

83 83 86
RGB 131 131 134
HSL 240° 1.22% 51.96%
HSB/HSV 240° 2.24% 52.55%
CMYK 2.24% 2.24% 0.00%
47.45%

Color #838386 in popluar number systems.

HEX 83 83 86
Decimal 131 131 134
Binary 10000011 10000011 10000110
Octal 203 203 206

Shades and tints

Shades of #838386

#838386
(131,131,134)
#78787A
(120,120,122)
#6D6D6E
(109,109,110)
#626262
(98,98,98)
#575756
(87,87,86)
#4C4C4A
(76,76,74)
#41413E
(65,65,62)
#363632
(54,54,50)
#2B2B26
(43,43,38)
#20201A
(32,32,26)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #838386

#838386
(131,131,134)
#8E8E91
(142,142,145)
#99999C
(153,153,156)
#A4A4A7
(164,164,167)
#AFAFB2
(175,175,178)
#BABABD
(186,186,189)
#C5C5C8
(197,197,200)
#D0D0D3
(208,208,211)
#DBDBDE
(219,219,222)
#E6E6E9
(230,230,233)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838386 color. Also use rgb(131,131,134) instead hex code.

Text Font Color

.myTextColor { color: #838386; }

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

This text font color is #838386.

Background Color

.myBgColor { background-color: #838386; }

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

This div background color is #838386.

Border color

.myBorderColor { border: 1px solid #838386; }

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

This div border color is #838386.

Opacity

.myOpacity80 { color: #838386; opacity: 0.8; }

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

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

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

This text has shadow with #838386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838386.

Preview

Color preview on black background

This text has color #838386 on black background.


Color preview on white background

This text has color #838386 on white background.


Black color preview on #838386 background

This text has black color on #838386 background.


White color preview on #838386 background

This text has white color on #838386 background.


Related colors

Complementary color

Complementary color for #hex is #7C7C79.


I love getcolorcode.com