COLOR #83648D

HEX: #83648D
RGB: (131,100,141)

Color info

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

RGB color model

#83648D color RGB value is (131,100,141).

  • red value is 131;
  • green value is 100;
  • blue value is 141.
RGB:
(131,100,141)
(51%,39%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 100 of 255 = 39%
B 141 of 255 = 55%

131
100
141

R + G + B ~ 48%. #83648D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 100 + 141 = 372 (100%)
R 131 of 372 ~ 35.22%
G 100 of 372 ~ 26.88%
B 141 of 372 ~ 37.9%

%35.22
%26.88
%37.9

CMYK color model

#83648D color CMYK value is (7,29,0,45).

  • cyan value is 7.09%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(7,29,0,45)
C7M29Y0K45 
(7%,29%,0%,45%)
(0.07/0.29/0.00/0.45)	

CMYK percentages

%7.09
%29.08
%0
%44.71

Codes

Color #83648D in popluar color models

83648D
RGB131100141
HSL285°17.01%47.25%
HSB/HSV285°29.08%55.29%
CMYK7.09%29.08%0.00%
44.71%

Color #83648D in popluar number systems.

HEX83648D
Decimal131100141
Binary10000011110010010001101
Octal203144215

Shades and tints

Shades of #83648D

#83648D
(131,100,141)
#785B81
(120,91,129)
#6D5275
(109,82,117)
#624969
(98,73,105)
#57405D
(87,64,93)
#4C3751
(76,55,81)
#412E45
(65,46,69)
#362539
(54,37,57)
#2B1C2D
(43,28,45)
#201321
(32,19,33)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #83648D

#83648D
(131,100,141)
#8E7297
(142,114,151)
#9980A1
(153,128,161)
#A48EAB
(164,142,171)
#AF9CB5
(175,156,181)
#BAAABF
(186,170,191)
#C5B8C9
(197,184,201)
#D0C6D3
(208,198,211)
#DBD4DD
(219,212,221)
#E6E2E7
(230,226,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83648D color. Also use rgb(131,100,141) instead hex code.

Text Font Color

.myTextColor { color: #83648D; }

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

This text font color is #83648D.


Background Color

.myBgColor { background-color: #83648D; }

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

This div background color is #83648D.


Border color

.myBorderColor { border: 1px solid #83648D; }

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

This div border color is #83648D.


Opacity

.myOpacity80 { color: #83648D; opacity: 0.8; }

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

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

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

This text has shadow with #83648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83648D on black background.


Color preview on white background

This text has color #83648D on white background.



Black color preview on #83648D background

This text has black color on #83648D background.


White color preview on #83648D background

This text has white color on #83648D background.