COLOR #838582

HEX: #838582
RGB: (131,133,130)

Color info

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

RGB color model

#838582 color RGB value is (131,133,130).

  • red value is 131;
  • green value is 133;
  • blue value is 130.
RGB:
(131,133,130)
(51%,52%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 130 of 255 = 51%

131
133
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 130 = 394 (100%)
R 131 of 394 ~ 33.25%
G 133 of 394 ~ 33.76%
B 130 of 394 ~ 32.99%

%33.25
%33.76
%32.99

CMYK color model

#838582 color CMYK value is (2,0,2,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(2,0,2,48)
C2M0Y2K48 
(2%,0%,2%,48%)
(0.02/0.00/0.02/0.48)	

CMYK percentages

%1.5
%0
%2.26
%47.84

Codes

Color #838582 in popluar color models

838582
RGB131133130
HSL100°1.21%51.57%
HSB/HSV100°2.26%52.16%
CMYK1.50%0.00%2.26%
47.84%

Color #838582 in popluar number systems.

HEX838582
Decimal131133130
Binary100000111000010110000010
Octal203205202

Shades and tints

Shades of #838582

#838582
(131,133,130)
#787977
(120,121,119)
#6D6D6C
(109,109,108)
#626161
(98,97,97)
#575556
(87,85,86)
#4C494B
(76,73,75)
#413D40
(65,61,64)
#363135
(54,49,53)
#2B252A
(43,37,42)
#20191F
(32,25,31)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #838582

#838582
(131,133,130)
#8E908D
(142,144,141)
#999B98
(153,155,152)
#A4A6A3
(164,166,163)
#AFB1AE
(175,177,174)
#BABCB9
(186,188,185)
#C5C7C4
(197,199,196)
#D0D2CF
(208,210,207)
#DBDDDA
(219,221,218)
#E6E8E5
(230,232,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838582; }

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

This text font color is #838582.


Background Color

.myBgColor { background-color: #838582; }

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

This div background color is #838582.


Border color

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

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

This div border color is #838582.


Opacity

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

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

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

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

This text has shadow with #838582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838582 on black background.


Color preview on white background

This text has color #838582 on white background.



Black color preview on #838582 background

This text has black color on #838582 background.


White color preview on #838582 background

This text has white color on #838582 background.