COLOR #827584

HEX: #827584
RGB: (130,117,132)

Color info

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

RGB color model

#827584 color RGB value is (130,117,132).

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

RGB channels and saturation

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

130
117
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 117 + 132 = 379 (100%)
R 130 of 379 ~ 34.3%
G 117 of 379 ~ 30.87%
B 132 of 379 ~ 34.83%

%34.3
%30.87
%34.83

CMYK color model

#827584 color CMYK value is (2,11,0,48).

  • cyan value is 1.52%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,11,0,48)
C2M11Y0K48 
(2%,11%,0%,48%)
(0.02/0.11/0.00/0.48)	

CMYK percentages

%1.52
%11.36
%0
%48.24

Codes

Color #827584 in popluar color models

827584
RGB130117132
HSL292°6.02%48.82%
HSB/HSV292°11.36%51.76%
CMYK1.52%11.36%0.00%
48.24%

Color #827584 in popluar number systems.

HEX827584
Decimal130117132
Binary10000010111010110000100
Octal202165204

Shades and tints

Shades of #827584

#827584
(130,117,132)
#776B78
(119,107,120)
#6C616C
(108,97,108)
#615760
(97,87,96)
#564D54
(86,77,84)
#4B4348
(75,67,72)
#40393C
(64,57,60)
#352F30
(53,47,48)
#2A2524
(42,37,36)
#1F1B18
(31,27,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #827584

#827584
(130,117,132)
#8D818F
(141,129,143)
#988D9A
(152,141,154)
#A399A5
(163,153,165)
#AEA5B0
(174,165,176)
#B9B1BB
(185,177,187)
#C4BDC6
(196,189,198)
#CFC9D1
(207,201,209)
#DAD5DC
(218,213,220)
#E5E1E7
(229,225,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827584; }

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

This text font color is #827584.


Background Color

.myBgColor { background-color: #827584; }

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

This div background color is #827584.


Border color

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

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

This div border color is #827584.


Opacity

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

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

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

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

This text has shadow with #827584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827584 on black background.


Color preview on white background

This text has color #827584 on white background.



Black color preview on #827584 background

This text has black color on #827584 background.


White color preview on #827584 background

This text has white color on #827584 background.