COLOR #827C6F

HEX: #827C6F RGB: (130,124,111)

Color info

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

RGB color model

#827C6F color RGB value is (130,124,111).

RGB: (130,124,111) (51%, 49%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 111 of 255 = 44%

130
124
111

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

Portions of RGB colors in percentages

R + G + B = 130 + 124 + 111 = 365 (100%)
R 130 of 365 ~ 35.62%
G 124 of 365 ~ 33.97%
B 111 of 365 ~ 30.41'%

%35.62
%33.97
%30.41

CMYK color model

#827C6F color CMYK value is (0,5,15,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (0,5,15,49)
C0M5Y15K49 (0%, 5%, 15%, 49%)
(0.00 / 0.05 / 0.15 / 0.49)

CMYK percentages

%0
%4.62
%14.62
%49.02

Codes

Color #827C6F in popluar color models

82 7C 6F
RGB 130 124 111
HSL 41° 7.88% 47.25%
HSB/HSV 41° 14.62% 50.98%
CMYK 0.00% 4.62% 14.62%
49.02%

Color #827C6F in popluar number systems.

HEX 82 7C 6F
Decimal 130 124 111
Binary 10000010 1111100 1101111
Octal 202 174 157

Shades and tints

Shades of #827C6F

#827C6F
(130,124,111)
#777165
(119,113,101)
#6C665B
(108,102,91)
#615B51
(97,91,81)
#565047
(86,80,71)
#4B453D
(75,69,61)
#403A33
(64,58,51)
#352F29
(53,47,41)
#2A241F
(42,36,31)
#1F1915
(31,25,21)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #827C6F

#827C6F
(130,124,111)
#8D877C
(141,135,124)
#989289
(152,146,137)
#A39D96
(163,157,150)
#AEA8A3
(174,168,163)
#B9B3B0
(185,179,176)
#C4BEBD
(196,190,189)
#CFC9CA
(207,201,202)
#DAD4D7
(218,212,215)
#E5DFE4
(229,223,228)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C6F color. Also use rgb(130,124,111) instead hex code.

Text Font Color

.myTextColor { color: #827C6F; }

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

This text font color is #827C6F.

Background Color

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

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

This div background color is #827C6F.

Border color

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

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

This div border color is #827C6F.

Opacity

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

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

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

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

This text has shadow with #827C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827C6F.

Preview

Color preview on black background

This text has color #827C6F on black background.


Color preview on white background

This text has color #827C6F on white background.


Black color preview on #827C6F background

This text has black color on #827C6F background.


White color preview on #827C6F background

This text has white color on #827C6F background.


Related colors

Complementary color

Complementary color for #hex is #7D8390.


I love getcolorcode.com

Triadic colors

1 #6F827C and #7C6F82 with #827C6F are triadic colors.

2 #6F7C82 and #7C826F with #827C6F are triadic colors.