COLOR #813E5A

HEX: #813E5A
RGB: (129,62,90)

Color info

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

RGB color model

#813E5A color RGB value is (129,62,90).

  • red value is 129;
  • green value is 62;
  • blue value is 90.
RGB:
(129,62,90)
(51%,24%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 62 of 255 = 24%
B 90 of 255 = 35%

129
62
90

R + G + B ~ 37%. #813E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 62 + 90 = 281 (100%)
R 129 of 281 ~ 45.91%
G 62 of 281 ~ 22.06%
B 90 of 281 ~ 32.03%

%45.91
%22.06
%32.03

CMYK color model

#813E5A color CMYK value is (0,52,30,49).

  • cyan value is 0.00%
  • magenta value is 51.94%
  • yellow value is 30.23%
  • key color value is 49.41%
CMYK:
(0,52,30,49)
C0M52Y30K49 
(0%,52%,30%,49%)
(0.00/0.52/0.30/0.49)	

CMYK percentages

%0
%51.94
%30.23
%49.41

Codes

Color #813E5A in popluar color models

813E5A
RGB1296290
HSL335°35.08%37.45%
HSB/HSV335°51.94%50.59%
CMYK0.00%51.94%30.23%
49.41%

Color #813E5A in popluar number systems.

HEX813E5A
Decimal1296290
Binary100000011111101011010
Octal20176132

Shades and tints

Shades of #813E5A

#813E5A
(129,62,90)
#763952
(118,57,82)
#6B344A
(107,52,74)
#602F42
(96,47,66)
#552A3A
(85,42,58)
#4A2532
(74,37,50)
#3F202A
(63,32,42)
#341B22
(52,27,34)
#29161A
(41,22,26)
#1E1112
(30,17,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #813E5A

#813E5A
(129,62,90)
#8C4F69
(140,79,105)
#976078
(151,96,120)
#A27187
(162,113,135)
#AD8296
(173,130,150)
#B893A5
(184,147,165)
#C3A4B4
(195,164,180)
#CEB5C3
(206,181,195)
#D9C6D2
(217,198,210)
#E4D7E1
(228,215,225)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813E5A color. Also use rgb(129,62,90) instead hex code.

Text Font Color

.myTextColor { color: #813E5A; }

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

This text font color is #813E5A.


Background Color

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

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

This div background color is #813E5A.


Border color

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

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

This div border color is #813E5A.


Opacity

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

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

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

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

This text has shadow with #813E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813E5A on black background.


Color preview on white background

This text has color #813E5A on white background.



Black color preview on #813E5A background

This text has black color on #813E5A background.


White color preview on #813E5A background

This text has white color on #813E5A background.