COLOR #82295D

HEX: #82295D
RGB: (130,41,93)

Color info

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

RGB color model

#82295D color RGB value is (130,41,93).

  • red value is 130;
  • green value is 41;
  • blue value is 93.
RGB:
(130,41,93)
(51%,16%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 41 of 255 = 16%
B 93 of 255 = 36%

130
41
93

R + G + B ~ 34%. #82295D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 41 + 93 = 264 (100%)
R 130 of 264 ~ 49.24%
G 41 of 264 ~ 15.53%
B 93 of 264 ~ 35.23%

%49.24
%15.53
%35.23

CMYK color model

#82295D color CMYK value is (0,68,28,49).

  • cyan value is 0.00%
  • magenta value is 68.46%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,68,28,49)
C0M68Y28K49 
(0%,68%,28%,49%)
(0.00/0.68/0.28/0.49)	

CMYK percentages

%0
%68.46
%28.46
%49.02

Codes

Color #82295D in popluar color models

82295D
RGB1304193
HSL325°52.05%33.53%
HSB/HSV325°68.46%50.98%
CMYK0.00%68.46%28.46%
49.02%

Color #82295D in popluar number systems.

HEX82295D
Decimal1304193
Binary100000101010011011101
Octal20251135

Shades and tints

Shades of #82295D

#82295D
(130,41,93)
#772655
(119,38,85)
#6C234D
(108,35,77)
#612045
(97,32,69)
#561D3D
(86,29,61)
#4B1A35
(75,26,53)
#40172D
(64,23,45)
#351425
(53,20,37)
#2A111D
(42,17,29)
#1F0E15
(31,14,21)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #82295D

#82295D
(130,41,93)
#8D3C6B
(141,60,107)
#984F79
(152,79,121)
#A36287
(163,98,135)
#AE7595
(174,117,149)
#B988A3
(185,136,163)
#C49BB1
(196,155,177)
#CFAEBF
(207,174,191)
#DAC1CD
(218,193,205)
#E5D4DB
(229,212,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82295D color. Also use rgb(130,41,93) instead hex code.

Text Font Color

.myTextColor { color: #82295D; }

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

This text font color is #82295D.


Background Color

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

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

This div background color is #82295D.


Border color

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

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

This div border color is #82295D.


Opacity

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

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

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

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

This text has shadow with #82295D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82295D on black background.


Color preview on white background

This text has color #82295D on white background.



Black color preview on #82295D background

This text has black color on #82295D background.


White color preview on #82295D background

This text has white color on #82295D background.