COLOR #83465A

HEX: #83465A
RGB: (131,70,90)

Color info

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

RGB color model

#83465A color RGB value is (131,70,90).

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

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 90 of 255 = 35%

131
70
90

R + G + B ~ 38%. #83465A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 90 = 291 (100%)
R 131 of 291 ~ 45.02%
G 70 of 291 ~ 24.05%
B 90 of 291 ~ 30.93%

%45.02
%24.05
%30.93

CMYK color model

#83465A color CMYK value is (0,47,31,49).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(0,47,31,49)
C0M47Y31K49 
(0%,47%,31%,49%)
(0.00/0.47/0.31/0.49)	

CMYK percentages

%0
%46.56
%31.3
%48.63

Codes

Color #83465A in popluar color models

83465A
RGB1317090
HSL340°30.35%39.41%
HSB/HSV340°46.56%51.37%
CMYK0.00%46.56%31.30%
48.63%

Color #83465A in popluar number systems.

HEX83465A
Decimal1317090
Binary1000001110001101011010
Octal203106132

Shades and tints

Shades of #83465A

#83465A
(131,70,90)
#784052
(120,64,82)
#6D3A4A
(109,58,74)
#623442
(98,52,66)
#572E3A
(87,46,58)
#4C2832
(76,40,50)
#41222A
(65,34,42)
#361C22
(54,28,34)
#2B161A
(43,22,26)
#201012
(32,16,18)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #83465A

#83465A
(131,70,90)
#8E5669
(142,86,105)
#996678
(153,102,120)
#A47687
(164,118,135)
#AF8696
(175,134,150)
#BA96A5
(186,150,165)
#C5A6B4
(197,166,180)
#D0B6C3
(208,182,195)
#DBC6D2
(219,198,210)
#E6D6E1
(230,214,225)
#F1E6F0
(241,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83465A color. Also use rgb(131,70,90) instead hex code.

Text Font Color

.myTextColor { color: #83465A; }

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

This text font color is #83465A.


Background Color

.myBgColor { background-color: #83465A; }

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

This div background color is #83465A.


Border color

.myBorderColor { border: 1px solid #83465A; }

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

This div border color is #83465A.


Opacity

.myOpacity80 { color: #83465A; opacity: 0.8; }

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

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

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

This text has shadow with #83465A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83465A on black background.


Color preview on white background

This text has color #83465A on white background.



Black color preview on #83465A background

This text has black color on #83465A background.


White color preview on #83465A background

This text has white color on #83465A background.