COLOR #827A81

HEX: #827A81
RGB: (130,122,129)

Color info

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

RGB color model

#827A81 color RGB value is (130,122,129).

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

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 129 of 255 = 51%

130
122
129

R + G + B ~ 50%. #827A81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 129 = 381 (100%)
R 130 of 381 ~ 34.12%
G 122 of 381 ~ 32.02%
B 129 of 381 ~ 33.86%

%34.12
%32.02
%33.86

CMYK color model

#827A81 color CMYK value is (0,6,1,49).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(0,6,1,49)
C0M6Y1K49 
(0%,6%,1%,49%)
(0.00/0.06/0.01/0.49)	

CMYK percentages

%0
%6.15
%0.77
%49.02

Codes

Color #827A81 in popluar color models

827A81
RGB130122129
HSL308°3.17%49.41%
HSB/HSV308°6.15%50.98%
CMYK0.00%6.15%0.77%
49.02%

Color #827A81 in popluar number systems.

HEX827A81
Decimal130122129
Binary10000010111101010000001
Octal202172201

Shades and tints

Shades of #827A81

#827A81
(130,122,129)
#776F76
(119,111,118)
#6C646B
(108,100,107)
#615960
(97,89,96)
#564E55
(86,78,85)
#4B434A
(75,67,74)
#40383F
(64,56,63)
#352D34
(53,45,52)
#2A2229
(42,34,41)
#1F171E
(31,23,30)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #827A81

#827A81
(130,122,129)
#8D868C
(141,134,140)
#989297
(152,146,151)
#A39EA2
(163,158,162)
#AEAAAD
(174,170,173)
#B9B6B8
(185,182,184)
#C4C2C3
(196,194,195)
#CFCECE
(207,206,206)
#DADAD9
(218,218,217)
#E5E6E4
(229,230,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827A81; }

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

This text font color is #827A81.


Background Color

.myBgColor { background-color: #827A81; }

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

This div background color is #827A81.


Border color

.myBorderColor { border: 1px solid #827A81; }

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

This div border color is #827A81.


Opacity

.myOpacity80 { color: #827A81; opacity: 0.8; }

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

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

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

This text has shadow with #827A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A81 on black background.


Color preview on white background

This text has color #827A81 on white background.



Black color preview on #827A81 background

This text has black color on #827A81 background.


White color preview on #827A81 background

This text has white color on #827A81 background.