COLOR #827382

HEX: #827382
RGB: (130,115,130)

Color info

#827382 contains red, green and blue colors in about the same proportion. Web safe color of #827382 is #996699 (or #969).

RGB color model

#827382 color RGB value is (130,115,130).

  • red value is 130;
  • green value is 115;
  • blue value is 130.
RGB:
(130,115,130)
(51%,45%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 130 of 255 = 51%

130
115
130

R + G + B ~ 49%. #827382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 130 = 375 (100%)
R 130 of 375 ~ 34.67%
G 115 of 375 ~ 30.67%
B 130 of 375 ~ 34.67%

%34.67
%30.67
%34.67

CMYK color model

#827382 color CMYK value is (0,12,0,49).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(0,12,0,49)
C0M12Y0K49 
(0%,12%,0%,49%)
(0.00/0.12/0.00/0.49)	

CMYK percentages

%0
%11.54
%0
%49.02

Codes

Color #827382 in popluar color models

827382
RGB130115130
HSL300°6.12%48.04%
HSB/HSV300°11.54%50.98%
CMYK0.00%11.54%0.00%
49.02%

Color #827382 in popluar number systems.

HEX827382
Decimal130115130
Binary10000010111001110000010
Octal202163202

Shades and tints

Shades of #827382

#827382
(130,115,130)
#776977
(119,105,119)
#6C5F6C
(108,95,108)
#615561
(97,85,97)
#564B56
(86,75,86)
#4B414B
(75,65,75)
#403740
(64,55,64)
#352D35
(53,45,53)
#2A232A
(42,35,42)
#1F191F
(31,25,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #827382

#827382
(130,115,130)
#8D7F8D
(141,127,141)
#988B98
(152,139,152)
#A397A3
(163,151,163)
#AEA3AE
(174,163,174)
#B9AFB9
(185,175,185)
#C4BBC4
(196,187,196)
#CFC7CF
(207,199,207)
#DAD3DA
(218,211,218)
#E5DFE5
(229,223,229)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827382 color. Also use rgb(130,115,130) instead hex code.

Text Font Color

.myTextColor { color: #827382; }

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

This text font color is #827382.


Background Color

.myBgColor { background-color: #827382; }

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

This div background color is #827382.


Border color

.myBorderColor { border: 1px solid #827382; }

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

This div border color is #827382.


Opacity

.myOpacity80 { color: #827382; opacity: 0.8; }

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

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

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

This text has shadow with #827382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827382 on black background.


Color preview on white background

This text has color #827382 on white background.



Black color preview on #827382 background

This text has black color on #827382 background.


White color preview on #827382 background

This text has white color on #827382 background.