COLOR #816653

HEX: #816653
RGB: (129,102,83)

Color info

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

RGB color model

#816653 color RGB value is (129,102,83).

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

RGB channels and saturation

R 129 of 255 = 51%
G 102 of 255 = 40%
B 83 of 255 = 33%

129
102
83

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

Portions of RGB colors in percentages

R + G + B =
129 + 102 + 83 = 314 (100%)
R 129 of 314 ~ 41.08%
G 102 of 314 ~ 32.48%
B 83 of 314 ~ 26.43%

%41.08
%32.48
%26.43

CMYK color model

#816653 color CMYK value is (0,21,36,49).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 35.66%
  • key color value is 49.41%
CMYK:
(0,21,36,49)
C0M21Y36K49 
(0%,21%,36%,49%)
(0.00/0.21/0.36/0.49)	

CMYK percentages

%0
%20.93
%35.66
%49.41

Codes

Color #816653 in popluar color models

816653
RGB12910283
HSL25°21.70%41.57%
HSB/HSV25°35.66%50.59%
CMYK0.00%20.93%35.66%
49.41%

Color #816653 in popluar number systems.

HEX816653
Decimal12910283
Binary1000000111001101010011
Octal201146123

Shades and tints

Shades of #816653

#816653
(129,102,83)
#765D4C
(118,93,76)
#6B5445
(107,84,69)
#604B3E
(96,75,62)
#554237
(85,66,55)
#4A3930
(74,57,48)
#3F3029
(63,48,41)
#342722
(52,39,34)
#291E1B
(41,30,27)
#1E1514
(30,21,20)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #816653

#816653
(129,102,83)
#8C7362
(140,115,98)
#978071
(151,128,113)
#A28D80
(162,141,128)
#AD9A8F
(173,154,143)
#B8A79E
(184,167,158)
#C3B4AD
(195,180,173)
#CEC1BC
(206,193,188)
#D9CECB
(217,206,203)
#E4DBDA
(228,219,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816653; }

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

This text font color is #816653.


Background Color

.myBgColor { background-color: #816653; }

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

This div background color is #816653.


Border color

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

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

This div border color is #816653.


Opacity

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

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

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

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

This text has shadow with #816653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816653 on black background.


Color preview on white background

This text has color #816653 on white background.



Black color preview on #816653 background

This text has black color on #816653 background.


White color preview on #816653 background

This text has white color on #816653 background.