COLOR #838394

HEX: #838394 RGB: (131,131,148)

Color info

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

RGB color model

#838394 color RGB value is (131,131,148).

RGB: (131,131,148) (51%, 51%, 58%)

RGB channels and saturation

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

131
131
148

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

Portions of RGB colors in percentages

R + G + B = 131 + 131 + 148 = 410 (100%)
R 131 of 410 ~ 31.95%
G 131 of 410 ~ 31.95%
B 148 of 410 ~ 36.1'%

%31.95
%31.95
%36.1

CMYK color model

#838394 color CMYK value is (11,11,0,42).

  • cyan value is 11.49%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (11,11,0,42)
C11M11Y0K42 (11%, 11%, 0%, 42%)
(0.11 / 0.11 / 0.00 / 0.42)

CMYK percentages

%11.49
%11.49
%0
%41.96

Codes

Color #838394 in popluar color models

83 83 94
RGB 131 131 148
HSL 240° 7.36% 54.71%
HSB/HSV 240° 11.49% 58.04%
CMYK 11.49% 11.49% 0.00%
41.96%

Color #838394 in popluar number systems.

HEX 83 83 94
Decimal 131 131 148
Binary 10000011 10000011 10010100
Octal 203 203 224

Shades and tints

Shades of #838394

#838394
(131,131,148)
#787887
(120,120,135)
#6D6D7A
(109,109,122)
#62626D
(98,98,109)
#575760
(87,87,96)
#4C4C53
(76,76,83)
#414146
(65,65,70)
#363639
(54,54,57)
#2B2B2C
(43,43,44)
#20201F
(32,32,31)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #838394

#838394
(131,131,148)
#8E8E9D
(142,142,157)
#9999A6
(153,153,166)
#A4A4AF
(164,164,175)
#AFAFB8
(175,175,184)
#BABAC1
(186,186,193)
#C5C5CA
(197,197,202)
#D0D0D3
(208,208,211)
#DBDBDC
(219,219,220)
#E6E6E5
(230,230,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838394; }

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

This text font color is #838394.

Background Color

.myBgColor { background-color: #838394; }

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

This div background color is #838394.

Border color

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

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

This div border color is #838394.

Opacity

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

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

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

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

This text has shadow with #838394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838394.

Preview

Color preview on black background

This text has color #838394 on black background.


Color preview on white background

This text has color #838394 on white background.


Black color preview on #838394 background

This text has black color on #838394 background.


White color preview on #838394 background

This text has white color on #838394 background.


Related colors

Complementary color

Complementary color for #hex is #7C7C6B.


I love getcolorcode.com