COLOR #813A42

HEX: #813A42 RGB: (129,58,66)

Color info

#813A42 contains mainly red color. Web safe color of #813A42 is #993333 (or #933).

RGB color model

#813A42 color RGB value is (129,58,66).

RGB: (129,58,66) (51%, 23%, 26%)

RGB channels and saturation

R 129 of 255 = 51%
G 58 of 255 = 23%
B 66 of 255 = 26%

129
58
66

R + G + B ~ 33%. #813A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 129 + 58 + 66 = 253 (100%)
R 129 of 253 ~ 50.99%
G 58 of 253 ~ 22.92%
B 66 of 253 ~ 26.09'%

%50.99
%22.92
%26.09

CMYK color model

#813A42 color CMYK value is (0,55,49,49).

  • cyan value is 0.00%
  • magenta value is 55.04%
  • yellow value is 48.84%
  • key color value is 49.41%

CMYK: (0,55,49,49)
C0M55Y49K49 (0%, 55%, 49%, 49%)
(0.00 / 0.55 / 0.49 / 0.49)

CMYK percentages

%0
%55.04
%48.84
%49.41

Codes

Color #813A42 in popluar color models

81 3A 42
RGB 129 58 66
HSL 353° 37.97% 36.67%
HSB/HSV 353° 55.04% 50.59%
CMYK 0.00% 55.04% 48.84%
49.41%

Color #813A42 in popluar number systems.

HEX 81 3A 42
Decimal 129 58 66
Binary 10000001 111010 1000010
Octal 201 72 102

Shades and tints

Shades of #813A42

#813A42
(129,58,66)
#76353C
(118,53,60)
#6B3036
(107,48,54)
#602B30
(96,43,48)
#55262A
(85,38,42)
#4A2124
(74,33,36)
#3F1C1E
(63,28,30)
#341718
(52,23,24)
#291212
(41,18,18)
#1E0D0C
(30,13,12)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #813A42

#813A42
(129,58,66)
#8C4B53
(140,75,83)
#975C64
(151,92,100)
#A26D75
(162,109,117)
#AD7E86
(173,126,134)
#B88F97
(184,143,151)
#C3A0A8
(195,160,168)
#CEB1B9
(206,177,185)
#D9C2CA
(217,194,202)
#E4D3DB
(228,211,219)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813A42 color. Also use rgb(129,58,66) instead hex code.

Text Font Color

.myTextColor { color: #813A42; }

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

This text font color is #813A42.

Background Color

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

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

This div background color is #813A42.

Border color

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

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

This div border color is #813A42.

Opacity

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

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

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

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

This text has shadow with #813A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #813A42.

Preview

Color preview on black background

This text has color #813A42 on black background.


Color preview on white background

This text has color #813A42 on white background.


Black color preview on #813A42 background

This text has black color on #813A42 background.


White color preview on #813A42 background

This text has white color on #813A42 background.


Related colors

Complementary color

Complementary color for #hex is #7EC5BD.


I love getcolorcode.com

Triadic colors

1 #42813A and #3A4281 with #813A42 are triadic colors.

2 #423A81 and #3A8142 with #813A42 are triadic colors.