COLOR #82366B

HEX: #82366B
RGB: (130,54,107)

Color info

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

RGB color model

#82366B color RGB value is (130,54,107).

  • red value is 130;
  • green value is 54;
  • blue value is 107.
RGB:
(130,54,107)
(51%,21%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 54 of 255 = 21%
B 107 of 255 = 42%

130
54
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 54 + 107 = 291 (100%)
R 130 of 291 ~ 44.67%
G 54 of 291 ~ 18.56%
B 107 of 291 ~ 36.77%

%44.67
%18.56
%36.77

CMYK color model

#82366B color CMYK value is (0,58,18,49).

  • cyan value is 0.00%
  • magenta value is 58.46%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(0,58,18,49)
C0M58Y18K49 
(0%,58%,18%,49%)
(0.00/0.58/0.18/0.49)	

CMYK percentages

%0
%58.46
%17.69
%49.02

Codes

Color #82366B in popluar color models

82366B
RGB13054107
HSL318°41.30%36.08%
HSB/HSV318°58.46%50.98%
CMYK0.00%58.46%17.69%
49.02%

Color #82366B in popluar number systems.

HEX82366B
Decimal13054107
Binary100000101101101101011
Octal20266153

Shades and tints

Shades of #82366B

#82366B
(130,54,107)
#773262
(119,50,98)
#6C2E59
(108,46,89)
#612A50
(97,42,80)
#562647
(86,38,71)
#4B223E
(75,34,62)
#401E35
(64,30,53)
#351A2C
(53,26,44)
#2A1623
(42,22,35)
#1F121A
(31,18,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #82366B

#82366B
(130,54,107)
#8D4878
(141,72,120)
#985A85
(152,90,133)
#A36C92
(163,108,146)
#AE7E9F
(174,126,159)
#B990AC
(185,144,172)
#C4A2B9
(196,162,185)
#CFB4C6
(207,180,198)
#DAC6D3
(218,198,211)
#E5D8E0
(229,216,224)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82366B color. Also use rgb(130,54,107) instead hex code.

Text Font Color

.myTextColor { color: #82366B; }

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

This text font color is #82366B.


Background Color

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

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

This div background color is #82366B.


Border color

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

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

This div border color is #82366B.


Opacity

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

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

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

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

This text has shadow with #82366B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82366B on black background.


Color preview on white background

This text has color #82366B on white background.



Black color preview on #82366B background

This text has black color on #82366B background.


White color preview on #82366B background

This text has white color on #82366B background.