COLOR #815831

HEX: #815831
RGB: (129,88,49)

Color info

#815831 contains mainly red and green colors. Web safe color of #815831 is #996633 (or #963).

RGB color model

#815831 color RGB value is (129,88,49).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 49 of 255 = 19%

129
88
49

R + G + B ~ 35%. #815831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 49 = 266 (100%)
R 129 of 266 ~ 48.5%
G 88 of 266 ~ 33.08%
B 49 of 266 ~ 18.42%

%48.5
%33.08
%18.42

CMYK color model

#815831 color CMYK value is (0,32,62,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 62.02%
  • key color value is 49.41%
CMYK:
(0,32,62,49)
C0M32Y62K49 
(0%,32%,62%,49%)
(0.00/0.32/0.62/0.49)	

CMYK percentages

%0
%31.78
%62.02
%49.41

Codes

Color #815831 in popluar color models

815831
RGB1298849
HSL29°44.94%34.90%
HSB/HSV29°62.02%50.59%
CMYK0.00%31.78%62.02%
49.41%

Color #815831 in popluar number systems.

HEX815831
Decimal1298849
Binary100000011011000110001
Octal20113061

Shades and tints

Shades of #815831

#815831
(129,88,49)
#76502D
(118,80,45)
#6B4829
(107,72,41)
#604025
(96,64,37)
#553821
(85,56,33)
#4A301D
(74,48,29)
#3F2819
(63,40,25)
#342015
(52,32,21)
#291811
(41,24,17)
#1E100D
(30,16,13)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #815831

#815831
(129,88,49)
#8C6743
(140,103,67)
#977655
(151,118,85)
#A28567
(162,133,103)
#AD9479
(173,148,121)
#B8A38B
(184,163,139)
#C3B29D
(195,178,157)
#CEC1AF
(206,193,175)
#D9D0C1
(217,208,193)
#E4DFD3
(228,223,211)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815831; }

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

This text font color is #815831.


Background Color

.myBgColor { background-color: #815831; }

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

This div background color is #815831.


Border color

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

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

This div border color is #815831.


Opacity

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

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

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

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

This text has shadow with #815831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815831 on black background.


Color preview on white background

This text has color #815831 on white background.



Black color preview on #815831 background

This text has black color on #815831 background.


White color preview on #815831 background

This text has white color on #815831 background.