COLOR #838094

HEX: #838094
RGB: (131,128,148)

Color info

#838094 contains red, green and blue colors in about the same proportion. Web safe color of #838094 is #996699 (or #969).

RGB color model

#838094 color RGB value is (131,128,148).

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

RGB channels and saturation

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

131
128
148

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 148 = 407 (100%)
R 131 of 407 ~ 32.19%
G 128 of 407 ~ 31.45%
B 148 of 407 ~ 36.36%

%32.19
%31.45
%36.36

CMYK color model

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

  • cyan value is 11.49%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,14,0,42)
C11M14Y0K42 
(11%,14%,0%,42%)
(0.11/0.14/0.00/0.42)	

CMYK percentages

%11.49
%13.51
%0
%41.96

Codes

Color #838094 in popluar color models

838094
RGB131128148
HSL249°8.55%54.12%
HSB/HSV249°13.51%58.04%
CMYK11.49%13.51%0.00%
41.96%

Color #838094 in popluar number systems.

HEX838094
Decimal131128148
Binary100000111000000010010100
Octal203200224

Shades and tints

Shades of #838094

#838094
(131,128,148)
#787587
(120,117,135)
#6D6A7A
(109,106,122)
#625F6D
(98,95,109)
#575460
(87,84,96)
#4C4953
(76,73,83)
#413E46
(65,62,70)
#363339
(54,51,57)
#2B282C
(43,40,44)
#201D1F
(32,29,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #838094

#838094
(131,128,148)
#8E8B9D
(142,139,157)
#9996A6
(153,150,166)
#A4A1AF
(164,161,175)
#AFACB8
(175,172,184)
#BAB7C1
(186,183,193)
#C5C2CA
(197,194,202)
#D0CDD3
(208,205,211)
#DBD8DC
(219,216,220)
#E6E3E5
(230,227,229)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838094; }

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

This text font color is #838094.


Background Color

.myBgColor { background-color: #838094; }

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

This div background color is #838094.


Border color

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

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

This div border color is #838094.


Opacity

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

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

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

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

This text has shadow with #838094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838094 on black background.


Color preview on white background

This text has color #838094 on white background.



Black color preview on #838094 background

This text has black color on #838094 background.


White color preview on #838094 background

This text has white color on #838094 background.