COLOR #815265

HEX: #815265
RGB: (129,82,101)

Color info

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

RGB color model

#815265 color RGB value is (129,82,101).

  • red value is 129;
  • green value is 82;
  • blue value is 101.
RGB:
(129,82,101)
(51%,32%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 82 of 255 = 32%
B 101 of 255 = 40%

129
82
101

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

Portions of RGB colors in percentages

R + G + B =
129 + 82 + 101 = 312 (100%)
R 129 of 312 ~ 41.35%
G 82 of 312 ~ 26.28%
B 101 of 312 ~ 32.37%

%41.35
%26.28
%32.37

CMYK color model

#815265 color CMYK value is (0,36,22,49).

  • cyan value is 0.00%
  • magenta value is 36.43%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(0,36,22,49)
C0M36Y22K49 
(0%,36%,22%,49%)
(0.00/0.36/0.22/0.49)	

CMYK percentages

%0
%36.43
%21.71
%49.41

Codes

Color #815265 in popluar color models

815265
RGB12982101
HSL336°22.27%41.37%
HSB/HSV336°36.43%50.59%
CMYK0.00%36.43%21.71%
49.41%

Color #815265 in popluar number systems.

HEX815265
Decimal12982101
Binary1000000110100101100101
Octal201122145

Shades and tints

Shades of #815265

#815265
(129,82,101)
#764B5C
(118,75,92)
#6B4453
(107,68,83)
#603D4A
(96,61,74)
#553641
(85,54,65)
#4A2F38
(74,47,56)
#3F282F
(63,40,47)
#342126
(52,33,38)
#291A1D
(41,26,29)
#1E1314
(30,19,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #815265

#815265
(129,82,101)
#8C6173
(140,97,115)
#977081
(151,112,129)
#A27F8F
(162,127,143)
#AD8E9D
(173,142,157)
#B89DAB
(184,157,171)
#C3ACB9
(195,172,185)
#CEBBC7
(206,187,199)
#D9CAD5
(217,202,213)
#E4D9E3
(228,217,227)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815265 color. Also use rgb(129,82,101) instead hex code.

Text Font Color

.myTextColor { color: #815265; }

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

This text font color is #815265.


Background Color

.myBgColor { background-color: #815265; }

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

This div background color is #815265.


Border color

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

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

This div border color is #815265.


Opacity

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

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

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

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

This text has shadow with #815265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815265 on black background.


Color preview on white background

This text has color #815265 on white background.



Black color preview on #815265 background

This text has black color on #815265 background.


White color preview on #815265 background

This text has white color on #815265 background.