COLOR #816553

HEX: #816553
RGB: (129,101,83)

Color info

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

RGB color model

#816553 color RGB value is (129,101,83).

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

RGB channels and saturation

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

129
101
83

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

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 83 = 313 (100%)
R 129 of 313 ~ 41.21%
G 101 of 313 ~ 32.27%
B 83 of 313 ~ 26.52%

%41.21
%32.27
%26.52

CMYK color model

#816553 color CMYK value is (0,22,36,49).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 35.66%
  • key color value is 49.41%
CMYK:
(0,22,36,49)
C0M22Y36K49 
(0%,22%,36%,49%)
(0.00/0.22/0.36/0.49)	

CMYK percentages

%0
%21.71
%35.66
%49.41

Codes

Color #816553 in popluar color models

816553
RGB12910183
HSL23°21.70%41.57%
HSB/HSV23°35.66%50.59%
CMYK0.00%21.71%35.66%
49.41%

Color #816553 in popluar number systems.

HEX816553
Decimal12910183
Binary1000000111001011010011
Octal201145123

Shades and tints

Shades of #816553

#816553
(129,101,83)
#765C4C
(118,92,76)
#6B5345
(107,83,69)
#604A3E
(96,74,62)
#554137
(85,65,55)
#4A3830
(74,56,48)
#3F2F29
(63,47,41)
#342622
(52,38,34)
#291D1B
(41,29,27)
#1E1414
(30,20,20)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #816553

#816553
(129,101,83)
#8C7362
(140,115,98)
#978171
(151,129,113)
#A28F80
(162,143,128)
#AD9D8F
(173,157,143)
#B8AB9E
(184,171,158)
#C3B9AD
(195,185,173)
#CEC7BC
(206,199,188)
#D9D5CB
(217,213,203)
#E4E3DA
(228,227,218)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816553; }

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

This text font color is #816553.


Background Color

.myBgColor { background-color: #816553; }

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

This div background color is #816553.


Border color

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

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

This div border color is #816553.


Opacity

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

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

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

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

This text has shadow with #816553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816553 on black background.


Color preview on white background

This text has color #816553 on white background.



Black color preview on #816553 background

This text has black color on #816553 background.


White color preview on #816553 background

This text has white color on #816553 background.