COLOR #81747A

HEX: #81747A
RGB: (129,116,122)

Color info

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

RGB color model

#81747A color RGB value is (129,116,122).

  • red value is 129;
  • green value is 116;
  • blue value is 122.
RGB:
(129,116,122)
(51%,45%,48%)

RGB channels and saturation

R 129 of 255 = 51%
G 116 of 255 = 45%
B 122 of 255 = 48%

129
116
122

R + G + B ~ 48%. #81747A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 116 + 122 = 367 (100%)
R 129 of 367 ~ 35.15%
G 116 of 367 ~ 31.61%
B 122 of 367 ~ 33.24%

%35.15
%31.61
%33.24

CMYK color model

#81747A color CMYK value is (0,10,5,49).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 5.43%
  • key color value is 49.41%
CMYK:
(0,10,5,49)
C0M10Y5K49 
(0%,10%,5%,49%)
(0.00/0.10/0.05/0.49)	

CMYK percentages

%0
%10.08
%5.43
%49.41

Codes

Color #81747A in popluar color models

81747A
RGB129116122
HSL332°5.31%48.04%
HSB/HSV332°10.08%50.59%
CMYK0.00%10.08%5.43%
49.41%

Color #81747A in popluar number systems.

HEX81747A
Decimal129116122
Binary1000000111101001111010
Octal201164172

Shades and tints

Shades of #81747A

#81747A
(129,116,122)
#766A6F
(118,106,111)
#6B6064
(107,96,100)
#605659
(96,86,89)
#554C4E
(85,76,78)
#4A4243
(74,66,67)
#3F3838
(63,56,56)
#342E2D
(52,46,45)
#292422
(41,36,34)
#1E1A17
(30,26,23)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #81747A

#81747A
(129,116,122)
#8C8086
(140,128,134)
#978C92
(151,140,146)
#A2989E
(162,152,158)
#ADA4AA
(173,164,170)
#B8B0B6
(184,176,182)
#C3BCC2
(195,188,194)
#CEC8CE
(206,200,206)
#D9D4DA
(217,212,218)
#E4E0E6
(228,224,230)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81747A color. Also use rgb(129,116,122) instead hex code.

Text Font Color

.myTextColor { color: #81747A; }

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

This text font color is #81747A.


Background Color

.myBgColor { background-color: #81747A; }

<div style="background-color:#81747A">Inner text</div>

This div background color is #81747A.


Border color

.myBorderColor { border: 1px solid #81747A; }

<div style="border:3px solid #81747A">Div</div>

This div border color is #81747A.


Opacity

.myOpacity80 { color: #81747A; opacity: 0.8; }

<p style="color:#81747A;opacity:0.8;">80%</p>

Text with #81747A 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 #81747A;}

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

This text has shadow with #81747A color.

.textShadow {text-shadow: 3px 3px 1px #81747A, 3px 3px 1px red;}

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

This text has shadow with #81747A primary color and red secondary color.


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

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

This text has shadow with #81747A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81747A on black background.


Color preview on white background

This text has color #81747A on white background.



Black color preview on #81747A background

This text has black color on #81747A background.


White color preview on #81747A background

This text has white color on #81747A background.