COLOR #813E4F

HEX: #813E4F
RGB: (129,62,79)

Color info

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

RGB color model

#813E4F color RGB value is (129,62,79).

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

RGB channels and saturation

R 129 of 255 = 51%
G 62 of 255 = 24%
B 79 of 255 = 31%

129
62
79

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

Portions of RGB colors in percentages

R + G + B =
129 + 62 + 79 = 270 (100%)
R 129 of 270 ~ 47.78%
G 62 of 270 ~ 22.96%
B 79 of 270 ~ 29.26%

%47.78
%22.96
%29.26

CMYK color model

#813E4F color CMYK value is (0,52,39,49).

  • cyan value is 0.00%
  • magenta value is 51.94%
  • yellow value is 38.76%
  • key color value is 49.41%
CMYK:
(0,52,39,49)
C0M52Y39K49 
(0%,52%,39%,49%)
(0.00/0.52/0.39/0.49)	

CMYK percentages

%0
%51.94
%38.76
%49.41

Codes

Color #813E4F in popluar color models

813E4F
RGB1296279
HSL345°35.08%37.45%
HSB/HSV345°51.94%50.59%
CMYK0.00%51.94%38.76%
49.41%

Color #813E4F in popluar number systems.

HEX813E4F
Decimal1296279
Binary100000011111101001111
Octal20176117

Shades and tints

Shades of #813E4F

#813E4F
(129,62,79)
#763948
(118,57,72)
#6B3441
(107,52,65)
#602F3A
(96,47,58)
#552A33
(85,42,51)
#4A252C
(74,37,44)
#3F2025
(63,32,37)
#341B1E
(52,27,30)
#291617
(41,22,23)
#1E1110
(30,17,16)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #813E4F

#813E4F
(129,62,79)
#8C4F5F
(140,79,95)
#97606F
(151,96,111)
#A2717F
(162,113,127)
#AD828F
(173,130,143)
#B8939F
(184,147,159)
#C3A4AF
(195,164,175)
#CEB5BF
(206,181,191)
#D9C6CF
(217,198,207)
#E4D7DF
(228,215,223)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813E4F; }

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

This text font color is #813E4F.


Background Color

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

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

This div background color is #813E4F.


Border color

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

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

This div border color is #813E4F.


Opacity

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

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

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

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

This text has shadow with #813E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813E4F on black background.


Color preview on white background

This text has color #813E4F on white background.



Black color preview on #813E4F background

This text has black color on #813E4F background.


White color preview on #813E4F background

This text has white color on #813E4F background.