COLOR #81739C

HEX: #81739C
RGB: (129,115,156)

Color info

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

RGB color model

#81739C color RGB value is (129,115,156).

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

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 156 of 255 = 61%

129
115
156

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 156 = 400 (100%)
R 129 of 400 ~ 32.25%
G 115 of 400 ~ 28.75%
B 156 of 400 ~ 39%

%32.25
%28.75
%39

CMYK color model

#81739C color CMYK value is (17,26,0,39).

  • cyan value is 17.31%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,26,0,39)
C17M26Y0K39 
(17%,26%,0%,39%)
(0.17/0.26/0.00/0.39)	

CMYK percentages

%17.31
%26.28
%0
%38.82

Codes

Color #81739C in popluar color models

81739C
RGB129115156
HSL260°17.15%53.14%
HSB/HSV260°26.28%61.18%
CMYK17.31%26.28%0.00%
38.82%

Color #81739C in popluar number systems.

HEX81739C
Decimal129115156
Binary10000001111001110011100
Octal201163234

Shades and tints

Shades of #81739C

#81739C
(129,115,156)
#76698E
(118,105,142)
#6B5F80
(107,95,128)
#605572
(96,85,114)
#554B64
(85,75,100)
#4A4156
(74,65,86)
#3F3748
(63,55,72)
#342D3A
(52,45,58)
#29232C
(41,35,44)
#1E191E
(30,25,30)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #81739C

#81739C
(129,115,156)
#8C7FA5
(140,127,165)
#978BAE
(151,139,174)
#A297B7
(162,151,183)
#ADA3C0
(173,163,192)
#B8AFC9
(184,175,201)
#C3BBD2
(195,187,210)
#CEC7DB
(206,199,219)
#D9D3E4
(217,211,228)
#E4DFED
(228,223,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81739C color. Also use rgb(129,115,156) instead hex code.

Text Font Color

.myTextColor { color: #81739C; }

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

This text font color is #81739C.


Background Color

.myBgColor { background-color: #81739C; }

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

This div background color is #81739C.


Border color

.myBorderColor { border: 1px solid #81739C; }

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

This div border color is #81739C.


Opacity

.myOpacity80 { color: #81739C; opacity: 0.8; }

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

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

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

This text has shadow with #81739C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81739C on black background.


Color preview on white background

This text has color #81739C on white background.



Black color preview on #81739C background

This text has black color on #81739C background.


White color preview on #81739C background

This text has white color on #81739C background.