COLOR #813B55

HEX: #813B55
RGB: (129,59,85)

Color info

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

RGB color model

#813B55 color RGB value is (129,59,85).

  • red value is 129;
  • green value is 59;
  • blue value is 85.
RGB:
(129,59,85)
(51%,23%,33%)

RGB channels and saturation

R 129 of 255 = 51%
G 59 of 255 = 23%
B 85 of 255 = 33%

129
59
85

R + G + B ~ 36%. #813B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 59 + 85 = 273 (100%)
R 129 of 273 ~ 47.25%
G 59 of 273 ~ 21.61%
B 85 of 273 ~ 31.14%

%47.25
%21.61
%31.14

CMYK color model

#813B55 color CMYK value is (0,54,34,49).

  • cyan value is 0.00%
  • magenta value is 54.26%
  • yellow value is 34.11%
  • key color value is 49.41%
CMYK:
(0,54,34,49)
C0M54Y34K49 
(0%,54%,34%,49%)
(0.00/0.54/0.34/0.49)	

CMYK percentages

%0
%54.26
%34.11
%49.41

Codes

Color #813B55 in popluar color models

813B55
RGB1295985
HSL338°37.23%36.86%
HSB/HSV338°54.26%50.59%
CMYK0.00%54.26%34.11%
49.41%

Color #813B55 in popluar number systems.

HEX813B55
Decimal1295985
Binary100000011110111010101
Octal20173125

Shades and tints

Shades of #813B55

#813B55
(129,59,85)
#76364E
(118,54,78)
#6B3147
(107,49,71)
#602C40
(96,44,64)
#552739
(85,39,57)
#4A2232
(74,34,50)
#3F1D2B
(63,29,43)
#341824
(52,24,36)
#29131D
(41,19,29)
#1E0E16
(30,14,22)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #813B55

#813B55
(129,59,85)
#8C4C64
(140,76,100)
#975D73
(151,93,115)
#A26E82
(162,110,130)
#AD7F91
(173,127,145)
#B890A0
(184,144,160)
#C3A1AF
(195,161,175)
#CEB2BE
(206,178,190)
#D9C3CD
(217,195,205)
#E4D4DC
(228,212,220)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813B55 color. Also use rgb(129,59,85) instead hex code.

Text Font Color

.myTextColor { color: #813B55; }

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

This text font color is #813B55.


Background Color

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

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

This div background color is #813B55.


Border color

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

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

This div border color is #813B55.


Opacity

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

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

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

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

This text has shadow with #813B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813B55 on black background.


Color preview on white background

This text has color #813B55 on white background.



Black color preview on #813B55 background

This text has black color on #813B55 background.


White color preview on #813B55 background

This text has white color on #813B55 background.