COLOR #826484

HEX: #826484
RGB: (130,100,132)

Color info

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

RGB color model

#826484 color RGB value is (130,100,132).

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

RGB channels and saturation

R 130 of 255 = 51%
G 100 of 255 = 39%
B 132 of 255 = 52%

130
100
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 132 = 362 (100%)
R 130 of 362 ~ 35.91%
G 100 of 362 ~ 27.62%
B 132 of 362 ~ 36.46%

%35.91
%27.62
%36.46

CMYK color model

#826484 color CMYK value is (2,24,0,48).

  • cyan value is 1.52%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,24,0,48)
C2M24Y0K48 
(2%,24%,0%,48%)
(0.02/0.24/0.00/0.48)	

CMYK percentages

%1.52
%24.24
%0
%48.24

Codes

Color #826484 in popluar color models

826484
RGB130100132
HSL296°13.79%45.49%
HSB/HSV296°24.24%51.76%
CMYK1.52%24.24%0.00%
48.24%

Color #826484 in popluar number systems.

HEX826484
Decimal130100132
Binary10000010110010010000100
Octal202144204

Shades and tints

Shades of #826484

#826484
(130,100,132)
#775B78
(119,91,120)
#6C526C
(108,82,108)
#614960
(97,73,96)
#564054
(86,64,84)
#4B3748
(75,55,72)
#402E3C
(64,46,60)
#352530
(53,37,48)
#2A1C24
(42,28,36)
#1F1318
(31,19,24)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #826484

#826484
(130,100,132)
#8D728F
(141,114,143)
#98809A
(152,128,154)
#A38EA5
(163,142,165)
#AE9CB0
(174,156,176)
#B9AABB
(185,170,187)
#C4B8C6
(196,184,198)
#CFC6D1
(207,198,209)
#DAD4DC
(218,212,220)
#E5E2E7
(229,226,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826484; }

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

This text font color is #826484.


Background Color

.myBgColor { background-color: #826484; }

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

This div background color is #826484.


Border color

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

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

This div border color is #826484.


Opacity

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

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

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

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

This text has shadow with #826484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826484 on black background.


Color preview on white background

This text has color #826484 on white background.



Black color preview on #826484 background

This text has black color on #826484 background.


White color preview on #826484 background

This text has white color on #826484 background.