COLOR #82437E

HEX: #82437E
RGB: (130,67,126)

Color info

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

RGB color model

#82437E color RGB value is (130,67,126).

  • red value is 130;
  • green value is 67;
  • blue value is 126.
RGB:
(130,67,126)
(51%,26%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 67 of 255 = 26%
B 126 of 255 = 49%

130
67
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 67 + 126 = 323 (100%)
R 130 of 323 ~ 40.25%
G 67 of 323 ~ 20.74%
B 126 of 323 ~ 39.01%

%40.25
%20.74
%39.01

CMYK color model

#82437E color CMYK value is (0,48,3,49).

  • cyan value is 0.00%
  • magenta value is 48.46%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(0,48,3,49)
C0M48Y3K49 
(0%,48%,3%,49%)
(0.00/0.48/0.03/0.49)	

CMYK percentages

%0
%48.46
%3.08
%49.02

Codes

Color #82437E in popluar color models

82437E
RGB13067126
HSL304°31.98%38.63%
HSB/HSV304°48.46%50.98%
CMYK0.00%48.46%3.08%
49.02%

Color #82437E in popluar number systems.

HEX82437E
Decimal13067126
Binary1000001010000111111110
Octal202103176

Shades and tints

Shades of #82437E

#82437E
(130,67,126)
#773D73
(119,61,115)
#6C3768
(108,55,104)
#61315D
(97,49,93)
#562B52
(86,43,82)
#4B2547
(75,37,71)
#401F3C
(64,31,60)
#351931
(53,25,49)
#2A1326
(42,19,38)
#1F0D1B
(31,13,27)
#140710
(20,7,16)
#000000
(0,0,0)

Tints of #82437E

#82437E
(130,67,126)
#8D5489
(141,84,137)
#986594
(152,101,148)
#A3769F
(163,118,159)
#AE87AA
(174,135,170)
#B998B5
(185,152,181)
#C4A9C0
(196,169,192)
#CFBACB
(207,186,203)
#DACBD6
(218,203,214)
#E5DCE1
(229,220,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82437E color. Also use rgb(130,67,126) instead hex code.

Text Font Color

.myTextColor { color: #82437E; }

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

This text font color is #82437E.


Background Color

.myBgColor { background-color: #82437E; }

<div style="background-color:#82437E">Inner text</div>

This div background color is #82437E.


Border color

.myBorderColor { border: 1px solid #82437E; }

<div style="border:3px solid #82437E">Div</div>

This div border color is #82437E.


Opacity

.myOpacity80 { color: #82437E; opacity: 0.8; }

<p style="color:#82437E;opacity:0.8;">80%</p>

Text with #82437E 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 #82437E;}

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

This text has shadow with #82437E color.

.textShadow {text-shadow: 3px 3px 1px #82437E, 3px 3px 1px red;}

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

This text has shadow with #82437E primary color and red secondary color.


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

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

This text has shadow with #82437E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82437E on black background.


Color preview on white background

This text has color #82437E on white background.



Black color preview on #82437E background

This text has black color on #82437E background.


White color preview on #82437E background

This text has white color on #82437E background.