COLOR #81838B

HEX: #81838B
RGB: (129,131,139)

Color info

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

RGB color model

#81838B color RGB value is (129,131,139).

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

RGB channels and saturation

R 129 of 255 = 51%
G 131 of 255 = 51%
B 139 of 255 = 55%

129
131
139

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

Portions of RGB colors in percentages

R + G + B =
129 + 131 + 139 = 399 (100%)
R 129 of 399 ~ 32.33%
G 131 of 399 ~ 32.83%
B 139 of 399 ~ 34.84%

%32.33
%32.83
%34.84

CMYK color model

#81838B color CMYK value is (7,6,0,45).

  • cyan value is 7.19%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(7,6,0,45)
C7M6Y0K45 
(7%,6%,0%,45%)
(0.07/0.06/0.00/0.45)	

CMYK percentages

%7.19
%5.76
%0
%45.49

Codes

Color #81838B in popluar color models

81838B
RGB129131139
HSL228°4.13%52.55%
HSB/HSV228°7.19%54.51%
CMYK7.19%5.76%0.00%
45.49%

Color #81838B in popluar number systems.

HEX81838B
Decimal129131139
Binary100000011000001110001011
Octal201203213

Shades and tints

Shades of #81838B

#81838B
(129,131,139)
#76787F
(118,120,127)
#6B6D73
(107,109,115)
#606267
(96,98,103)
#55575B
(85,87,91)
#4A4C4F
(74,76,79)
#3F4143
(63,65,67)
#343637
(52,54,55)
#292B2B
(41,43,43)
#1E201F
(30,32,31)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #81838B

#81838B
(129,131,139)
#8C8E95
(140,142,149)
#97999F
(151,153,159)
#A2A4A9
(162,164,169)
#ADAFB3
(173,175,179)
#B8BABD
(184,186,189)
#C3C5C7
(195,197,199)
#CED0D1
(206,208,209)
#D9DBDB
(217,219,219)
#E4E6E5
(228,230,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81838B; }

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

This text font color is #81838B.


Background Color

.myBgColor { background-color: #81838B; }

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

This div background color is #81838B.


Border color

.myBorderColor { border: 1px solid #81838B; }

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

This div border color is #81838B.


Opacity

.myOpacity80 { color: #81838B; opacity: 0.8; }

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

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

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

This text has shadow with #81838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81838B on black background.


Color preview on white background

This text has color #81838B on white background.



Black color preview on #81838B background

This text has black color on #81838B background.


White color preview on #81838B background

This text has white color on #81838B background.