COLOR #82426C

HEX: #82426C
RGB: (130,66,108)

Color info

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

RGB color model

#82426C color RGB value is (130,66,108).

  • red value is 130;
  • green value is 66;
  • blue value is 108.
RGB:
(130,66,108)
(51%,26%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 66 of 255 = 26%
B 108 of 255 = 42%

130
66
108

R + G + B ~ 40%. #82426C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 66 + 108 = 304 (100%)
R 130 of 304 ~ 42.76%
G 66 of 304 ~ 21.71%
B 108 of 304 ~ 35.53%

%42.76
%21.71
%35.53

CMYK color model

#82426C color CMYK value is (0,49,17,49).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,49,17,49)
C0M49Y17K49 
(0%,49%,17%,49%)
(0.00/0.49/0.17/0.49)	

CMYK percentages

%0
%49.23
%16.92
%49.02

Codes

Color #82426C in popluar color models

82426C
RGB13066108
HSL321°32.65%38.43%
HSB/HSV321°49.23%50.98%
CMYK0.00%49.23%16.92%
49.02%

Color #82426C in popluar number systems.

HEX82426C
Decimal13066108
Binary1000001010000101101100
Octal202102154

Shades and tints

Shades of #82426C

#82426C
(130,66,108)
#773C63
(119,60,99)
#6C365A
(108,54,90)
#613051
(97,48,81)
#562A48
(86,42,72)
#4B243F
(75,36,63)
#401E36
(64,30,54)
#35182D
(53,24,45)
#2A1224
(42,18,36)
#1F0C1B
(31,12,27)
#140612
(20,6,18)
#000000
(0,0,0)

Tints of #82426C

#82426C
(130,66,108)
#8D5379
(141,83,121)
#986486
(152,100,134)
#A37593
(163,117,147)
#AE86A0
(174,134,160)
#B997AD
(185,151,173)
#C4A8BA
(196,168,186)
#CFB9C7
(207,185,199)
#DACAD4
(218,202,212)
#E5DBE1
(229,219,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82426C color. Also use rgb(130,66,108) instead hex code.

Text Font Color

.myTextColor { color: #82426C; }

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

This text font color is #82426C.


Background Color

.myBgColor { background-color: #82426C; }

<div style="background-color:#82426C">Inner text</div>

This div background color is #82426C.


Border color

.myBorderColor { border: 1px solid #82426C; }

<div style="border:3px solid #82426C">Div</div>

This div border color is #82426C.


Opacity

.myOpacity80 { color: #82426C; opacity: 0.8; }

<p style="color:#82426C;opacity:0.8;">80%</p>

Text with #82426C 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 #82426C;}

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

This text has shadow with #82426C color.

.textShadow {text-shadow: 3px 3px 1px #82426C, 3px 3px 1px red;}

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

This text has shadow with #82426C primary color and red secondary color.


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

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

This text has shadow with #82426C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82426C on black background.


Color preview on white background

This text has color #82426C on white background.



Black color preview on #82426C background

This text has black color on #82426C background.


White color preview on #82426C background

This text has white color on #82426C background.