COLOR #815467

HEX: #815467
RGB: (129,84,103)

Color info

#815467 contains red, green and blue colors in about the same proportion. Web safe color of #815467 is #996666 (or #966).

RGB color model

#815467 color RGB value is (129,84,103).

  • red value is 129;
  • green value is 84;
  • blue value is 103.
RGB:
(129,84,103)
(51%,33%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 84 of 255 = 33%
B 103 of 255 = 40%

129
84
103

R + G + B ~ 41%. #815467 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 84 + 103 = 316 (100%)
R 129 of 316 ~ 40.82%
G 84 of 316 ~ 26.58%
B 103 of 316 ~ 32.59%

%40.82
%26.58
%32.59

CMYK color model

#815467 color CMYK value is (0,35,20,49).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 20.16%
  • key color value is 49.41%
CMYK:
(0,35,20,49)
C0M35Y20K49 
(0%,35%,20%,49%)
(0.00/0.35/0.20/0.49)	

CMYK percentages

%0
%34.88
%20.16
%49.41

Codes

Color #815467 in popluar color models

815467
RGB12984103
HSL335°21.13%41.76%
HSB/HSV335°34.88%50.59%
CMYK0.00%34.88%20.16%
49.41%

Color #815467 in popluar number systems.

HEX815467
Decimal12984103
Binary1000000110101001100111
Octal201124147

Shades and tints

Shades of #815467

#815467
(129,84,103)
#764D5E
(118,77,94)
#6B4655
(107,70,85)
#603F4C
(96,63,76)
#553843
(85,56,67)
#4A313A
(74,49,58)
#3F2A31
(63,42,49)
#342328
(52,35,40)
#291C1F
(41,28,31)
#1E1516
(30,21,22)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #815467

#815467
(129,84,103)
#8C6374
(140,99,116)
#977281
(151,114,129)
#A2818E
(162,129,142)
#AD909B
(173,144,155)
#B89FA8
(184,159,168)
#C3AEB5
(195,174,181)
#CEBDC2
(206,189,194)
#D9CCCF
(217,204,207)
#E4DBDC
(228,219,220)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815467 color. Also use rgb(129,84,103) instead hex code.

Text Font Color

.myTextColor { color: #815467; }

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

This text font color is #815467.


Background Color

.myBgColor { background-color: #815467; }

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

This div background color is #815467.


Border color

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

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

This div border color is #815467.


Opacity

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

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

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

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

This text has shadow with #815467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815467 on black background.


Color preview on white background

This text has color #815467 on white background.



Black color preview on #815467 background

This text has black color on #815467 background.


White color preview on #815467 background

This text has white color on #815467 background.