COLOR #816466

HEX: #816466
RGB: (129,100,102)

Color info

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

RGB color model

#816466 color RGB value is (129,100,102).

  • red value is 129;
  • green value is 100;
  • blue value is 102.
RGB:
(129,100,102)
(51%,39%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 100 of 255 = 39%
B 102 of 255 = 40%

129
100
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 100 + 102 = 331 (100%)
R 129 of 331 ~ 38.97%
G 100 of 331 ~ 30.21%
B 102 of 331 ~ 30.82%

%38.97
%30.21
%30.82

CMYK color model

#816466 color CMYK value is (0,22,21,49).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(0,22,21,49)
C0M22Y21K49 
(0%,22%,21%,49%)
(0.00/0.22/0.21/0.49)	

CMYK percentages

%0
%22.48
%20.93
%49.41

Codes

Color #816466 in popluar color models

816466
RGB129100102
HSL356°12.66%44.90%
HSB/HSV356°22.48%50.59%
CMYK0.00%22.48%20.93%
49.41%

Color #816466 in popluar number systems.

HEX816466
Decimal129100102
Binary1000000111001001100110
Octal201144146

Shades and tints

Shades of #816466

#816466
(129,100,102)
#765B5D
(118,91,93)
#6B5254
(107,82,84)
#60494B
(96,73,75)
#554042
(85,64,66)
#4A3739
(74,55,57)
#3F2E30
(63,46,48)
#342527
(52,37,39)
#291C1E
(41,28,30)
#1E1315
(30,19,21)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #816466

#816466
(129,100,102)
#8C7273
(140,114,115)
#978080
(151,128,128)
#A28E8D
(162,142,141)
#AD9C9A
(173,156,154)
#B8AAA7
(184,170,167)
#C3B8B4
(195,184,180)
#CEC6C1
(206,198,193)
#D9D4CE
(217,212,206)
#E4E2DB
(228,226,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816466 color. Also use rgb(129,100,102) instead hex code.

Text Font Color

.myTextColor { color: #816466; }

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

This text font color is #816466.


Background Color

.myBgColor { background-color: #816466; }

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

This div background color is #816466.


Border color

.myBorderColor { border: 1px solid #816466; }

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

This div border color is #816466.


Opacity

.myOpacity80 { color: #816466; opacity: 0.8; }

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

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

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

This text has shadow with #816466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816466 on black background.


Color preview on white background

This text has color #816466 on white background.



Black color preview on #816466 background

This text has black color on #816466 background.


White color preview on #816466 background

This text has white color on #816466 background.