COLOR #816383

HEX: #816383
RGB: (129,99,131)

Color info

#816383 contains red, green and blue colors in about the same proportion. Web safe color of #816383 is #996699 (or #969).

RGB color model

#816383 color RGB value is (129,99,131).

  • red value is 129;
  • green value is 99;
  • blue value is 131.
RGB:
(129,99,131)
(51%,39%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 99 of 255 = 39%
B 131 of 255 = 51%

129
99
131

R + G + B ~ 47%. #816383 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 99 + 131 = 359 (100%)
R 129 of 359 ~ 35.93%
G 99 of 359 ~ 27.58%
B 131 of 359 ~ 36.49%

%35.93
%27.58
%36.49

CMYK color model

#816383 color CMYK value is (2,24,0,49).

  • cyan value is 1.53%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,24,0,49)
C2M24Y0K49 
(2%,24%,0%,49%)
(0.02/0.24/0.00/0.49)	

CMYK percentages

%1.53
%24.43
%0
%48.63

Codes

Color #816383 in popluar color models

816383
RGB12999131
HSL296°13.91%45.10%
HSB/HSV296°24.43%51.37%
CMYK1.53%24.43%0.00%
48.63%

Color #816383 in popluar number systems.

HEX816383
Decimal12999131
Binary10000001110001110000011
Octal201143203

Shades and tints

Shades of #816383

#816383
(129,99,131)
#765A78
(118,90,120)
#6B516D
(107,81,109)
#604862
(96,72,98)
#553F57
(85,63,87)
#4A364C
(74,54,76)
#3F2D41
(63,45,65)
#342436
(52,36,54)
#291B2B
(41,27,43)
#1E1220
(30,18,32)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #816383

#816383
(129,99,131)
#8C718E
(140,113,142)
#977F99
(151,127,153)
#A28DA4
(162,141,164)
#AD9BAF
(173,155,175)
#B8A9BA
(184,169,186)
#C3B7C5
(195,183,197)
#CEC5D0
(206,197,208)
#D9D3DB
(217,211,219)
#E4E1E6
(228,225,230)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816383 color. Also use rgb(129,99,131) instead hex code.

Text Font Color

.myTextColor { color: #816383; }

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

This text font color is #816383.


Background Color

.myBgColor { background-color: #816383; }

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

This div background color is #816383.


Border color

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

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

This div border color is #816383.


Opacity

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

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

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

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

This text has shadow with #816383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816383 on black background.


Color preview on white background

This text has color #816383 on white background.



Black color preview on #816383 background

This text has black color on #816383 background.


White color preview on #816383 background

This text has white color on #816383 background.