COLOR #813C41

HEX: #813C41
RGB: (129,60,65)

Color info

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

RGB color model

#813C41 color RGB value is (129,60,65).

  • red value is 129;
  • green value is 60;
  • blue value is 65.
RGB:
(129,60,65)
(51%,24%,25%)

RGB channels and saturation

R 129 of 255 = 51%
G 60 of 255 = 24%
B 65 of 255 = 25%

129
60
65

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

Portions of RGB colors in percentages

R + G + B =
129 + 60 + 65 = 254 (100%)
R 129 of 254 ~ 50.79%
G 60 of 254 ~ 23.62%
B 65 of 254 ~ 25.59%

%50.79
%23.62
%25.59

CMYK color model

#813C41 color CMYK value is (0,53,50,49).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 49.61%
  • key color value is 49.41%
CMYK:
(0,53,50,49)
C0M53Y50K49 
(0%,53%,50%,49%)
(0.00/0.53/0.50/0.49)	

CMYK percentages

%0
%53.49
%49.61
%49.41

Codes

Color #813C41 in popluar color models

813C41
RGB1296065
HSL356°36.51%37.06%
HSB/HSV356°53.49%50.59%
CMYK0.00%53.49%49.61%
49.41%

Color #813C41 in popluar number systems.

HEX813C41
Decimal1296065
Binary100000011111001000001
Octal20174101

Shades and tints

Shades of #813C41

#813C41
(129,60,65)
#76373C
(118,55,60)
#6B3237
(107,50,55)
#602D32
(96,45,50)
#55282D
(85,40,45)
#4A2328
(74,35,40)
#3F1E23
(63,30,35)
#34191E
(52,25,30)
#291419
(41,20,25)
#1E0F14
(30,15,20)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #813C41

#813C41
(129,60,65)
#8C4D52
(140,77,82)
#975E63
(151,94,99)
#A26F74
(162,111,116)
#AD8085
(173,128,133)
#B89196
(184,145,150)
#C3A2A7
(195,162,167)
#CEB3B8
(206,179,184)
#D9C4C9
(217,196,201)
#E4D5DA
(228,213,218)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813C41; }

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

This text font color is #813C41.


Background Color

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

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

This div background color is #813C41.


Border color

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

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

This div border color is #813C41.


Opacity

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

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

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

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

This text has shadow with #813C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813C41 on black background.


Color preview on white background

This text has color #813C41 on white background.



Black color preview on #813C41 background

This text has black color on #813C41 background.


White color preview on #813C41 background

This text has white color on #813C41 background.