COLOR #815B33

HEX: #815B33
RGB: (129,91,51)

Color info

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

RGB color model

#815B33 color RGB value is (129,91,51).

  • red value is 129;
  • green value is 91;
  • blue value is 51.
RGB:
(129,91,51)
(51%,36%,20%)

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 51 of 255 = 20%

129
91
51

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

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 51 = 271 (100%)
R 129 of 271 ~ 47.6%
G 91 of 271 ~ 33.58%
B 51 of 271 ~ 18.82%

%47.6
%33.58
%18.82

CMYK color model

#815B33 color CMYK value is (0,29,60,49).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 60.47%
  • key color value is 49.41%
CMYK:
(0,29,60,49)
C0M29Y60K49 
(0%,29%,60%,49%)
(0.00/0.29/0.60/0.49)	

CMYK percentages

%0
%29.46
%60.47
%49.41

Codes

Color #815B33 in popluar color models

815B33
RGB1299151
HSL31°43.33%35.29%
HSB/HSV31°60.47%50.59%
CMYK0.00%29.46%60.47%
49.41%

Color #815B33 in popluar number systems.

HEX815B33
Decimal1299151
Binary100000011011011110011
Octal20113363

Shades and tints

Shades of #815B33

#815B33
(129,91,51)
#76532F
(118,83,47)
#6B4B2B
(107,75,43)
#604327
(96,67,39)
#553B23
(85,59,35)
#4A331F
(74,51,31)
#3F2B1B
(63,43,27)
#342317
(52,35,23)
#291B13
(41,27,19)
#1E130F
(30,19,15)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #815B33

#815B33
(129,91,51)
#8C6945
(140,105,69)
#977757
(151,119,87)
#A28569
(162,133,105)
#AD937B
(173,147,123)
#B8A18D
(184,161,141)
#C3AF9F
(195,175,159)
#CEBDB1
(206,189,177)
#D9CBC3
(217,203,195)
#E4D9D5
(228,217,213)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815B33 color. Also use rgb(129,91,51) instead hex code.

Text Font Color

.myTextColor { color: #815B33; }

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

This text font color is #815B33.


Background Color

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

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

This div background color is #815B33.


Border color

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

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

This div border color is #815B33.


Opacity

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

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

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

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

This text has shadow with #815B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815B33 on black background.


Color preview on white background

This text has color #815B33 on white background.



Black color preview on #815B33 background

This text has black color on #815B33 background.


White color preview on #815B33 background

This text has white color on #815B33 background.