COLOR #814365

HEX: #814365
RGB: (129,67,101)

Color info

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

RGB color model

#814365 color RGB value is (129,67,101).

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

RGB channels and saturation

R 129 of 255 = 51%
G 67 of 255 = 26%
B 101 of 255 = 40%

129
67
101

R + G + B ~ 39%. #814365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 67 + 101 = 297 (100%)
R 129 of 297 ~ 43.43%
G 67 of 297 ~ 22.56%
B 101 of 297 ~ 34.01%

%43.43
%22.56
%34.01

CMYK color model

#814365 color CMYK value is (0,48,22,49).

  • cyan value is 0.00%
  • magenta value is 48.06%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(0,48,22,49)
C0M48Y22K49 
(0%,48%,22%,49%)
(0.00/0.48/0.22/0.49)	

CMYK percentages

%0
%48.06
%21.71
%49.41

Codes

Color #814365 in popluar color models

814365
RGB12967101
HSL327°31.63%38.43%
HSB/HSV327°48.06%50.59%
CMYK0.00%48.06%21.71%
49.41%

Color #814365 in popluar number systems.

HEX814365
Decimal12967101
Binary1000000110000111100101
Octal201103145

Shades and tints

Shades of #814365

#814365
(129,67,101)
#763D5C
(118,61,92)
#6B3753
(107,55,83)
#60314A
(96,49,74)
#552B41
(85,43,65)
#4A2538
(74,37,56)
#3F1F2F
(63,31,47)
#341926
(52,25,38)
#29131D
(41,19,29)
#1E0D14
(30,13,20)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #814365

#814365
(129,67,101)
#8C5473
(140,84,115)
#976581
(151,101,129)
#A2768F
(162,118,143)
#AD879D
(173,135,157)
#B898AB
(184,152,171)
#C3A9B9
(195,169,185)
#CEBAC7
(206,186,199)
#D9CBD5
(217,203,213)
#E4DCE3
(228,220,227)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814365; }

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

This text font color is #814365.


Background Color

.myBgColor { background-color: #814365; }

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

This div background color is #814365.


Border color

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

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

This div border color is #814365.


Opacity

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

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

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

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

This text has shadow with #814365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814365 on black background.


Color preview on white background

This text has color #814365 on white background.



Black color preview on #814365 background

This text has black color on #814365 background.


White color preview on #814365 background

This text has white color on #814365 background.