COLOR #82004B

HEX: #82004B
RGB: (130,0,75)

Color info

#82004B contains only red and blue colors. Web safe color of #82004B is #990033 (or #903).

RGB color model

#82004B color RGB value is (130,0,75).

  • red value is 130;
  • green value is 0;
  • blue value is 75.
RGB:
(130,0,75)
(51%,0%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 0 of 255 = 0%
B 75 of 255 = 29%

130
0
75

R + G + B ~ 27%. #82004B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 0 + 75 = 205 (100%)
R 130 of 205 ~ 63.41%
G 0 of 205 ~ 0%
B 75 of 205 ~ 36.59%

%63.41
%36.59

CMYK color model

#82004B color CMYK value is (0,100,42,49).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(0,100,42,49)
C0M100Y42K49 
(0%,100%,42%,49%)
(0.00/1.00/0.42/0.49)	

CMYK percentages

%0
%100
%42.31
%49.02

Codes

Color #82004B in popluar color models

82004B
RGB130075
HSL325°100.00%25.49%
HSB/HSV325°100.00%50.98%
CMYK0.00%100.00%42.31%
49.02%

Color #82004B in popluar number systems.

HEX82004B
Decimal130075
Binary1000001001001011
Octal2020113

Shades and tints

Shades of #82004B

#82004B
(130,0,75)
#770045
(119,0,69)
#6C003F
(108,0,63)
#610039
(97,0,57)
#560033
(86,0,51)
#4B002D
(75,0,45)
#400027
(64,0,39)
#350021
(53,0,33)
#2A001B
(42,0,27)
#1F0015
(31,0,21)
#14000F
(20,0,15)
#000000
(0,0,0)

Tints of #82004B

#82004B
(130,0,75)
#8D175B
(141,23,91)
#982E6B
(152,46,107)
#A3457B
(163,69,123)
#AE5C8B
(174,92,139)
#B9739B
(185,115,155)
#C48AAB
(196,138,171)
#CFA1BB
(207,161,187)
#DAB8CB
(218,184,203)
#E5CFDB
(229,207,219)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82004B color. Also use rgb(130,0,75) instead hex code.

Text Font Color

.myTextColor { color: #82004B; }

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

This text font color is #82004B.


Background Color

.myBgColor { background-color: #82004B; }

<div style="background-color:#82004B">Inner text</div>

This div background color is #82004B.


Border color

.myBorderColor { border: 1px solid #82004B; }

<div style="border:3px solid #82004B">Div</div>

This div border color is #82004B.


Opacity

.myOpacity80 { color: #82004B; opacity: 0.8; }

<p style="color:#82004B;opacity:0.8;">80%</p>

Text with #82004B 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 #82004B;}

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

This text has shadow with #82004B color.

.textShadow {text-shadow: 3px 3px 1px #82004B, 3px 3px 1px red;}

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

This text has shadow with #82004B primary color and red secondary color.


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

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

This text has shadow with #82004B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82004B on black background.


Color preview on white background

This text has color #82004B on white background.



Black color preview on #82004B background

This text has black color on #82004B background.


White color preview on #82004B background

This text has white color on #82004B background.