COLOR #813443

HEX: #813443
RGB: (129,52,67)

Color info

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

RGB color model

#813443 color RGB value is (129,52,67).

  • red value is 129;
  • green value is 52;
  • blue value is 67.
RGB:
(129,52,67)
(51%,20%,26%)

RGB channels and saturation

R 129 of 255 = 51%
G 52 of 255 = 20%
B 67 of 255 = 26%

129
52
67

R + G + B ~ 32%. #813443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 52 + 67 = 248 (100%)
R 129 of 248 ~ 52.02%
G 52 of 248 ~ 20.97%
B 67 of 248 ~ 27.02%

%52.02
%20.97
%27.02

CMYK color model

#813443 color CMYK value is (0,60,48,49).

  • cyan value is 0.00%
  • magenta value is 59.69%
  • yellow value is 48.06%
  • key color value is 49.41%
CMYK:
(0,60,48,49)
C0M60Y48K49 
(0%,60%,48%,49%)
(0.00/0.60/0.48/0.49)	

CMYK percentages

%0
%59.69
%48.06
%49.41

Codes

Color #813443 in popluar color models

813443
RGB1295267
HSL348°42.54%35.49%
HSB/HSV348°59.69%50.59%
CMYK0.00%59.69%48.06%
49.41%

Color #813443 in popluar number systems.

HEX813443
Decimal1295267
Binary100000011101001000011
Octal20164103

Shades and tints

Shades of #813443

#813443
(129,52,67)
#76303D
(118,48,61)
#6B2C37
(107,44,55)
#602831
(96,40,49)
#55242B
(85,36,43)
#4A2025
(74,32,37)
#3F1C1F
(63,28,31)
#341819
(52,24,25)
#291413
(41,20,19)
#1E100D
(30,16,13)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #813443

#813443
(129,52,67)
#8C4654
(140,70,84)
#975865
(151,88,101)
#A26A76
(162,106,118)
#AD7C87
(173,124,135)
#B88E98
(184,142,152)
#C3A0A9
(195,160,169)
#CEB2BA
(206,178,186)
#D9C4CB
(217,196,203)
#E4D6DC
(228,214,220)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813443 color. Also use rgb(129,52,67) instead hex code.

Text Font Color

.myTextColor { color: #813443; }

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

This text font color is #813443.


Background Color

.myBgColor { background-color: #813443; }

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

This div background color is #813443.


Border color

.myBorderColor { border: 1px solid #813443; }

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

This div border color is #813443.


Opacity

.myOpacity80 { color: #813443; opacity: 0.8; }

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

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

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

This text has shadow with #813443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813443 on black background.


Color preview on white background

This text has color #813443 on white background.



Black color preview on #813443 background

This text has black color on #813443 background.


White color preview on #813443 background

This text has white color on #813443 background.