COLOR #826478

HEX: #826478
RGB: (130,100,120)

Color info

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

RGB color model

#826478 color RGB value is (130,100,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 100 of 255 = 39%
B 120 of 255 = 47%

130
100
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 120 = 350 (100%)
R 130 of 350 ~ 37.14%
G 100 of 350 ~ 28.57%
B 120 of 350 ~ 34.29%

%37.14
%28.57
%34.29

CMYK color model

#826478 color CMYK value is (0,23,8,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,23,8,49)
C0M23Y8K49 
(0%,23%,8%,49%)
(0.00/0.23/0.08/0.49)	

CMYK percentages

%0
%23.08
%7.69
%49.02

Codes

Color #826478 in popluar color models

826478
RGB130100120
HSL320°13.04%45.10%
HSB/HSV320°23.08%50.98%
CMYK0.00%23.08%7.69%
49.02%

Color #826478 in popluar number systems.

HEX826478
Decimal130100120
Binary1000001011001001111000
Octal202144170

Shades and tints

Shades of #826478

#826478
(130,100,120)
#775B6E
(119,91,110)
#6C5264
(108,82,100)
#61495A
(97,73,90)
#564050
(86,64,80)
#4B3746
(75,55,70)
#402E3C
(64,46,60)
#352532
(53,37,50)
#2A1C28
(42,28,40)
#1F131E
(31,19,30)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #826478

#826478
(130,100,120)
#8D7284
(141,114,132)
#988090
(152,128,144)
#A38E9C
(163,142,156)
#AE9CA8
(174,156,168)
#B9AAB4
(185,170,180)
#C4B8C0
(196,184,192)
#CFC6CC
(207,198,204)
#DAD4D8
(218,212,216)
#E5E2E4
(229,226,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826478; }

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

This text font color is #826478.


Background Color

.myBgColor { background-color: #826478; }

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

This div background color is #826478.


Border color

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

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

This div border color is #826478.


Opacity

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

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

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

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

This text has shadow with #826478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826478 on black background.


Color preview on white background

This text has color #826478 on white background.



Black color preview on #826478 background

This text has black color on #826478 background.


White color preview on #826478 background

This text has white color on #826478 background.