COLOR #815138

HEX: #815138
RGB: (129,81,56)

Color info

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

RGB color model

#815138 color RGB value is (129,81,56).

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

RGB channels and saturation

R 129 of 255 = 51%
G 81 of 255 = 32%
B 56 of 255 = 22%

129
81
56

R + G + B ~ 35%. #815138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 81 + 56 = 266 (100%)
R 129 of 266 ~ 48.5%
G 81 of 266 ~ 30.45%
B 56 of 266 ~ 21.05%

%48.5
%30.45
%21.05

CMYK color model

#815138 color CMYK value is (0,37,57,49).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 56.59%
  • key color value is 49.41%
CMYK:
(0,37,57,49)
C0M37Y57K49 
(0%,37%,57%,49%)
(0.00/0.37/0.57/0.49)	

CMYK percentages

%0
%37.21
%56.59
%49.41

Codes

Color #815138 in popluar color models

815138
RGB1298156
HSL21°39.46%36.27%
HSB/HSV21°56.59%50.59%
CMYK0.00%37.21%56.59%
49.41%

Color #815138 in popluar number systems.

HEX815138
Decimal1298156
Binary100000011010001111000
Octal20112170

Shades and tints

Shades of #815138

#815138
(129,81,56)
#764A33
(118,74,51)
#6B432E
(107,67,46)
#603C29
(96,60,41)
#553524
(85,53,36)
#4A2E1F
(74,46,31)
#3F271A
(63,39,26)
#342015
(52,32,21)
#291910
(41,25,16)
#1E120B
(30,18,11)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #815138

#815138
(129,81,56)
#8C604A
(140,96,74)
#976F5C
(151,111,92)
#A27E6E
(162,126,110)
#AD8D80
(173,141,128)
#B89C92
(184,156,146)
#C3ABA4
(195,171,164)
#CEBAB6
(206,186,182)
#D9C9C8
(217,201,200)
#E4D8DA
(228,216,218)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815138; }

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

This text font color is #815138.


Background Color

.myBgColor { background-color: #815138; }

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

This div background color is #815138.


Border color

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

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

This div border color is #815138.


Opacity

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

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

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

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

This text has shadow with #815138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815138 on black background.


Color preview on white background

This text has color #815138 on white background.



Black color preview on #815138 background

This text has black color on #815138 background.


White color preview on #815138 background

This text has white color on #815138 background.