COLOR #827477

HEX: #827477
RGB: (130,116,119)

Color info

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

RGB color model

#827477 color RGB value is (130,116,119).

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

RGB channels and saturation

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

130
116
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 119 = 365 (100%)
R 130 of 365 ~ 35.62%
G 116 of 365 ~ 31.78%
B 119 of 365 ~ 32.6%

%35.62
%31.78
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 8.46%
  • 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
%8.46
%49.02

Codes

Color #827477 in popluar color models

827477
RGB130116119
HSL347°5.69%48.24%
HSB/HSV347°10.77%50.98%
CMYK0.00%10.77%8.46%
49.02%

Color #827477 in popluar number systems.

HEX827477
Decimal130116119
Binary1000001011101001110111
Octal202164167

Shades and tints

Shades of #827477

#827477
(130,116,119)
#776A6D
(119,106,109)
#6C6063
(108,96,99)
#615659
(97,86,89)
#564C4F
(86,76,79)
#4B4245
(75,66,69)
#40383B
(64,56,59)
#352E31
(53,46,49)
#2A2427
(42,36,39)
#1F1A1D
(31,26,29)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #827477

#827477
(130,116,119)
#8D8083
(141,128,131)
#988C8F
(152,140,143)
#A3989B
(163,152,155)
#AEA4A7
(174,164,167)
#B9B0B3
(185,176,179)
#C4BCBF
(196,188,191)
#CFC8CB
(207,200,203)
#DAD4D7
(218,212,215)
#E5E0E3
(229,224,227)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827477; }

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

This text font color is #827477.


Background Color

.myBgColor { background-color: #827477; }

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

This div background color is #827477.


Border color

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

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

This div border color is #827477.


Opacity

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

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

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

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

This text has shadow with #827477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827477 on black background.


Color preview on white background

This text has color #827477 on white background.



Black color preview on #827477 background

This text has black color on #827477 background.


White color preview on #827477 background

This text has white color on #827477 background.