COLOR #838383

HEX: #838383
RGB: (131,131,131)

Color info

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

RGB color model

#838383 color RGB value is (131,131,131).

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

RGB channels and saturation

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

131
131
131

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 131 = 393 (100%)
R 131 of 393 ~ 33.33%
G 131 of 393 ~ 33.33%
B 131 of 393 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#838383 color CMYK value is (0,0,0,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(0,0,0,49)
C0M0Y0K49 
(0%,0%,0%,49%)
(0.00/0.00/0.00/0.49)	

CMYK percentages

%0
%0
%0
%48.63

Codes

Color #838383 in popluar color models

838383
RGB131131131
HSL0.00%0.51%
HSB/HSV0.00%0.51%
CMYK0.00%0.00%0.00%
48.63%

Color #838383 in popluar number systems.

HEX838383
Decimal131131131
Binary100000111000001110000011
Octal203203203

Shades and tints

Shades of #838383

#838383
(131,131,131)
#787878
(120,120,120)
#6D6D6D
(109,109,109)
#626262
(98,98,98)
#575757
(87,87,87)
#4C4C4C
(76,76,76)
#414141
(65,65,65)
#363636
(54,54,54)
#2B2B2B
(43,43,43)
#202020
(32,32,32)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #838383

#838383
(131,131,131)
#8E8E8E
(142,142,142)
#999999
(153,153,153)
#A4A4A4
(164,164,164)
#AFAFAF
(175,175,175)
#BABABA
(186,186,186)
#C5C5C5
(197,197,197)
#D0D0D0
(208,208,208)
#DBDBDB
(219,219,219)
#E6E6E6
(230,230,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838383; }

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

This text font color is #838383.


Background Color

.myBgColor { background-color: #838383; }

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

This div background color is #838383.


Border color

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

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

This div border color is #838383.


Opacity

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

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

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

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

This text has shadow with #838383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838383 on black background.


Color preview on white background

This text has color #838383 on white background.



Black color preview on #838383 background

This text has black color on #838383 background.


White color preview on #838383 background

This text has white color on #838383 background.