COLOR #815113

HEX: #815113
RGB: (129,81,19)

Color info

#815113 contains mainly red and green colors. Web safe color of #815113 is #996600 (or #960).

RGB color model

#815113 color RGB value is (129,81,19).

  • red value is 129;
  • green value is 81;
  • blue value is 19.
RGB:
(129,81,19)
(51%,32%,7%)

RGB channels and saturation

R 129 of 255 = 51%
G 81 of 255 = 32%
B 19 of 255 = 7%

129
81
19

R + G + B ~ 30%. #815113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 81 + 19 = 229 (100%)
R 129 of 229 ~ 56.33%
G 81 of 229 ~ 35.37%
B 19 of 229 ~ 8.3%

%56.33
%35.37

CMYK color model

#815113 color CMYK value is (0,37,85,49).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 85.27%
  • key color value is 49.41%
CMYK:
(0,37,85,49)
C0M37Y85K49 
(0%,37%,85%,49%)
(0.00/0.37/0.85/0.49)	

CMYK percentages

%0
%37.21
%85.27
%49.41

Codes

Color #815113 in popluar color models

815113
RGB1298119
HSL34°74.32%29.02%
HSB/HSV34°85.27%50.59%
CMYK0.00%37.21%85.27%
49.41%

Color #815113 in popluar number systems.

HEX815113
Decimal1298119
Binary10000001101000110011
Octal20112123

Shades and tints

Shades of #815113

#815113
(129,81,19)
#764A12
(118,74,18)
#6B4311
(107,67,17)
#603C10
(96,60,16)
#55350F
(85,53,15)
#4A2E0E
(74,46,14)
#3F270D
(63,39,13)
#34200C
(52,32,12)
#29190B
(41,25,11)
#1E120A
(30,18,10)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #815113

#815113
(129,81,19)
#8C6028
(140,96,40)
#976F3D
(151,111,61)
#A27E52
(162,126,82)
#AD8D67
(173,141,103)
#B89C7C
(184,156,124)
#C3AB91
(195,171,145)
#CEBAA6
(206,186,166)
#D9C9BB
(217,201,187)
#E4D8D0
(228,216,208)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815113 color. Also use rgb(129,81,19) instead hex code.

Text Font Color

.myTextColor { color: #815113; }

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

This text font color is #815113.


Background Color

.myBgColor { background-color: #815113; }

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

This div background color is #815113.


Border color

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

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

This div border color is #815113.


Opacity

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

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

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

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

This text has shadow with #815113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815113 on black background.


Color preview on white background

This text has color #815113 on white background.



Black color preview on #815113 background

This text has black color on #815113 background.


White color preview on #815113 background

This text has white color on #815113 background.