COLOR #827081

HEX: #827081
RGB: (130,112,129)

Color info

#827081 contains red, green and blue colors in about the same proportion. Web safe color of #827081 is #996699 (or #969).

RGB color model

#827081 color RGB value is (130,112,129).

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

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 129 of 255 = 51%

130
112
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 129 = 371 (100%)
R 130 of 371 ~ 35.04%
G 112 of 371 ~ 30.19%
B 129 of 371 ~ 34.77%

%35.04
%30.19
%34.77

CMYK color model

#827081 color CMYK value is (0,14,1,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(0,14,1,49)
C0M14Y1K49 
(0%,14%,1%,49%)
(0.00/0.14/0.01/0.49)	

CMYK percentages

%0
%13.85
%0.77
%49.02

Codes

Color #827081 in popluar color models

827081
RGB130112129
HSL303°7.44%47.45%
HSB/HSV303°13.85%50.98%
CMYK0.00%13.85%0.77%
49.02%

Color #827081 in popluar number systems.

HEX827081
Decimal130112129
Binary10000010111000010000001
Octal202160201

Shades and tints

Shades of #827081

#827081
(130,112,129)
#776676
(119,102,118)
#6C5C6B
(108,92,107)
#615260
(97,82,96)
#564855
(86,72,85)
#4B3E4A
(75,62,74)
#40343F
(64,52,63)
#352A34
(53,42,52)
#2A2029
(42,32,41)
#1F161E
(31,22,30)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #827081

#827081
(130,112,129)
#8D7D8C
(141,125,140)
#988A97
(152,138,151)
#A397A2
(163,151,162)
#AEA4AD
(174,164,173)
#B9B1B8
(185,177,184)
#C4BEC3
(196,190,195)
#CFCBCE
(207,203,206)
#DAD8D9
(218,216,217)
#E5E5E4
(229,229,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827081; }

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

This text font color is #827081.


Background Color

.myBgColor { background-color: #827081; }

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

This div background color is #827081.


Border color

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

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

This div border color is #827081.


Opacity

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

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

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

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

This text has shadow with #827081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827081 on black background.


Color preview on white background

This text has color #827081 on white background.



Black color preview on #827081 background

This text has black color on #827081 background.


White color preview on #827081 background

This text has white color on #827081 background.