COLOR #81738C

HEX: #81738C
RGB: (129,115,140)

Color info

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

RGB color model

#81738C color RGB value is (129,115,140).

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

RGB channels and saturation

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

129
115
140

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 140 = 384 (100%)
R 129 of 384 ~ 33.59%
G 115 of 384 ~ 29.95%
B 140 of 384 ~ 36.46%

%33.59
%29.95
%36.46

CMYK color model

#81738C color CMYK value is (8,18,0,45).

  • cyan value is 7.86%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(8,18,0,45)
C8M18Y0K45 
(8%,18%,0%,45%)
(0.08/0.18/0.00/0.45)	

CMYK percentages

%7.86
%17.86
%0
%45.1

Codes

Color #81738C in popluar color models

81738C
RGB129115140
HSL274°9.80%50.00%
HSB/HSV274°17.86%54.90%
CMYK7.86%17.86%0.00%
45.10%

Color #81738C in popluar number systems.

HEX81738C
Decimal129115140
Binary10000001111001110001100
Octal201163214

Shades and tints

Shades of #81738C

#81738C
(129,115,140)
#766980
(118,105,128)
#6B5F74
(107,95,116)
#605568
(96,85,104)
#554B5C
(85,75,92)
#4A4150
(74,65,80)
#3F3744
(63,55,68)
#342D38
(52,45,56)
#29232C
(41,35,44)
#1E1920
(30,25,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #81738C

#81738C
(129,115,140)
#8C7F96
(140,127,150)
#978BA0
(151,139,160)
#A297AA
(162,151,170)
#ADA3B4
(173,163,180)
#B8AFBE
(184,175,190)
#C3BBC8
(195,187,200)
#CEC7D2
(206,199,210)
#D9D3DC
(217,211,220)
#E4DFE6
(228,223,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81738C; }

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

This text font color is #81738C.


Background Color

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

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

This div background color is #81738C.


Border color

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

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

This div border color is #81738C.


Opacity

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

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

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

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

This text has shadow with #81738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81738C on black background.


Color preview on white background

This text has color #81738C on white background.



Black color preview on #81738C background

This text has black color on #81738C background.


White color preview on #81738C background

This text has white color on #81738C background.