COLOR #827483

HEX: #827483
RGB: (130,116,131)

Color info

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

RGB color model

#827483 color RGB value is (130,116,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 131 of 255 = 51%

130
116
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 131 = 377 (100%)
R 130 of 377 ~ 34.48%
G 116 of 377 ~ 30.77%
B 131 of 377 ~ 34.75%

%34.48
%30.77
%34.75

CMYK color model

#827483 color CMYK value is (1,11,0,49).

  • cyan value is 0.76%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,11,0,49)
C1M11Y0K49 
(1%,11%,0%,49%)
(0.01/0.11/0.00/0.49)	

CMYK percentages

%0.76
%11.45
%0
%48.63

Codes

Color #827483 in popluar color models

827483
RGB130116131
HSL296°6.07%48.43%
HSB/HSV296°11.45%51.37%
CMYK0.76%11.45%0.00%
48.63%

Color #827483 in popluar number systems.

HEX827483
Decimal130116131
Binary10000010111010010000011
Octal202164203

Shades and tints

Shades of #827483

#827483
(130,116,131)
#776A78
(119,106,120)
#6C606D
(108,96,109)
#615662
(97,86,98)
#564C57
(86,76,87)
#4B424C
(75,66,76)
#403841
(64,56,65)
#352E36
(53,46,54)
#2A242B
(42,36,43)
#1F1A20
(31,26,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #827483

#827483
(130,116,131)
#8D808E
(141,128,142)
#988C99
(152,140,153)
#A398A4
(163,152,164)
#AEA4AF
(174,164,175)
#B9B0BA
(185,176,186)
#C4BCC5
(196,188,197)
#CFC8D0
(207,200,208)
#DAD4DB
(218,212,219)
#E5E0E6
(229,224,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827483; }

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

This text font color is #827483.


Background Color

.myBgColor { background-color: #827483; }

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

This div background color is #827483.


Border color

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

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

This div border color is #827483.


Opacity

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

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

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

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

This text has shadow with #827483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827483 on black background.


Color preview on white background

This text has color #827483 on white background.



Black color preview on #827483 background

This text has black color on #827483 background.


White color preview on #827483 background

This text has white color on #827483 background.