COLOR #81737F

HEX: #81737F
RGB: (129,115,127)

Color info

#81737F contains red, green and blue colors in about the same proportion. Web safe color of #81737F is #996666 (or #966).

RGB color model

#81737F color RGB value is (129,115,127).

  • red value is 129;
  • green value is 115;
  • blue value is 127.
RGB:
(129,115,127)
(51%,45%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 127 of 255 = 50%

129
115
127

R + G + B ~ 49%. #81737F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 127 = 371 (100%)
R 129 of 371 ~ 34.77%
G 115 of 371 ~ 31%
B 127 of 371 ~ 34.23%

%34.77
%31
%34.23

CMYK color model

#81737F color CMYK value is (0,11,2,49).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(0,11,2,49)
C0M11Y2K49 
(0%,11%,2%,49%)
(0.00/0.11/0.02/0.49)	

CMYK percentages

%0
%10.85
%1.55
%49.41

Codes

Color #81737F in popluar color models

81737F
RGB129115127
HSL309°5.74%47.84%
HSB/HSV309°10.85%50.59%
CMYK0.00%10.85%1.55%
49.41%

Color #81737F in popluar number systems.

HEX81737F
Decimal129115127
Binary1000000111100111111111
Octal201163177

Shades and tints

Shades of #81737F

#81737F
(129,115,127)
#766974
(118,105,116)
#6B5F69
(107,95,105)
#60555E
(96,85,94)
#554B53
(85,75,83)
#4A4148
(74,65,72)
#3F373D
(63,55,61)
#342D32
(52,45,50)
#292327
(41,35,39)
#1E191C
(30,25,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #81737F

#81737F
(129,115,127)
#8C7F8A
(140,127,138)
#978B95
(151,139,149)
#A297A0
(162,151,160)
#ADA3AB
(173,163,171)
#B8AFB6
(184,175,182)
#C3BBC1
(195,187,193)
#CEC7CC
(206,199,204)
#D9D3D7
(217,211,215)
#E4DFE2
(228,223,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81737F color. Also use rgb(129,115,127) instead hex code.

Text Font Color

.myTextColor { color: #81737F; }

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

This text font color is #81737F.


Background Color

.myBgColor { background-color: #81737F; }

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

This div background color is #81737F.


Border color

.myBorderColor { border: 1px solid #81737F; }

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

This div border color is #81737F.


Opacity

.myOpacity80 { color: #81737F; opacity: 0.8; }

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

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

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

This text has shadow with #81737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81737F on black background.


Color preview on white background

This text has color #81737F on white background.



Black color preview on #81737F background

This text has black color on #81737F background.


White color preview on #81737F background

This text has white color on #81737F background.