COLOR #827079

HEX: #827079
RGB: (130,112,121)

Color info

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

RGB color model

#827079 color RGB value is (130,112,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 121 of 255 = 47%

130
112
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 121 = 363 (100%)
R 130 of 363 ~ 35.81%
G 112 of 363 ~ 30.85%
B 121 of 363 ~ 33.33%

%35.81
%30.85
%33.33

CMYK color model

#827079 color CMYK value is (0,14,7,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,14,7,49)
C0M14Y7K49 
(0%,14%,7%,49%)
(0.00/0.14/0.07/0.49)	

CMYK percentages

%0
%13.85
%6.92
%49.02

Codes

Color #827079 in popluar color models

827079
RGB130112121
HSL330°7.44%47.45%
HSB/HSV330°13.85%50.98%
CMYK0.00%13.85%6.92%
49.02%

Color #827079 in popluar number systems.

HEX827079
Decimal130112121
Binary1000001011100001111001
Octal202160171

Shades and tints

Shades of #827079

#827079
(130,112,121)
#77666E
(119,102,110)
#6C5C63
(108,92,99)
#615258
(97,82,88)
#56484D
(86,72,77)
#4B3E42
(75,62,66)
#403437
(64,52,55)
#352A2C
(53,42,44)
#2A2021
(42,32,33)
#1F1616
(31,22,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #827079

#827079
(130,112,121)
#8D7D85
(141,125,133)
#988A91
(152,138,145)
#A3979D
(163,151,157)
#AEA4A9
(174,164,169)
#B9B1B5
(185,177,181)
#C4BEC1
(196,190,193)
#CFCBCD
(207,203,205)
#DAD8D9
(218,216,217)
#E5E5E5
(229,229,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827079; }

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

This text font color is #827079.


Background Color

.myBgColor { background-color: #827079; }

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

This div background color is #827079.


Border color

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

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

This div border color is #827079.


Opacity

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

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

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

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

This text has shadow with #827079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827079 on black background.


Color preview on white background

This text has color #827079 on white background.



Black color preview on #827079 background

This text has black color on #827079 background.


White color preview on #827079 background

This text has white color on #827079 background.