COLOR #82436C

HEX: #82436C
RGB: (130,67,108)

Color info

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

RGB color model

#82436C color RGB value is (130,67,108).

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

RGB channels and saturation

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

130
67
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 67 + 108 = 305 (100%)
R 130 of 305 ~ 42.62%
G 67 of 305 ~ 21.97%
B 108 of 305 ~ 35.41%

%42.62
%21.97
%35.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.46%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,48,17,49)
C0M48Y17K49 
(0%,48%,17%,49%)
(0.00/0.48/0.17/0.49)	

CMYK percentages

%0
%48.46
%16.92
%49.02

Codes

Color #82436C in popluar color models

82436C
RGB13067108
HSL321°31.98%38.63%
HSB/HSV321°48.46%50.98%
CMYK0.00%48.46%16.92%
49.02%

Color #82436C in popluar number systems.

HEX82436C
Decimal13067108
Binary1000001010000111101100
Octal202103154

Shades and tints

Shades of #82436C

#82436C
(130,67,108)
#773D63
(119,61,99)
#6C375A
(108,55,90)
#613151
(97,49,81)
#562B48
(86,43,72)
#4B253F
(75,37,63)
#401F36
(64,31,54)
#35192D
(53,25,45)
#2A1324
(42,19,36)
#1F0D1B
(31,13,27)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #82436C

#82436C
(130,67,108)
#8D5479
(141,84,121)
#986586
(152,101,134)
#A37693
(163,118,147)
#AE87A0
(174,135,160)
#B998AD
(185,152,173)
#C4A9BA
(196,169,186)
#CFBAC7
(207,186,199)
#DACBD4
(218,203,212)
#E5DCE1
(229,220,225)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82436C; }

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

This text font color is #82436C.


Background Color

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

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

This div background color is #82436C.


Border color

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

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

This div border color is #82436C.


Opacity

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

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

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

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

This text has shadow with #82436C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82436C on black background.


Color preview on white background

This text has color #82436C on white background.



Black color preview on #82436C background

This text has black color on #82436C background.


White color preview on #82436C background

This text has white color on #82436C background.