COLOR #815838

HEX: #815838
RGB: (129,88,56)

Color info

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

RGB color model

#815838 color RGB value is (129,88,56).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 56 of 255 = 22%

129
88
56

R + G + B ~ 36%. #815838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 56 = 273 (100%)
R 129 of 273 ~ 47.25%
G 88 of 273 ~ 32.23%
B 56 of 273 ~ 20.51%

%47.25
%32.23
%20.51

CMYK color model

#815838 color CMYK value is (0,32,57,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 56.59%
  • key color value is 49.41%
CMYK:
(0,32,57,49)
C0M32Y57K49 
(0%,32%,57%,49%)
(0.00/0.32/0.57/0.49)	

CMYK percentages

%0
%31.78
%56.59
%49.41

Codes

Color #815838 in popluar color models

815838
RGB1298856
HSL26°39.46%36.27%
HSB/HSV26°56.59%50.59%
CMYK0.00%31.78%56.59%
49.41%

Color #815838 in popluar number systems.

HEX815838
Decimal1298856
Binary100000011011000111000
Octal20113070

Shades and tints

Shades of #815838

#815838
(129,88,56)
#765033
(118,80,51)
#6B482E
(107,72,46)
#604029
(96,64,41)
#553824
(85,56,36)
#4A301F
(74,48,31)
#3F281A
(63,40,26)
#342015
(52,32,21)
#291810
(41,24,16)
#1E100B
(30,16,11)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #815838

#815838
(129,88,56)
#8C674A
(140,103,74)
#97765C
(151,118,92)
#A2856E
(162,133,110)
#AD9480
(173,148,128)
#B8A392
(184,163,146)
#C3B2A4
(195,178,164)
#CEC1B6
(206,193,182)
#D9D0C8
(217,208,200)
#E4DFDA
(228,223,218)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815838; }

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

This text font color is #815838.


Background Color

.myBgColor { background-color: #815838; }

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

This div background color is #815838.


Border color

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

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

This div border color is #815838.


Opacity

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

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

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

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

This text has shadow with #815838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815838 on black background.


Color preview on white background

This text has color #815838 on white background.



Black color preview on #815838 background

This text has black color on #815838 background.


White color preview on #815838 background

This text has white color on #815838 background.