COLOR #813E6D

HEX: #813E6D
RGB: (129,62,109)

Color info

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

RGB color model

#813E6D color RGB value is (129,62,109).

  • red value is 129;
  • green value is 62;
  • blue value is 109.
RGB:
(129,62,109)
(51%,24%,43%)

RGB channels and saturation

R 129 of 255 = 51%
G 62 of 255 = 24%
B 109 of 255 = 43%

129
62
109

R + G + B ~ 39%. #813E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 62 + 109 = 300 (100%)
R 129 of 300 ~ 43%
G 62 of 300 ~ 20.67%
B 109 of 300 ~ 36.33%

%43
%20.67
%36.33

CMYK color model

#813E6D color CMYK value is (0,52,16,49).

  • cyan value is 0.00%
  • magenta value is 51.94%
  • yellow value is 15.50%
  • key color value is 49.41%
CMYK:
(0,52,16,49)
C0M52Y16K49 
(0%,52%,16%,49%)
(0.00/0.52/0.16/0.49)	

CMYK percentages

%0
%51.94
%15.5
%49.41

Codes

Color #813E6D in popluar color models

813E6D
RGB12962109
HSL318°35.08%37.45%
HSB/HSV318°51.94%50.59%
CMYK0.00%51.94%15.50%
49.41%

Color #813E6D in popluar number systems.

HEX813E6D
Decimal12962109
Binary100000011111101101101
Octal20176155

Shades and tints

Shades of #813E6D

#813E6D
(129,62,109)
#763964
(118,57,100)
#6B345B
(107,52,91)
#602F52
(96,47,82)
#552A49
(85,42,73)
#4A2540
(74,37,64)
#3F2037
(63,32,55)
#341B2E
(52,27,46)
#291625
(41,22,37)
#1E111C
(30,17,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #813E6D

#813E6D
(129,62,109)
#8C4F7A
(140,79,122)
#976087
(151,96,135)
#A27194
(162,113,148)
#AD82A1
(173,130,161)
#B893AE
(184,147,174)
#C3A4BB
(195,164,187)
#CEB5C8
(206,181,200)
#D9C6D5
(217,198,213)
#E4D7E2
(228,215,226)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813E6D color. Also use rgb(129,62,109) instead hex code.

Text Font Color

.myTextColor { color: #813E6D; }

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

This text font color is #813E6D.


Background Color

.myBgColor { background-color: #813E6D; }

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

This div background color is #813E6D.


Border color

.myBorderColor { border: 1px solid #813E6D; }

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

This div border color is #813E6D.


Opacity

.myOpacity80 { color: #813E6D; opacity: 0.8; }

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

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

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

This text has shadow with #813E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813E6D on black background.


Color preview on white background

This text has color #813E6D on white background.



Black color preview on #813E6D background

This text has black color on #813E6D background.


White color preview on #813E6D background

This text has white color on #813E6D background.