COLOR #827478

HEX: #827478
RGB: (130,116,120)

Color info

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

RGB color model

#827478 color RGB value is (130,116,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 120 of 255 = 47%

130
116
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 120 = 366 (100%)
R 130 of 366 ~ 35.52%
G 116 of 366 ~ 31.69%
B 120 of 366 ~ 32.79%

%35.52
%31.69
%32.79

CMYK color model

#827478 color CMYK value is (0,11,8,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,11,8,49)
C0M11Y8K49 
(0%,11%,8%,49%)
(0.00/0.11/0.08/0.49)	

CMYK percentages

%0
%10.77
%7.69
%49.02

Codes

Color #827478 in popluar color models

827478
RGB130116120
HSL343°5.69%48.24%
HSB/HSV343°10.77%50.98%
CMYK0.00%10.77%7.69%
49.02%

Color #827478 in popluar number systems.

HEX827478
Decimal130116120
Binary1000001011101001111000
Octal202164170

Shades and tints

Shades of #827478

#827478
(130,116,120)
#776A6E
(119,106,110)
#6C6064
(108,96,100)
#61565A
(97,86,90)
#564C50
(86,76,80)
#4B4246
(75,66,70)
#40383C
(64,56,60)
#352E32
(53,46,50)
#2A2428
(42,36,40)
#1F1A1E
(31,26,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #827478

#827478
(130,116,120)
#8D8084
(141,128,132)
#988C90
(152,140,144)
#A3989C
(163,152,156)
#AEA4A8
(174,164,168)
#B9B0B4
(185,176,180)
#C4BCC0
(196,188,192)
#CFC8CC
(207,200,204)
#DAD4D8
(218,212,216)
#E5E0E4
(229,224,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827478; }

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

This text font color is #827478.


Background Color

.myBgColor { background-color: #827478; }

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

This div background color is #827478.


Border color

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

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

This div border color is #827478.


Opacity

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

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

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

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

This text has shadow with #827478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827478 on black background.


Color preview on white background

This text has color #827478 on white background.



Black color preview on #827478 background

This text has black color on #827478 background.


White color preview on #827478 background

This text has white color on #827478 background.