COLOR #827582

HEX: #827582
RGB: (130,117,130)

Color info

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

RGB color model

#827582 color RGB value is (130,117,130).

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

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 130 of 255 = 51%

130
117
130

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

Portions of RGB colors in percentages

R + G + B =
130 + 117 + 130 = 377 (100%)
R 130 of 377 ~ 34.48%
G 117 of 377 ~ 31.03%
B 130 of 377 ~ 34.48%

%34.48
%31.03
%34.48

CMYK color model

#827582 color CMYK value is (0,10,0,49).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(0,10,0,49)
C0M10Y0K49 
(0%,10%,0%,49%)
(0.00/0.10/0.00/0.49)	

CMYK percentages

%0
%10
%0
%49.02

Codes

Color #827582 in popluar color models

827582
RGB130117130
HSL300°5.26%48.43%
HSB/HSV300°10.00%50.98%
CMYK0.00%10.00%0.00%
49.02%

Color #827582 in popluar number systems.

HEX827582
Decimal130117130
Binary10000010111010110000010
Octal202165202

Shades and tints

Shades of #827582

#827582
(130,117,130)
#776B77
(119,107,119)
#6C616C
(108,97,108)
#615761
(97,87,97)
#564D56
(86,77,86)
#4B434B
(75,67,75)
#403940
(64,57,64)
#352F35
(53,47,53)
#2A252A
(42,37,42)
#1F1B1F
(31,27,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #827582

#827582
(130,117,130)
#8D818D
(141,129,141)
#988D98
(152,141,152)
#A399A3
(163,153,163)
#AEA5AE
(174,165,174)
#B9B1B9
(185,177,185)
#C4BDC4
(196,189,196)
#CFC9CF
(207,201,207)
#DAD5DA
(218,213,218)
#E5E1E5
(229,225,229)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827582; }

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

This text font color is #827582.


Background Color

.myBgColor { background-color: #827582; }

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

This div background color is #827582.


Border color

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

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

This div border color is #827582.


Opacity

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

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

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

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

This text has shadow with #827582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827582 on black background.


Color preview on white background

This text has color #827582 on white background.



Black color preview on #827582 background

This text has black color on #827582 background.


White color preview on #827582 background

This text has white color on #827582 background.