COLOR #816449

HEX: #816449
RGB: (129,100,73)

Color info

#816449 contains red, green and blue colors in about the same proportion. Web safe color of #816449 is #996633 (or #963).

RGB color model

#816449 color RGB value is (129,100,73).

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

RGB channels and saturation

R 129 of 255 = 51%
G 100 of 255 = 39%
B 73 of 255 = 29%

129
100
73

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

Portions of RGB colors in percentages

R + G + B =
129 + 100 + 73 = 302 (100%)
R 129 of 302 ~ 42.72%
G 100 of 302 ~ 33.11%
B 73 of 302 ~ 24.17%

%42.72
%33.11
%24.17

CMYK color model

#816449 color CMYK value is (0,22,43,49).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,22,43,49)
C0M22Y43K49 
(0%,22%,43%,49%)
(0.00/0.22/0.43/0.49)	

CMYK percentages

%0
%22.48
%43.41
%49.41

Codes

Color #816449 in popluar color models

816449
RGB12910073
HSL29°27.72%39.61%
HSB/HSV29°43.41%50.59%
CMYK0.00%22.48%43.41%
49.41%

Color #816449 in popluar number systems.

HEX816449
Decimal12910073
Binary1000000111001001001001
Octal201144111

Shades and tints

Shades of #816449

#816449
(129,100,73)
#765B43
(118,91,67)
#6B523D
(107,82,61)
#604937
(96,73,55)
#554031
(85,64,49)
#4A372B
(74,55,43)
#3F2E25
(63,46,37)
#34251F
(52,37,31)
#291C19
(41,28,25)
#1E1313
(30,19,19)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #816449

#816449
(129,100,73)
#8C7259
(140,114,89)
#978069
(151,128,105)
#A28E79
(162,142,121)
#AD9C89
(173,156,137)
#B8AA99
(184,170,153)
#C3B8A9
(195,184,169)
#CEC6B9
(206,198,185)
#D9D4C9
(217,212,201)
#E4E2D9
(228,226,217)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816449; }

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

This text font color is #816449.


Background Color

.myBgColor { background-color: #816449; }

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

This div background color is #816449.


Border color

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

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

This div border color is #816449.


Opacity

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

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

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

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

This text has shadow with #816449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816449 on black background.


Color preview on white background

This text has color #816449 on white background.



Black color preview on #816449 background

This text has black color on #816449 background.


White color preview on #816449 background

This text has white color on #816449 background.