COLOR #83466F

HEX: #83466F
RGB: (131,70,111)

Color info

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

RGB color model

#83466F color RGB value is (131,70,111).

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

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 111 of 255 = 44%

131
70
111

R + G + B ~ 41%. #83466F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 111 = 312 (100%)
R 131 of 312 ~ 41.99%
G 70 of 312 ~ 22.44%
B 111 of 312 ~ 35.58%

%41.99
%22.44
%35.58

CMYK color model

#83466F color CMYK value is (0,47,15,49).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(0,47,15,49)
C0M47Y15K49 
(0%,47%,15%,49%)
(0.00/0.47/0.15/0.49)	

CMYK percentages

%0
%46.56
%15.27
%48.63

Codes

Color #83466F in popluar color models

83466F
RGB13170111
HSL320°30.35%39.41%
HSB/HSV320°46.56%51.37%
CMYK0.00%46.56%15.27%
48.63%

Color #83466F in popluar number systems.

HEX83466F
Decimal13170111
Binary1000001110001101101111
Octal203106157

Shades and tints

Shades of #83466F

#83466F
(131,70,111)
#784065
(120,64,101)
#6D3A5B
(109,58,91)
#623451
(98,52,81)
#572E47
(87,46,71)
#4C283D
(76,40,61)
#412233
(65,34,51)
#361C29
(54,28,41)
#2B161F
(43,22,31)
#201015
(32,16,21)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #83466F

#83466F
(131,70,111)
#8E567C
(142,86,124)
#996689
(153,102,137)
#A47696
(164,118,150)
#AF86A3
(175,134,163)
#BA96B0
(186,150,176)
#C5A6BD
(197,166,189)
#D0B6CA
(208,182,202)
#DBC6D7
(219,198,215)
#E6D6E4
(230,214,228)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83466F color. Also use rgb(131,70,111) instead hex code.

Text Font Color

.myTextColor { color: #83466F; }

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

This text font color is #83466F.


Background Color

.myBgColor { background-color: #83466F; }

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

This div background color is #83466F.


Border color

.myBorderColor { border: 1px solid #83466F; }

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

This div border color is #83466F.


Opacity

.myOpacity80 { color: #83466F; opacity: 0.8; }

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

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

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

This text has shadow with #83466F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83466F on black background.


Color preview on white background

This text has color #83466F on white background.



Black color preview on #83466F background

This text has black color on #83466F background.


White color preview on #83466F background

This text has white color on #83466F background.