COLOR #838B87

HEX: #838B87
RGB: (131,139,135)

Color info

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

RGB color model

#838B87 color RGB value is (131,139,135).

  • red value is 131;
  • green value is 139;
  • blue value is 135.
RGB:
(131,139,135)
(51%,55%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 139 of 255 = 55%
B 135 of 255 = 53%

131
139
135

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

Portions of RGB colors in percentages

R + G + B =
131 + 139 + 135 = 405 (100%)
R 131 of 405 ~ 32.35%
G 139 of 405 ~ 34.32%
B 135 of 405 ~ 33.33%

%32.35
%34.32
%33.33

CMYK color model

#838B87 color CMYK value is (6,0,3,45).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 45.49%
CMYK:
(6,0,3,45)
C6M0Y3K45 
(6%,0%,3%,45%)
(0.06/0.00/0.03/0.45)	

CMYK percentages

%5.76
%0
%2.88
%45.49

Codes

Color #838B87 in popluar color models

838B87
RGB131139135
HSL150°3.33%52.94%
HSB/HSV150°5.76%54.51%
CMYK5.76%0.00%2.88%
45.49%

Color #838B87 in popluar number systems.

HEX838B87
Decimal131139135
Binary100000111000101110000111
Octal203213207

Shades and tints

Shades of #838B87

#838B87
(131,139,135)
#787F7B
(120,127,123)
#6D736F
(109,115,111)
#626763
(98,103,99)
#575B57
(87,91,87)
#4C4F4B
(76,79,75)
#41433F
(65,67,63)
#363733
(54,55,51)
#2B2B27
(43,43,39)
#201F1B
(32,31,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #838B87

#838B87
(131,139,135)
#8E9591
(142,149,145)
#999F9B
(153,159,155)
#A4A9A5
(164,169,165)
#AFB3AF
(175,179,175)
#BABDB9
(186,189,185)
#C5C7C3
(197,199,195)
#D0D1CD
(208,209,205)
#DBDBD7
(219,219,215)
#E6E5E1
(230,229,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838B87 color. Also use rgb(131,139,135) instead hex code.

Text Font Color

.myTextColor { color: #838B87; }

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

This text font color is #838B87.


Background Color

.myBgColor { background-color: #838B87; }

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

This div background color is #838B87.


Border color

.myBorderColor { border: 1px solid #838B87; }

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

This div border color is #838B87.


Opacity

.myOpacity80 { color: #838B87; opacity: 0.8; }

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

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

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

This text has shadow with #838B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838B87 on black background.


Color preview on white background

This text has color #838B87 on white background.



Black color preview on #838B87 background

This text has black color on #838B87 background.


White color preview on #838B87 background

This text has white color on #838B87 background.