COLOR #815C3F

HEX: #815C3F
RGB: (129,92,63)

Color info

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

RGB color model

#815C3F color RGB value is (129,92,63).

  • red value is 129;
  • green value is 92;
  • blue value is 63.
RGB:
(129,92,63)
(51%,36%,25%)

RGB channels and saturation

R 129 of 255 = 51%
G 92 of 255 = 36%
B 63 of 255 = 25%

129
92
63

R + G + B ~ 37%. #815C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 92 + 63 = 284 (100%)
R 129 of 284 ~ 45.42%
G 92 of 284 ~ 32.39%
B 63 of 284 ~ 22.18%

%45.42
%32.39
%22.18

CMYK color model

#815C3F color CMYK value is (0,29,51,49).

  • cyan value is 0.00%
  • magenta value is 28.68%
  • yellow value is 51.16%
  • key color value is 49.41%
CMYK:
(0,29,51,49)
C0M29Y51K49 
(0%,29%,51%,49%)
(0.00/0.29/0.51/0.49)	

CMYK percentages

%0
%28.68
%51.16
%49.41

Codes

Color #815C3F in popluar color models

815C3F
RGB1299263
HSL26°34.38%37.65%
HSB/HSV26°51.16%50.59%
CMYK0.00%28.68%51.16%
49.41%

Color #815C3F in popluar number systems.

HEX815C3F
Decimal1299263
Binary100000011011100111111
Octal20113477

Shades and tints

Shades of #815C3F

#815C3F
(129,92,63)
#76543A
(118,84,58)
#6B4C35
(107,76,53)
#604430
(96,68,48)
#553C2B
(85,60,43)
#4A3426
(74,52,38)
#3F2C21
(63,44,33)
#34241C
(52,36,28)
#291C17
(41,28,23)
#1E1412
(30,20,18)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #815C3F

#815C3F
(129,92,63)
#8C6A50
(140,106,80)
#977861
(151,120,97)
#A28672
(162,134,114)
#AD9483
(173,148,131)
#B8A294
(184,162,148)
#C3B0A5
(195,176,165)
#CEBEB6
(206,190,182)
#D9CCC7
(217,204,199)
#E4DAD8
(228,218,216)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815C3F color. Also use rgb(129,92,63) instead hex code.

Text Font Color

.myTextColor { color: #815C3F; }

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

This text font color is #815C3F.


Background Color

.myBgColor { background-color: #815C3F; }

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

This div background color is #815C3F.


Border color

.myBorderColor { border: 1px solid #815C3F; }

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

This div border color is #815C3F.


Opacity

.myOpacity80 { color: #815C3F; opacity: 0.8; }

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

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

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

This text has shadow with #815C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815C3F on black background.


Color preview on white background

This text has color #815C3F on white background.



Black color preview on #815C3F background

This text has black color on #815C3F background.


White color preview on #815C3F background

This text has white color on #815C3F background.