COLOR #815A47

HEX: #815A47
RGB: (129,90,71)

Color info

#815A47 contains red, green and blue colors in about the same proportion. Web safe color of #815A47 is #996633 (or #963).

RGB color model

#815A47 color RGB value is (129,90,71).

  • red value is 129;
  • green value is 90;
  • blue value is 71.
RGB: (129,90,71) (51%,35%,28%)

RGB channels and saturation

R 129 of 255 = 51%
G 90 of 255 = 35%
B 71 of 255 = 28%

129
90
71

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

Portions of RGB colors in percentages

R + G + B =
129 + 90 + 71 = 290 (100%)
R 129 of 290 ~ 44.48%
G 90 of 290 ~ 31.03%
B 71 of 290 ~ 24.48%

%44.48
%31.03
%24.48

CMYK color model

#815A47 color CMYK value is (0,30,45,49).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 44.96%
  • key color value is 49.41%
CMYK: (0,30,45,49) C0M30Y45K49 (0%,30%,45%,49%) (0.00/0.30/0.45/0.49)

CMYK percentages

%0
%30.23
%44.96
%49.41

Codes

Color #815A47 in popluar color models

815A47
RGB1299071
HSL20°29.00%39.22%
HSB/HSV20°44.96%50.59%
CMYK0.00%30.23%44.96%
49.41%

Color #815A47 in popluar number systems.

HEX815A47
Decimal1299071
Binary1000000110110101000111
Octal201132107

Shades and tints

Shades of #815A47

#815A47
(129,90,71)
#765241
(118,82,65)
#6B4A3B
(107,74,59)
#604235
(96,66,53)
#553A2F
(85,58,47)
#4A3229
(74,50,41)
#3F2A23
(63,42,35)
#34221D
(52,34,29)
#291A17
(41,26,23)
#1E1211
(30,18,17)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #815A47

#815A47
(129,90,71)
#8C6957
(140,105,87)
#977867
(151,120,103)
#A28777
(162,135,119)
#AD9687
(173,150,135)
#B8A597
(184,165,151)
#C3B4A7
(195,180,167)
#CEC3B7
(206,195,183)
#D9D2C7
(217,210,199)
#E4E1D7
(228,225,215)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815A47 color. Also use rgb(129,90,71) instead hex code.

Text Font Color

.myTextColor { color: #815A47; }

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

This text font color is #815A47.


Background Color

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

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

This div background color is #815A47.


Border color

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

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

This div border color is #815A47.


Opacity

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

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

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

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

This text has shadow with #815A47 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #815A47 on black background.


Color preview on white background

This text has color #815A47 on white background.



Black color preview on #815A47 background

This text has black color on #815A47 background.


White color preview on #815A47 background

This text has white color on #815A47 background.