COLOR #838396

HEX: #838396
RGB: (131,131,150)

Color info

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

RGB color model

#838396 color RGB value is (131,131,150).

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

RGB channels and saturation

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

131
131
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 150 = 412 (100%)
R 131 of 412 ~ 31.8%
G 131 of 412 ~ 31.8%
B 150 of 412 ~ 36.41%

%31.8
%31.8
%36.41

CMYK color model

#838396 color CMYK value is (13,13,0,41).

  • cyan value is 12.67%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,13,0,41)
C13M13Y0K41 
(13%,13%,0%,41%)
(0.13/0.13/0.00/0.41)	

CMYK percentages

%12.67
%12.67
%0
%41.18

Codes

Color #838396 in popluar color models

838396
RGB131131150
HSL240°8.30%55.10%
HSB/HSV240°12.67%58.82%
CMYK12.67%12.67%0.00%
41.18%

Color #838396 in popluar number systems.

HEX838396
Decimal131131150
Binary100000111000001110010110
Octal203203226

Shades and tints

Shades of #838396

#838396
(131,131,150)
#787889
(120,120,137)
#6D6D7C
(109,109,124)
#62626F
(98,98,111)
#575762
(87,87,98)
#4C4C55
(76,76,85)
#414148
(65,65,72)
#36363B
(54,54,59)
#2B2B2E
(43,43,46)
#202021
(32,32,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #838396

#838396
(131,131,150)
#8E8E9F
(142,142,159)
#9999A8
(153,153,168)
#A4A4B1
(164,164,177)
#AFAFBA
(175,175,186)
#BABAC3
(186,186,195)
#C5C5CC
(197,197,204)
#D0D0D5
(208,208,213)
#DBDBDE
(219,219,222)
#E6E6E7
(230,230,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838396; }

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

This text font color is #838396.


Background Color

.myBgColor { background-color: #838396; }

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

This div background color is #838396.


Border color

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

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

This div border color is #838396.


Opacity

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

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

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

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

This text has shadow with #838396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838396 on black background.


Color preview on white background

This text has color #838396 on white background.



Black color preview on #838396 background

This text has black color on #838396 background.


White color preview on #838396 background

This text has white color on #838396 background.