COLOR #816359

HEX: #816359
RGB: (129,99,89)

Color info

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

RGB color model

#816359 color RGB value is (129,99,89).

  • red value is 129;
  • green value is 99;
  • blue value is 89.
RGB:
(129,99,89)
(51%,39%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 99 of 255 = 39%
B 89 of 255 = 35%

129
99
89

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

Portions of RGB colors in percentages

R + G + B =
129 + 99 + 89 = 317 (100%)
R 129 of 317 ~ 40.69%
G 99 of 317 ~ 31.23%
B 89 of 317 ~ 28.08%

%40.69
%31.23
%28.08

CMYK color model

#816359 color CMYK value is (0,23,31,49).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(0,23,31,49)
C0M23Y31K49 
(0%,23%,31%,49%)
(0.00/0.23/0.31/0.49)	

CMYK percentages

%0
%23.26
%31.01
%49.41

Codes

Color #816359 in popluar color models

816359
RGB1299989
HSL15°18.35%42.75%
HSB/HSV15°31.01%50.59%
CMYK0.00%23.26%31.01%
49.41%

Color #816359 in popluar number systems.

HEX816359
Decimal1299989
Binary1000000111000111011001
Octal201143131

Shades and tints

Shades of #816359

#816359
(129,99,89)
#765A51
(118,90,81)
#6B5149
(107,81,73)
#604841
(96,72,65)
#553F39
(85,63,57)
#4A3631
(74,54,49)
#3F2D29
(63,45,41)
#342421
(52,36,33)
#291B19
(41,27,25)
#1E1211
(30,18,17)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #816359

#816359
(129,99,89)
#8C7168
(140,113,104)
#977F77
(151,127,119)
#A28D86
(162,141,134)
#AD9B95
(173,155,149)
#B8A9A4
(184,169,164)
#C3B7B3
(195,183,179)
#CEC5C2
(206,197,194)
#D9D3D1
(217,211,209)
#E4E1E0
(228,225,224)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816359 color. Also use rgb(129,99,89) instead hex code.

Text Font Color

.myTextColor { color: #816359; }

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

This text font color is #816359.


Background Color

.myBgColor { background-color: #816359; }

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

This div background color is #816359.


Border color

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

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

This div border color is #816359.


Opacity

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

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

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

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

This text has shadow with #816359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816359 on black background.


Color preview on white background

This text has color #816359 on white background.



Black color preview on #816359 background

This text has black color on #816359 background.


White color preview on #816359 background

This text has white color on #816359 background.