COLOR #816849

HEX: #816849
RGB: (129,104,73)

Color info

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

RGB color model

#816849 color RGB value is (129,104,73).

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

RGB channels and saturation

R 129 of 255 = 51%
G 104 of 255 = 41%
B 73 of 255 = 29%

129
104
73

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

Portions of RGB colors in percentages

R + G + B =
129 + 104 + 73 = 306 (100%)
R 129 of 306 ~ 42.16%
G 104 of 306 ~ 33.99%
B 73 of 306 ~ 23.86%

%42.16
%33.99
%23.86

CMYK color model

#816849 color CMYK value is (0,19,43,49).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,19,43,49)
C0M19Y43K49 
(0%,19%,43%,49%)
(0.00/0.19/0.43/0.49)	

CMYK percentages

%0
%19.38
%43.41
%49.41

Codes

Color #816849 in popluar color models

816849
RGB12910473
HSL33°27.72%39.61%
HSB/HSV33°43.41%50.59%
CMYK0.00%19.38%43.41%
49.41%

Color #816849 in popluar number systems.

HEX816849
Decimal12910473
Binary1000000111010001001001
Octal201150111

Shades and tints

Shades of #816849

#816849
(129,104,73)
#765F43
(118,95,67)
#6B563D
(107,86,61)
#604D37
(96,77,55)
#554431
(85,68,49)
#4A3B2B
(74,59,43)
#3F3225
(63,50,37)
#34291F
(52,41,31)
#292019
(41,32,25)
#1E1713
(30,23,19)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #816849

#816849
(129,104,73)
#8C7559
(140,117,89)
#978269
(151,130,105)
#A28F79
(162,143,121)
#AD9C89
(173,156,137)
#B8A999
(184,169,153)
#C3B6A9
(195,182,169)
#CEC3B9
(206,195,185)
#D9D0C9
(217,208,201)
#E4DDD9
(228,221,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816849; }

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

This text font color is #816849.


Background Color

.myBgColor { background-color: #816849; }

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

This div background color is #816849.


Border color

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

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

This div border color is #816849.


Opacity

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

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

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

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

This text has shadow with #816849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816849 on black background.


Color preview on white background

This text has color #816849 on white background.



Black color preview on #816849 background

This text has black color on #816849 background.


White color preview on #816849 background

This text has white color on #816849 background.