COLOR #815F41

HEX: #815F41
RGB: (129,95,65)

Color info

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

RGB color model

#815F41 color RGB value is (129,95,65).

  • red value is 129;
  • green value is 95;
  • blue value is 65.
RGB:
(129,95,65)
(51%,37%,25%)

RGB channels and saturation

R 129 of 255 = 51%
G 95 of 255 = 37%
B 65 of 255 = 25%

129
95
65

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

Portions of RGB colors in percentages

R + G + B =
129 + 95 + 65 = 289 (100%)
R 129 of 289 ~ 44.64%
G 95 of 289 ~ 32.87%
B 65 of 289 ~ 22.49%

%44.64
%32.87
%22.49

CMYK color model

#815F41 color CMYK value is (0,26,50,49).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 49.61%
  • key color value is 49.41%
CMYK:
(0,26,50,49)
C0M26Y50K49 
(0%,26%,50%,49%)
(0.00/0.26/0.50/0.49)	

CMYK percentages

%0
%26.36
%49.61
%49.41

Codes

Color #815F41 in popluar color models

815F41
RGB1299565
HSL28°32.99%38.04%
HSB/HSV28°49.61%50.59%
CMYK0.00%26.36%49.61%
49.41%

Color #815F41 in popluar number systems.

HEX815F41
Decimal1299565
Binary1000000110111111000001
Octal201137101

Shades and tints

Shades of #815F41

#815F41
(129,95,65)
#76573C
(118,87,60)
#6B4F37
(107,79,55)
#604732
(96,71,50)
#553F2D
(85,63,45)
#4A3728
(74,55,40)
#3F2F23
(63,47,35)
#34271E
(52,39,30)
#291F19
(41,31,25)
#1E1714
(30,23,20)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #815F41

#815F41
(129,95,65)
#8C6D52
(140,109,82)
#977B63
(151,123,99)
#A28974
(162,137,116)
#AD9785
(173,151,133)
#B8A596
(184,165,150)
#C3B3A7
(195,179,167)
#CEC1B8
(206,193,184)
#D9CFC9
(217,207,201)
#E4DDDA
(228,221,218)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815F41 color. Also use rgb(129,95,65) instead hex code.

Text Font Color

.myTextColor { color: #815F41; }

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

This text font color is #815F41.


Background Color

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

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

This div background color is #815F41.


Border color

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

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

This div border color is #815F41.


Opacity

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

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

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

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

This text has shadow with #815F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815F41 on black background.


Color preview on white background

This text has color #815F41 on white background.



Black color preview on #815F41 background

This text has black color on #815F41 background.


White color preview on #815F41 background

This text has white color on #815F41 background.