COLOR #82237D

HEX: #82237D
RGB: (130,35,125)

Color info

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

RGB color model

#82237D color RGB value is (130,35,125).

  • red value is 130;
  • green value is 35;
  • blue value is 125.
RGB:
(130,35,125)
(51%,14%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 35 of 255 = 14%
B 125 of 255 = 49%

130
35
125

R + G + B ~ 38%. #82237D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 35 + 125 = 290 (100%)
R 130 of 290 ~ 44.83%
G 35 of 290 ~ 12.07%
B 125 of 290 ~ 43.1%

%44.83
%12.07
%43.1

CMYK color model

#82237D color CMYK value is (0,73,4,49).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(0,73,4,49)
C0M73Y4K49 
(0%,73%,4%,49%)
(0.00/0.73/0.04/0.49)	

CMYK percentages

%0
%73.08
%3.85
%49.02

Codes

Color #82237D in popluar color models

82237D
RGB13035125
HSL303°57.58%32.35%
HSB/HSV303°73.08%50.98%
CMYK0.00%73.08%3.85%
49.02%

Color #82237D in popluar number systems.

HEX82237D
Decimal13035125
Binary100000101000111111101
Octal20243175

Shades and tints

Shades of #82237D

#82237D
(130,35,125)
#772072
(119,32,114)
#6C1D67
(108,29,103)
#611A5C
(97,26,92)
#561751
(86,23,81)
#4B1446
(75,20,70)
#40113B
(64,17,59)
#350E30
(53,14,48)
#2A0B25
(42,11,37)
#1F081A
(31,8,26)
#14050F
(20,5,15)
#000000
(0,0,0)

Tints of #82237D

#82237D
(130,35,125)
#8D3788
(141,55,136)
#984B93
(152,75,147)
#A35F9E
(163,95,158)
#AE73A9
(174,115,169)
#B987B4
(185,135,180)
#C49BBF
(196,155,191)
#CFAFCA
(207,175,202)
#DAC3D5
(218,195,213)
#E5D7E0
(229,215,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82237D color. Also use rgb(130,35,125) instead hex code.

Text Font Color

.myTextColor { color: #82237D; }

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

This text font color is #82237D.


Background Color

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

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

This div background color is #82237D.


Border color

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

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

This div border color is #82237D.


Opacity

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

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

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

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

This text has shadow with #82237D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82237D on black background.


Color preview on white background

This text has color #82237D on white background.



Black color preview on #82237D background

This text has black color on #82237D background.


White color preview on #82237D background

This text has white color on #82237D background.