COLOR #83468B

HEX: #83468B
RGB: (131,70,139)

Color info

#83468B contains mainly red and blue colors. Web safe color of #83468B is #993399 (or #939).

RGB color model

#83468B color RGB value is (131,70,139).

  • red value is 131;
  • green value is 70;
  • blue value is 139.
RGB:
(131,70,139)
(51%,27%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 139 of 255 = 55%

131
70
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 139 = 340 (100%)
R 131 of 340 ~ 38.53%
G 70 of 340 ~ 20.59%
B 139 of 340 ~ 40.88%

%38.53
%20.59
%40.88

CMYK color model

#83468B color CMYK value is (6,50,0,45).

  • cyan value is 5.76%
  • magenta value is 49.64%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,50,0,45)
C6M50Y0K45 
(6%,50%,0%,45%)
(0.06/0.50/0.00/0.45)	

CMYK percentages

%5.76
%49.64
%0
%45.49

Codes

Color #83468B in popluar color models

83468B
RGB13170139
HSL293°33.01%40.98%
HSB/HSV293°49.64%54.51%
CMYK5.76%49.64%0.00%
45.49%

Color #83468B in popluar number systems.

HEX83468B
Decimal13170139
Binary10000011100011010001011
Octal203106213

Shades and tints

Shades of #83468B

#83468B
(131,70,139)
#78407F
(120,64,127)
#6D3A73
(109,58,115)
#623467
(98,52,103)
#572E5B
(87,46,91)
#4C284F
(76,40,79)
#412243
(65,34,67)
#361C37
(54,28,55)
#2B162B
(43,22,43)
#20101F
(32,16,31)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #83468B

#83468B
(131,70,139)
#8E5695
(142,86,149)
#99669F
(153,102,159)
#A476A9
(164,118,169)
#AF86B3
(175,134,179)
#BA96BD
(186,150,189)
#C5A6C7
(197,166,199)
#D0B6D1
(208,182,209)
#DBC6DB
(219,198,219)
#E6D6E5
(230,214,229)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83468B color. Also use rgb(131,70,139) instead hex code.

Text Font Color

.myTextColor { color: #83468B; }

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

This text font color is #83468B.


Background Color

.myBgColor { background-color: #83468B; }

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

This div background color is #83468B.


Border color

.myBorderColor { border: 1px solid #83468B; }

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

This div border color is #83468B.


Opacity

.myOpacity80 { color: #83468B; opacity: 0.8; }

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

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

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

This text has shadow with #83468B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83468B on black background.


Color preview on white background

This text has color #83468B on white background.



Black color preview on #83468B background

This text has black color on #83468B background.


White color preview on #83468B background

This text has white color on #83468B background.