COLOR #838483

HEX: #838483
RGB: (131,132,131)

Color info

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

RGB color model

#838483 color RGB value is (131,132,131).

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

RGB channels and saturation

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

131
132
131

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 131 = 394 (100%)
R 131 of 394 ~ 33.25%
G 132 of 394 ~ 33.5%
B 131 of 394 ~ 33.25%

%33.25
%33.5
%33.25

CMYK color model

#838483 color CMYK value is (1,0,1,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(1,0,1,48)
C1M0Y1K48 
(1%,0%,1%,48%)
(0.01/0.00/0.01/0.48)	

CMYK percentages

%0.76
%0
%0.76
%48.24

Codes

Color #838483 in popluar color models

838483
RGB131132131
HSL120°0.40%51.57%
HSB/HSV120°0.76%51.76%
CMYK0.76%0.00%0.76%
48.24%

Color #838483 in popluar number systems.

HEX838483
Decimal131132131
Binary100000111000010010000011
Octal203204203

Shades and tints

Shades of #838483

#838483
(131,132,131)
#787878
(120,120,120)
#6D6C6D
(109,108,109)
#626062
(98,96,98)
#575457
(87,84,87)
#4C484C
(76,72,76)
#413C41
(65,60,65)
#363036
(54,48,54)
#2B242B
(43,36,43)
#201820
(32,24,32)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #838483

#838483
(131,132,131)
#8E8F8E
(142,143,142)
#999A99
(153,154,153)
#A4A5A4
(164,165,164)
#AFB0AF
(175,176,175)
#BABBBA
(186,187,186)
#C5C6C5
(197,198,197)
#D0D1D0
(208,209,208)
#DBDCDB
(219,220,219)
#E6E7E6
(230,231,230)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838483; }

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

This text font color is #838483.


Background Color

.myBgColor { background-color: #838483; }

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

This div background color is #838483.


Border color

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

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

This div border color is #838483.


Opacity

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

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

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

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

This text has shadow with #838483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838483 on black background.


Color preview on white background

This text has color #838483 on white background.



Black color preview on #838483 background

This text has black color on #838483 background.


White color preview on #838483 background

This text has white color on #838483 background.