COLOR #81738B

HEX: #81738B
RGB: (129,115,139)

Color info

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

RGB color model

#81738B color RGB value is (129,115,139).

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

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 139 of 255 = 55%

129
115
139

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 139 = 383 (100%)
R 129 of 383 ~ 33.68%
G 115 of 383 ~ 30.03%
B 139 of 383 ~ 36.29%

%33.68
%30.03
%36.29

CMYK color model

#81738B color CMYK value is (7,17,0,45).

  • cyan value is 7.19%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(7,17,0,45)
C7M17Y0K45 
(7%,17%,0%,45%)
(0.07/0.17/0.00/0.45)	

CMYK percentages

%7.19
%17.27
%0
%45.49

Codes

Color #81738B in popluar color models

81738B
RGB129115139
HSL275°9.45%49.80%
HSB/HSV275°17.27%54.51%
CMYK7.19%17.27%0.00%
45.49%

Color #81738B in popluar number systems.

HEX81738B
Decimal129115139
Binary10000001111001110001011
Octal201163213

Shades and tints

Shades of #81738B

#81738B
(129,115,139)
#76697F
(118,105,127)
#6B5F73
(107,95,115)
#605567
(96,85,103)
#554B5B
(85,75,91)
#4A414F
(74,65,79)
#3F3743
(63,55,67)
#342D37
(52,45,55)
#29232B
(41,35,43)
#1E191F
(30,25,31)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #81738B

#81738B
(129,115,139)
#8C7F95
(140,127,149)
#978B9F
(151,139,159)
#A297A9
(162,151,169)
#ADA3B3
(173,163,179)
#B8AFBD
(184,175,189)
#C3BBC7
(195,187,199)
#CEC7D1
(206,199,209)
#D9D3DB
(217,211,219)
#E4DFE5
(228,223,229)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81738B; }

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

This text font color is #81738B.


Background Color

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

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

This div background color is #81738B.


Border color

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

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

This div border color is #81738B.


Opacity

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

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

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

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

This text has shadow with #81738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81738B on black background.


Color preview on white background

This text has color #81738B on white background.



Black color preview on #81738B background

This text has black color on #81738B background.


White color preview on #81738B background

This text has white color on #81738B background.