COLOR #813D65

HEX: #813D65
RGB: (129,61,101)

Color info

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

RGB color model

#813D65 color RGB value is (129,61,101).

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

RGB channels and saturation

R 129 of 255 = 51%
G 61 of 255 = 24%
B 101 of 255 = 40%

129
61
101

R + G + B ~ 38%. #813D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 61 + 101 = 291 (100%)
R 129 of 291 ~ 44.33%
G 61 of 291 ~ 20.96%
B 101 of 291 ~ 34.71%

%44.33
%20.96
%34.71

CMYK color model

#813D65 color CMYK value is (0,53,22,49).

  • cyan value is 0.00%
  • magenta value is 52.71%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(0,53,22,49)
C0M53Y22K49 
(0%,53%,22%,49%)
(0.00/0.53/0.22/0.49)	

CMYK percentages

%0
%52.71
%21.71
%49.41

Codes

Color #813D65 in popluar color models

813D65
RGB12961101
HSL325°35.79%37.25%
HSB/HSV325°52.71%50.59%
CMYK0.00%52.71%21.71%
49.41%

Color #813D65 in popluar number systems.

HEX813D65
Decimal12961101
Binary100000011111011100101
Octal20175145

Shades and tints

Shades of #813D65

#813D65
(129,61,101)
#76385C
(118,56,92)
#6B3353
(107,51,83)
#602E4A
(96,46,74)
#552941
(85,41,65)
#4A2438
(74,36,56)
#3F1F2F
(63,31,47)
#341A26
(52,26,38)
#29151D
(41,21,29)
#1E1014
(30,16,20)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #813D65

#813D65
(129,61,101)
#8C4E73
(140,78,115)
#975F81
(151,95,129)
#A2708F
(162,112,143)
#AD819D
(173,129,157)
#B892AB
(184,146,171)
#C3A3B9
(195,163,185)
#CEB4C7
(206,180,199)
#D9C5D5
(217,197,213)
#E4D6E3
(228,214,227)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813D65; }

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

This text font color is #813D65.


Background Color

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

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

This div background color is #813D65.


Border color

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

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

This div border color is #813D65.


Opacity

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

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

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

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

This text has shadow with #813D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813D65 on black background.


Color preview on white background

This text has color #813D65 on white background.



Black color preview on #813D65 background

This text has black color on #813D65 background.


White color preview on #813D65 background

This text has white color on #813D65 background.