COLOR #838191

HEX: #838191
RGB: (131,129,145)

Color info

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

RGB color model

#838191 color RGB value is (131,129,145).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 145 of 255 = 57%

131
129
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 145 = 405 (100%)
R 131 of 405 ~ 32.35%
G 129 of 405 ~ 31.85%
B 145 of 405 ~ 35.8%

%32.35
%31.85
%35.8

CMYK color model

#838191 color CMYK value is (10,11,0,43).

  • cyan value is 9.66%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(10,11,0,43)
C10M11Y0K43 
(10%,11%,0%,43%)
(0.10/0.11/0.00/0.43)	

CMYK percentages

%9.66
%11.03
%0
%43.14

Codes

Color #838191 in popluar color models

838191
RGB131129145
HSL248°6.78%53.73%
HSB/HSV248°11.03%56.86%
CMYK9.66%11.03%0.00%
43.14%

Color #838191 in popluar number systems.

HEX838191
Decimal131129145
Binary100000111000000110010001
Octal203201221

Shades and tints

Shades of #838191

#838191
(131,129,145)
#787684
(120,118,132)
#6D6B77
(109,107,119)
#62606A
(98,96,106)
#57555D
(87,85,93)
#4C4A50
(76,74,80)
#413F43
(65,63,67)
#363436
(54,52,54)
#2B2929
(43,41,41)
#201E1C
(32,30,28)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #838191

#838191
(131,129,145)
#8E8C9B
(142,140,155)
#9997A5
(153,151,165)
#A4A2AF
(164,162,175)
#AFADB9
(175,173,185)
#BAB8C3
(186,184,195)
#C5C3CD
(197,195,205)
#D0CED7
(208,206,215)
#DBD9E1
(219,217,225)
#E6E4EB
(230,228,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838191; }

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

This text font color is #838191.


Background Color

.myBgColor { background-color: #838191; }

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

This div background color is #838191.


Border color

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

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

This div border color is #838191.


Opacity

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

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

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

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

This text has shadow with #838191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838191 on black background.


Color preview on white background

This text has color #838191 on white background.



Black color preview on #838191 background

This text has black color on #838191 background.


White color preview on #838191 background

This text has white color on #838191 background.