COLOR #83437A

HEX: #83437A
RGB: (131,67,122)

Color info

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

RGB color model

#83437A color RGB value is (131,67,122).

  • red value is 131;
  • green value is 67;
  • blue value is 122.
RGB:
(131,67,122)
(51%,26%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 67 of 255 = 26%
B 122 of 255 = 48%

131
67
122

R + G + B ~ 42%. #83437A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 67 + 122 = 320 (100%)
R 131 of 320 ~ 40.94%
G 67 of 320 ~ 20.94%
B 122 of 320 ~ 38.13%

%40.94
%20.94
%38.13

CMYK color model

#83437A color CMYK value is (0,49,7,49).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,49,7,49)
C0M49Y7K49 
(0%,49%,7%,49%)
(0.00/0.49/0.07/0.49)	

CMYK percentages

%0
%48.85
%6.87
%48.63

Codes

Color #83437A in popluar color models

83437A
RGB13167122
HSL308°32.32%38.82%
HSB/HSV308°48.85%51.37%
CMYK0.00%48.85%6.87%
48.63%

Color #83437A in popluar number systems.

HEX83437A
Decimal13167122
Binary1000001110000111111010
Octal203103172

Shades and tints

Shades of #83437A

#83437A
(131,67,122)
#783D6F
(120,61,111)
#6D3764
(109,55,100)
#623159
(98,49,89)
#572B4E
(87,43,78)
#4C2543
(76,37,67)
#411F38
(65,31,56)
#36192D
(54,25,45)
#2B1322
(43,19,34)
#200D17
(32,13,23)
#15070C
(21,7,12)
#000000
(0,0,0)

Tints of #83437A

#83437A
(131,67,122)
#8E5486
(142,84,134)
#996592
(153,101,146)
#A4769E
(164,118,158)
#AF87AA
(175,135,170)
#BA98B6
(186,152,182)
#C5A9C2
(197,169,194)
#D0BACE
(208,186,206)
#DBCBDA
(219,203,218)
#E6DCE6
(230,220,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83437A color. Also use rgb(131,67,122) instead hex code.

Text Font Color

.myTextColor { color: #83437A; }

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

This text font color is #83437A.


Background Color

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

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

This div background color is #83437A.


Border color

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

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

This div border color is #83437A.


Opacity

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

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

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

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

This text has shadow with #83437A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83437A on black background.


Color preview on white background

This text has color #83437A on white background.



Black color preview on #83437A background

This text has black color on #83437A background.


White color preview on #83437A background

This text has white color on #83437A background.