COLOR #827480

HEX: #827480
RGB: (130,116,128)

Color info

#827480 contains red, green and blue colors in about the same proportion. Web safe color of #827480 is #996666 (or #966).

RGB color model

#827480 color RGB value is (130,116,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 128 of 255 = 50%

130
116
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 128 = 374 (100%)
R 130 of 374 ~ 34.76%
G 116 of 374 ~ 31.02%
B 128 of 374 ~ 34.22%

%34.76
%31.02
%34.22

CMYK color model

#827480 color CMYK value is (0,11,2,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,11,2,49)
C0M11Y2K49 
(0%,11%,2%,49%)
(0.00/0.11/0.02/0.49)	

CMYK percentages

%0
%10.77
%1.54
%49.02

Codes

Color #827480 in popluar color models

827480
RGB130116128
HSL309°5.69%48.24%
HSB/HSV309°10.77%50.98%
CMYK0.00%10.77%1.54%
49.02%

Color #827480 in popluar number systems.

HEX827480
Decimal130116128
Binary10000010111010010000000
Octal202164200

Shades and tints

Shades of #827480

#827480
(130,116,128)
#776A75
(119,106,117)
#6C606A
(108,96,106)
#61565F
(97,86,95)
#564C54
(86,76,84)
#4B4249
(75,66,73)
#40383E
(64,56,62)
#352E33
(53,46,51)
#2A2428
(42,36,40)
#1F1A1D
(31,26,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #827480

#827480
(130,116,128)
#8D808B
(141,128,139)
#988C96
(152,140,150)
#A398A1
(163,152,161)
#AEA4AC
(174,164,172)
#B9B0B7
(185,176,183)
#C4BCC2
(196,188,194)
#CFC8CD
(207,200,205)
#DAD4D8
(218,212,216)
#E5E0E3
(229,224,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827480; }

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

This text font color is #827480.


Background Color

.myBgColor { background-color: #827480; }

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

This div background color is #827480.


Border color

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

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

This div border color is #827480.


Opacity

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

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

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

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

This text has shadow with #827480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827480 on black background.


Color preview on white background

This text has color #827480 on white background.



Black color preview on #827480 background

This text has black color on #827480 background.


White color preview on #827480 background

This text has white color on #827480 background.