COLOR #813666

HEX: #813666
RGB: (129,54,102)

Color info

#813666 contains mainly red and blue colors. Web safe color of #813666 is #993366 (or #936).

RGB color model

#813666 color RGB value is (129,54,102).

  • red value is 129;
  • green value is 54;
  • blue value is 102.
RGB:
(129,54,102)
(51%,21%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 54 of 255 = 21%
B 102 of 255 = 40%

129
54
102

R + G + B ~ 37%. #813666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 54 + 102 = 285 (100%)
R 129 of 285 ~ 45.26%
G 54 of 285 ~ 18.95%
B 102 of 285 ~ 35.79%

%45.26
%18.95
%35.79

CMYK color model

#813666 color CMYK value is (0,58,21,49).

  • cyan value is 0.00%
  • magenta value is 58.14%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(0,58,21,49)
C0M58Y21K49 
(0%,58%,21%,49%)
(0.00/0.58/0.21/0.49)	

CMYK percentages

%0
%58.14
%20.93
%49.41

Codes

Color #813666 in popluar color models

813666
RGB12954102
HSL322°40.98%35.88%
HSB/HSV322°58.14%50.59%
CMYK0.00%58.14%20.93%
49.41%

Color #813666 in popluar number systems.

HEX813666
Decimal12954102
Binary100000011101101100110
Octal20166146

Shades and tints

Shades of #813666

#813666
(129,54,102)
#76325D
(118,50,93)
#6B2E54
(107,46,84)
#602A4B
(96,42,75)
#552642
(85,38,66)
#4A2239
(74,34,57)
#3F1E30
(63,30,48)
#341A27
(52,26,39)
#29161E
(41,22,30)
#1E1215
(30,18,21)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #813666

#813666
(129,54,102)
#8C4873
(140,72,115)
#975A80
(151,90,128)
#A26C8D
(162,108,141)
#AD7E9A
(173,126,154)
#B890A7
(184,144,167)
#C3A2B4
(195,162,180)
#CEB4C1
(206,180,193)
#D9C6CE
(217,198,206)
#E4D8DB
(228,216,219)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813666 color. Also use rgb(129,54,102) instead hex code.

Text Font Color

.myTextColor { color: #813666; }

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

This text font color is #813666.


Background Color

.myBgColor { background-color: #813666; }

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

This div background color is #813666.


Border color

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

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

This div border color is #813666.


Opacity

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

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

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

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

This text has shadow with #813666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813666 on black background.


Color preview on white background

This text has color #813666 on white background.



Black color preview on #813666 background

This text has black color on #813666 background.


White color preview on #813666 background

This text has white color on #813666 background.