COLOR #827D6F

HEX: #827D6F
RGB: (130,125,111)

Color info

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

RGB color model

#827D6F color RGB value is (130,125,111).

  • red value is 130;
  • green value is 125;
  • blue value is 111.
RGB:
(130,125,111)
(51%,49%,44%)

RGB channels and saturation

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

130
125
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 111 = 366 (100%)
R 130 of 366 ~ 35.52%
G 125 of 366 ~ 34.15%
B 111 of 366 ~ 30.33%

%35.52
%34.15
%30.33

CMYK color model

#827D6F color CMYK value is (0,4,15,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(0,4,15,49)
C0M4Y15K49 
(0%,4%,15%,49%)
(0.00/0.04/0.15/0.49)	

CMYK percentages

%0
%3.85
%14.62
%49.02

Codes

Color #827D6F in popluar color models

827D6F
RGB130125111
HSL44°7.88%47.25%
HSB/HSV44°14.62%50.98%
CMYK0.00%3.85%14.62%
49.02%

Color #827D6F in popluar number systems.

HEX827D6F
Decimal130125111
Binary1000001011111011101111
Octal202175157

Shades and tints

Shades of #827D6F

#827D6F
(130,125,111)
#777265
(119,114,101)
#6C675B
(108,103,91)
#615C51
(97,92,81)
#565147
(86,81,71)
#4B463D
(75,70,61)
#403B33
(64,59,51)
#353029
(53,48,41)
#2A251F
(42,37,31)
#1F1A15
(31,26,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #827D6F

#827D6F
(130,125,111)
#8D887C
(141,136,124)
#989389
(152,147,137)
#A39E96
(163,158,150)
#AEA9A3
(174,169,163)
#B9B4B0
(185,180,176)
#C4BFBD
(196,191,189)
#CFCACA
(207,202,202)
#DAD5D7
(218,213,215)
#E5E0E4
(229,224,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D6F; }

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

This text font color is #827D6F.


Background Color

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

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

This div background color is #827D6F.


Border color

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

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

This div border color is #827D6F.


Opacity

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

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

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

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

This text has shadow with #827D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D6F on black background.


Color preview on white background

This text has color #827D6F on white background.



Black color preview on #827D6F background

This text has black color on #827D6F background.


White color preview on #827D6F background

This text has white color on #827D6F background.