COLOR #827679

HEX: #827679
RGB: (130,118,121)

Color info

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

RGB color model

#827679 color RGB value is (130,118,121).

  • red value is 130;
  • green value is 118;
  • blue value is 121.
RGB:
(130,118,121)
(51%,46%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 121 of 255 = 47%

130
118
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 121 = 369 (100%)
R 130 of 369 ~ 35.23%
G 118 of 369 ~ 31.98%
B 121 of 369 ~ 32.79%

%35.23
%31.98
%32.79

CMYK color model

#827679 color CMYK value is (0,9,7,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,9,7,49)
C0M9Y7K49 
(0%,9%,7%,49%)
(0.00/0.09/0.07/0.49)	

CMYK percentages

%0
%9.23
%6.92
%49.02

Codes

Color #827679 in popluar color models

827679
RGB130118121
HSL345°4.84%48.63%
HSB/HSV345°9.23%50.98%
CMYK0.00%9.23%6.92%
49.02%

Color #827679 in popluar number systems.

HEX827679
Decimal130118121
Binary1000001011101101111001
Octal202166171

Shades and tints

Shades of #827679

#827679
(130,118,121)
#776C6E
(119,108,110)
#6C6263
(108,98,99)
#615858
(97,88,88)
#564E4D
(86,78,77)
#4B4442
(75,68,66)
#403A37
(64,58,55)
#35302C
(53,48,44)
#2A2621
(42,38,33)
#1F1C16
(31,28,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #827679

#827679
(130,118,121)
#8D8285
(141,130,133)
#988E91
(152,142,145)
#A39A9D
(163,154,157)
#AEA6A9
(174,166,169)
#B9B2B5
(185,178,181)
#C4BEC1
(196,190,193)
#CFCACD
(207,202,205)
#DAD6D9
(218,214,217)
#E5E2E5
(229,226,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827679 color. Also use rgb(130,118,121) instead hex code.

Text Font Color

.myTextColor { color: #827679; }

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

This text font color is #827679.


Background Color

.myBgColor { background-color: #827679; }

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

This div background color is #827679.


Border color

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

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

This div border color is #827679.


Opacity

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

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

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

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

This text has shadow with #827679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827679 on black background.


Color preview on white background

This text has color #827679 on white background.



Black color preview on #827679 background

This text has black color on #827679 background.


White color preview on #827679 background

This text has white color on #827679 background.