COLOR #815649

HEX: #815649
RGB: (129,86,73)

Color info

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

RGB color model

#815649 color RGB value is (129,86,73).

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

RGB channels and saturation

R 129 of 255 = 51%
G 86 of 255 = 34%
B 73 of 255 = 29%

129
86
73

R + G + B ~ 38%. #815649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 86 + 73 = 288 (100%)
R 129 of 288 ~ 44.79%
G 86 of 288 ~ 29.86%
B 73 of 288 ~ 25.35%

%44.79
%29.86
%25.35

CMYK color model

#815649 color CMYK value is (0,33,43,49).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,33,43,49)
C0M33Y43K49 
(0%,33%,43%,49%)
(0.00/0.33/0.43/0.49)	

CMYK percentages

%0
%33.33
%43.41
%49.41

Codes

Color #815649 in popluar color models

815649
RGB1298673
HSL14°27.72%39.61%
HSB/HSV14°43.41%50.59%
CMYK0.00%33.33%43.41%
49.41%

Color #815649 in popluar number systems.

HEX815649
Decimal1298673
Binary1000000110101101001001
Octal201126111

Shades and tints

Shades of #815649

#815649
(129,86,73)
#764F43
(118,79,67)
#6B483D
(107,72,61)
#604137
(96,65,55)
#553A31
(85,58,49)
#4A332B
(74,51,43)
#3F2C25
(63,44,37)
#34251F
(52,37,31)
#291E19
(41,30,25)
#1E1713
(30,23,19)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #815649

#815649
(129,86,73)
#8C6559
(140,101,89)
#977469
(151,116,105)
#A28379
(162,131,121)
#AD9289
(173,146,137)
#B8A199
(184,161,153)
#C3B0A9
(195,176,169)
#CEBFB9
(206,191,185)
#D9CEC9
(217,206,201)
#E4DDD9
(228,221,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815649; }

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

This text font color is #815649.


Background Color

.myBgColor { background-color: #815649; }

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

This div background color is #815649.


Border color

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

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

This div border color is #815649.


Opacity

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

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

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

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

This text has shadow with #815649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815649 on black background.


Color preview on white background

This text has color #815649 on white background.



Black color preview on #815649 background

This text has black color on #815649 background.


White color preview on #815649 background

This text has white color on #815649 background.