COLOR #838486

HEX: #838486
RGB: (131,132,134)

Color info

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

RGB color model

#838486 color RGB value is (131,132,134).

  • red value is 131;
  • green value is 132;
  • blue value is 134.
RGB:
(131,132,134)
(51%,52%,53%)

RGB channels and saturation

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

131
132
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 134 = 397 (100%)
R 131 of 397 ~ 33%
G 132 of 397 ~ 33.25%
B 134 of 397 ~ 33.75%

%33
%33.25
%33.75

CMYK color model

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

  • cyan value is 2.24%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(2,1,0,47)
C2M1Y0K47 
(2%,1%,0%,47%)
(0.02/0.01/0.00/0.47)	

CMYK percentages

%2.24
%1.49
%0
%47.45

Codes

Color #838486 in popluar color models

838486
RGB131132134
HSL220°1.22%51.96%
HSB/HSV220°2.24%52.55%
CMYK2.24%1.49%0.00%
47.45%

Color #838486 in popluar number systems.

HEX838486
Decimal131132134
Binary100000111000010010000110
Octal203204206

Shades and tints

Shades of #838486

#838486
(131,132,134)
#78787A
(120,120,122)
#6D6C6E
(109,108,110)
#626062
(98,96,98)
#575456
(87,84,86)
#4C484A
(76,72,74)
#413C3E
(65,60,62)
#363032
(54,48,50)
#2B2426
(43,36,38)
#20181A
(32,24,26)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #838486

#838486
(131,132,134)
#8E8F91
(142,143,145)
#999A9C
(153,154,156)
#A4A5A7
(164,165,167)
#AFB0B2
(175,176,178)
#BABBBD
(186,187,189)
#C5C6C8
(197,198,200)
#D0D1D3
(208,209,211)
#DBDCDE
(219,220,222)
#E6E7E9
(230,231,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838486; }

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

This text font color is #838486.


Background Color

.myBgColor { background-color: #838486; }

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

This div background color is #838486.


Border color

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

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

This div border color is #838486.


Opacity

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

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

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

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

This text has shadow with #838486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838486 on black background.


Color preview on white background

This text has color #838486 on white background.



Black color preview on #838486 background

This text has black color on #838486 background.


White color preview on #838486 background

This text has white color on #838486 background.