COLOR #82003D

HEX: #82003D RGB: (130,0,61)

Color info

#82003D contains mainly red color. Web safe color of #82003D is #990033 (or #903).

RGB color model

#82003D color RGB value is (130,0,61).

RGB: (130,0,61) (51%, 0%, 24%)

RGB channels and saturation

R 130 of 255 = 51%
G 0 of 255 = 0%
B 61 of 255 = 24%

130
0
61

R + G + B ~ 25%. #82003D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 0 + 61 = 191 (100%)
R 130 of 191 ~ 68.06%
G 0 of 191 ~ 0%
B 61 of 191 ~ 31.94'%

%68.06
%31.94

CMYK color model

#82003D color CMYK value is (0,100,53,49).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 53.08%
  • key color value is 49.02%

CMYK: (0,100,53,49)
C0M100Y53K49 (0%, 100%, 53%, 49%)
(0.00 / 1.00 / 0.53 / 0.49)

CMYK percentages

%0
%100
%53.08
%49.02

Codes

Color #82003D in popluar color models

82 00 3D
RGB 130 0 61
HSL 332° 100.00% 25.49%
HSB/HSV 332° 100.00% 50.98%
CMYK 0.00% 100.00% 53.08%
49.02%

Color #82003D in popluar number systems.

HEX 82 00 3D
Decimal 130 0 61
Binary 10000010 0 111101
Octal 202 0 75

Shades and tints

Shades of #82003D

#82003D
(130,0,61)
#770038
(119,0,56)
#6C0033
(108,0,51)
#61002E
(97,0,46)
#560029
(86,0,41)
#4B0024
(75,0,36)
#40001F
(64,0,31)
#35001A
(53,0,26)
#2A0015
(42,0,21)
#1F0010
(31,0,16)
#14000B
(20,0,11)
#000000
(0,0,0)

Tints of #82003D

#82003D
(130,0,61)
#8D174E
(141,23,78)
#982E5F
(152,46,95)
#A34570
(163,69,112)
#AE5C81
(174,92,129)
#B97392
(185,115,146)
#C48AA3
(196,138,163)
#CFA1B4
(207,161,180)
#DAB8C5
(218,184,197)
#E5CFD6
(229,207,214)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82003D color. Also use rgb(130,0,61) instead hex code.

Text Font Color

.myTextColor { color: #82003D; }

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

This text font color is #82003D.

Background Color

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

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

This div background color is #82003D.

Border color

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

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

This div border color is #82003D.

Opacity

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

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

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

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

This text has shadow with #82003D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82003D.

Preview

Color preview on black background

This text has color #82003D on black background.


Color preview on white background

This text has color #82003D on white background.


Black color preview on #82003D background

This text has black color on #82003D background.


White color preview on #82003D background

This text has white color on #82003D background.


Related colors

Complementary color

Complementary color for #hex is #7DFFC2.


I love getcolorcode.com

Triadic colors

1 #3D8200 and #003D82 with #82003D are triadic colors.

2 #3D0082 and #00823D with #82003D are triadic colors.