COLOR #813C65

HEX: #813C65 RGB: (129,60,101)

Color info

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

RGB color model

#813C65 color RGB value is (129,60,101).

RGB: (129,60,101) (51%, 24%, 40%)

RGB channels and saturation

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

129
60
101

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

Portions of RGB colors in percentages

R + G + B = 129 + 60 + 101 = 290 (100%)
R 129 of 290 ~ 44.48%
G 60 of 290 ~ 20.69%
B 101 of 290 ~ 34.83'%

%44.48
%20.69
%34.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.49%
  • 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
%53.49
%21.71
%49.41

Codes

Color #813C65 in popluar color models

81 3C 65
RGB 129 60 101
HSL 324° 36.51% 37.06%
HSB/HSV 324° 53.49% 50.59%
CMYK 0.00% 53.49% 21.71%
49.41%

Color #813C65 in popluar number systems.

HEX 81 3C 65
Decimal 129 60 101
Binary 10000001 111100 1100101
Octal 201 74 145

Shades and tints

Shades of #813C65

#813C65
(129,60,101)
#76375C
(118,55,92)
#6B3253
(107,50,83)
#602D4A
(96,45,74)
#552841
(85,40,65)
#4A2338
(74,35,56)
#3F1E2F
(63,30,47)
#341926
(52,25,38)
#29141D
(41,20,29)
#1E0F14
(30,15,20)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #813C65

#813C65
(129,60,101)
#8C4D73
(140,77,115)
#975E81
(151,94,129)
#A26F8F
(162,111,143)
#AD809D
(173,128,157)
#B891AB
(184,145,171)
#C3A2B9
(195,162,185)
#CEB3C7
(206,179,199)
#D9C4D5
(217,196,213)
#E4D5E3
(228,213,227)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813C65; }

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

This text font color is #813C65.

Background Color

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

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

This div background color is #813C65.

Border color

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

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

This div border color is #813C65.

Opacity

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

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

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

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

This text has shadow with #813C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #813C65.

Preview

Color preview on black background

This text has color #813C65 on black background.


Color preview on white background

This text has color #813C65 on white background.


Black color preview on #813C65 background

This text has black color on #813C65 background.


White color preview on #813C65 background

This text has white color on #813C65 background.


Related colors

Complementary color

Complementary color for #hex is #7EC39A.


I love getcolorcode.com

Triadic colors

1 #65813C and #3C6581 with #813C65 are triadic colors.

2 #653C81 and #3C8165 with #813C65 are triadic colors.