COLOR #827D81

HEX: #827D81 RGB: (130,125,129)

Color info

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

RGB color model

#827D81 color RGB value is (130,125,129).

RGB: (130,125,129) (51%, 49%, 51%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 129 of 255 = 51%

130
125
129

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

Portions of RGB colors in percentages

R + G + B = 130 + 125 + 129 = 384 (100%)
R 130 of 384 ~ 33.85%
G 125 of 384 ~ 32.55%
B 129 of 384 ~ 33.59'%

%33.85
%32.55
%33.59

CMYK color model

#827D81 color CMYK value is (0,4,1,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 0.77%
  • key color value is 49.02%

CMYK: (0,4,1,49)
C0M4Y1K49 (0%, 4%, 1%, 49%)
(0.00 / 0.04 / 0.01 / 0.49)

CMYK percentages

%0
%3.85
%0.77
%49.02

Codes

Color #827D81 in popluar color models

82 7D 81
RGB 130 125 129
HSL 312° 1.96% 50.00%
HSB/HSV 312° 3.85% 50.98%
CMYK 0.00% 3.85% 0.77%
49.02%

Color #827D81 in popluar number systems.

HEX 82 7D 81
Decimal 130 125 129
Binary 10000010 1111101 10000001
Octal 202 175 201

Shades and tints

Shades of #827D81

#827D81
(130,125,129)
#777276
(119,114,118)
#6C676B
(108,103,107)
#615C60
(97,92,96)
#565155
(86,81,85)
#4B464A
(75,70,74)
#403B3F
(64,59,63)
#353034
(53,48,52)
#2A2529
(42,37,41)
#1F1A1E
(31,26,30)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #827D81

#827D81
(130,125,129)
#8D888C
(141,136,140)
#989397
(152,147,151)
#A39EA2
(163,158,162)
#AEA9AD
(174,169,173)
#B9B4B8
(185,180,184)
#C4BFC3
(196,191,195)
#CFCACE
(207,202,206)
#DAD5D9
(218,213,217)
#E5E0E4
(229,224,228)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D81; }

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

This text font color is #827D81.

Background Color

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

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

This div background color is #827D81.

Border color

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

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

This div border color is #827D81.

Opacity

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

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

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

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

This text has shadow with #827D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827D81.

Preview

Color preview on black background

This text has color #827D81 on black background.


Color preview on white background

This text has color #827D81 on white background.


Black color preview on #827D81 background

This text has black color on #827D81 background.


White color preview on #827D81 background

This text has white color on #827D81 background.


Related colors

Complementary color

Complementary color for #hex is #7D827E.


I love getcolorcode.com

Triadic colors

1 #81827D and #7D8182 with #827D81 are triadic colors.

2 #817D82 and #7D8281 with #827D81 are triadic colors.