COLOR #81729B

HEX: #81729B
RGB: (129,114,155)

Color info

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

RGB color model

#81729B color RGB value is (129,114,155).

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

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 155 of 255 = 61%

129
114
155

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

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 155 = 398 (100%)
R 129 of 398 ~ 32.41%
G 114 of 398 ~ 28.64%
B 155 of 398 ~ 38.94%

%32.41
%28.64
%38.94

CMYK color model

#81729B color CMYK value is (17,26,0,39).

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

CMYK percentages

%16.77
%26.45
%0
%39.22

Codes

Color #81729B in popluar color models

81729B
RGB129114155
HSL262°17.01%52.75%
HSB/HSV262°26.45%60.78%
CMYK16.77%26.45%0.00%
39.22%

Color #81729B in popluar number systems.

HEX81729B
Decimal129114155
Binary10000001111001010011011
Octal201162233

Shades and tints

Shades of #81729B

#81729B
(129,114,155)
#76688D
(118,104,141)
#6B5E7F
(107,94,127)
#605471
(96,84,113)
#554A63
(85,74,99)
#4A4055
(74,64,85)
#3F3647
(63,54,71)
#342C39
(52,44,57)
#29222B
(41,34,43)
#1E181D
(30,24,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #81729B

#81729B
(129,114,155)
#8C7EA4
(140,126,164)
#978AAD
(151,138,173)
#A296B6
(162,150,182)
#ADA2BF
(173,162,191)
#B8AEC8
(184,174,200)
#C3BAD1
(195,186,209)
#CEC6DA
(206,198,218)
#D9D2E3
(217,210,227)
#E4DEEC
(228,222,236)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81729B color. Also use rgb(129,114,155) instead hex code.

Text Font Color

.myTextColor { color: #81729B; }

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

This text font color is #81729B.


Background Color

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

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

This div background color is #81729B.


Border color

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

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

This div border color is #81729B.


Opacity

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

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

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

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

This text has shadow with #81729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81729B on black background.


Color preview on white background

This text has color #81729B on white background.



Black color preview on #81729B background

This text has black color on #81729B background.


White color preview on #81729B background

This text has white color on #81729B background.