COLOR #815849

HEX: #815849
RGB: (129,88,73)

Color info

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

RGB color model

#815849 color RGB value is (129,88,73).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 73 of 255 = 29%

129
88
73

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

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 73 = 290 (100%)
R 129 of 290 ~ 44.48%
G 88 of 290 ~ 30.34%
B 73 of 290 ~ 25.17%

%44.48
%30.34
%25.17

CMYK color model

#815849 color CMYK value is (0,32,43,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,32,43,49)
C0M32Y43K49 
(0%,32%,43%,49%)
(0.00/0.32/0.43/0.49)	

CMYK percentages

%0
%31.78
%43.41
%49.41

Codes

Color #815849 in popluar color models

815849
RGB1298873
HSL16°27.72%39.61%
HSB/HSV16°43.41%50.59%
CMYK0.00%31.78%43.41%
49.41%

Color #815849 in popluar number systems.

HEX815849
Decimal1298873
Binary1000000110110001001001
Octal201130111

Shades and tints

Shades of #815849

#815849
(129,88,73)
#765043
(118,80,67)
#6B483D
(107,72,61)
#604037
(96,64,55)
#553831
(85,56,49)
#4A302B
(74,48,43)
#3F2825
(63,40,37)
#34201F
(52,32,31)
#291819
(41,24,25)
#1E1013
(30,16,19)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #815849

#815849
(129,88,73)
#8C6759
(140,103,89)
#977669
(151,118,105)
#A28579
(162,133,121)
#AD9489
(173,148,137)
#B8A399
(184,163,153)
#C3B2A9
(195,178,169)
#CEC1B9
(206,193,185)
#D9D0C9
(217,208,201)
#E4DFD9
(228,223,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815849; }

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

This text font color is #815849.


Background Color

.myBgColor { background-color: #815849; }

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

This div background color is #815849.


Border color

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

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

This div border color is #815849.


Opacity

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

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

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

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

This text has shadow with #815849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815849 on black background.


Color preview on white background

This text has color #815849 on white background.



Black color preview on #815849 background

This text has black color on #815849 background.


White color preview on #815849 background

This text has white color on #815849 background.