COLOR #827F51

HEX: #827F51
RGB: (130,127,81)

Color info

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

RGB color model

#827F51 color RGB value is (130,127,81).

  • red value is 130;
  • green value is 127;
  • blue value is 81.
RGB:
(130,127,81)
(51%,50%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 81 of 255 = 32%

130
127
81

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

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 81 = 338 (100%)
R 130 of 338 ~ 38.46%
G 127 of 338 ~ 37.57%
B 81 of 338 ~ 23.96%

%38.46
%37.57
%23.96

CMYK color model

#827F51 color CMYK value is (0,2,38,49).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(0,2,38,49)
C0M2Y38K49 
(0%,2%,38%,49%)
(0.00/0.02/0.38/0.49)	

CMYK percentages

%0
%2.31
%37.69
%49.02

Codes

Color #827F51 in popluar color models

827F51
RGB13012781
HSL56°23.22%41.37%
HSB/HSV56°37.69%50.98%
CMYK0.00%2.31%37.69%
49.02%

Color #827F51 in popluar number systems.

HEX827F51
Decimal13012781
Binary1000001011111111010001
Octal202177121

Shades and tints

Shades of #827F51

#827F51
(130,127,81)
#77744A
(119,116,74)
#6C6943
(108,105,67)
#615E3C
(97,94,60)
#565335
(86,83,53)
#4B482E
(75,72,46)
#403D27
(64,61,39)
#353220
(53,50,32)
#2A2719
(42,39,25)
#1F1C12
(31,28,18)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #827F51

#827F51
(130,127,81)
#8D8A60
(141,138,96)
#98956F
(152,149,111)
#A3A07E
(163,160,126)
#AEAB8D
(174,171,141)
#B9B69C
(185,182,156)
#C4C1AB
(196,193,171)
#CFCCBA
(207,204,186)
#DAD7C9
(218,215,201)
#E5E2D8
(229,226,216)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F51 color. Also use rgb(130,127,81) instead hex code.

Text Font Color

.myTextColor { color: #827F51; }

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

This text font color is #827F51.


Background Color

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

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

This div background color is #827F51.


Border color

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

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

This div border color is #827F51.


Opacity

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

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

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

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

This text has shadow with #827F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F51 on black background.


Color preview on white background

This text has color #827F51 on white background.



Black color preview on #827F51 background

This text has black color on #827F51 background.


White color preview on #827F51 background

This text has white color on #827F51 background.