COLOR #815820

HEX: #815820
RGB: (129,88,32)

Color info

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

RGB color model

#815820 color RGB value is (129,88,32).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 32 of 255 = 13%

129
88
32

R + G + B ~ 33%. #815820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 32 = 249 (100%)
R 129 of 249 ~ 51.81%
G 88 of 249 ~ 35.34%
B 32 of 249 ~ 12.85%

%51.81
%35.34
%12.85

CMYK color model

#815820 color CMYK value is (0,32,75,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 75.19%
  • key color value is 49.41%
CMYK:
(0,32,75,49)
C0M32Y75K49 
(0%,32%,75%,49%)
(0.00/0.32/0.75/0.49)	

CMYK percentages

%0
%31.78
%75.19
%49.41

Codes

Color #815820 in popluar color models

815820
RGB1298832
HSL35°60.25%31.57%
HSB/HSV35°75.19%50.59%
CMYK0.00%31.78%75.19%
49.41%

Color #815820 in popluar number systems.

HEX815820
Decimal1298832
Binary100000011011000100000
Octal20113040

Shades and tints

Shades of #815820

#815820
(129,88,32)
#76501E
(118,80,30)
#6B481C
(107,72,28)
#60401A
(96,64,26)
#553818
(85,56,24)
#4A3016
(74,48,22)
#3F2814
(63,40,20)
#342012
(52,32,18)
#291810
(41,24,16)
#1E100E
(30,16,14)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #815820

#815820
(129,88,32)
#8C6734
(140,103,52)
#977648
(151,118,72)
#A2855C
(162,133,92)
#AD9470
(173,148,112)
#B8A384
(184,163,132)
#C3B298
(195,178,152)
#CEC1AC
(206,193,172)
#D9D0C0
(217,208,192)
#E4DFD4
(228,223,212)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815820; }

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

This text font color is #815820.


Background Color

.myBgColor { background-color: #815820; }

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

This div background color is #815820.


Border color

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

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

This div border color is #815820.


Opacity

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

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

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

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

This text has shadow with #815820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815820 on black background.


Color preview on white background

This text has color #815820 on white background.



Black color preview on #815820 background

This text has black color on #815820 background.


White color preview on #815820 background

This text has white color on #815820 background.