COLOR #81746A

HEX: #81746A
RGB: (129,116,106)

Color info

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

RGB color model

#81746A color RGB value is (129,116,106).

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

RGB channels and saturation

R 129 of 255 = 51%
G 116 of 255 = 45%
B 106 of 255 = 42%

129
116
106

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

Portions of RGB colors in percentages

R + G + B =
129 + 116 + 106 = 351 (100%)
R 129 of 351 ~ 36.75%
G 116 of 351 ~ 33.05%
B 106 of 351 ~ 30.2%

%36.75
%33.05
%30.2

CMYK color model

#81746A color CMYK value is (0,10,18,49).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(0,10,18,49)
C0M10Y18K49 
(0%,10%,18%,49%)
(0.00/0.10/0.18/0.49)	

CMYK percentages

%0
%10.08
%17.83
%49.41

Codes

Color #81746A in popluar color models

81746A
RGB129116106
HSL26°9.79%46.08%
HSB/HSV26°17.83%50.59%
CMYK0.00%10.08%17.83%
49.41%

Color #81746A in popluar number systems.

HEX81746A
Decimal129116106
Binary1000000111101001101010
Octal201164152

Shades and tints

Shades of #81746A

#81746A
(129,116,106)
#766A61
(118,106,97)
#6B6058
(107,96,88)
#60564F
(96,86,79)
#554C46
(85,76,70)
#4A423D
(74,66,61)
#3F3834
(63,56,52)
#342E2B
(52,46,43)
#292422
(41,36,34)
#1E1A19
(30,26,25)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #81746A

#81746A
(129,116,106)
#8C8077
(140,128,119)
#978C84
(151,140,132)
#A29891
(162,152,145)
#ADA49E
(173,164,158)
#B8B0AB
(184,176,171)
#C3BCB8
(195,188,184)
#CEC8C5
(206,200,197)
#D9D4D2
(217,212,210)
#E4E0DF
(228,224,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81746A; }

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

This text font color is #81746A.


Background Color

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

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

This div background color is #81746A.


Border color

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

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

This div border color is #81746A.


Opacity

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

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

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

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

This text has shadow with #81746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81746A on black background.


Color preview on white background

This text has color #81746A on white background.



Black color preview on #81746A background

This text has black color on #81746A background.


White color preview on #81746A background

This text has white color on #81746A background.