COLOR #827E51

HEX: #827E51 RGB: (130,126,81)

Color info

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

RGB color model

#827E51 color RGB value is (130,126,81).

RGB: (130,126,81) (51%, 49%, 32%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 81 of 255 = 32%

130
126
81

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

Portions of RGB colors in percentages

R + G + B = 130 + 126 + 81 = 337 (100%)
R 130 of 337 ~ 38.58%
G 126 of 337 ~ 37.39%
B 81 of 337 ~ 24.04'%

%38.58
%37.39
%24.04

CMYK color model

#827E51 color CMYK value is (0,3,38,49).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 37.69%
  • key color value is 49.02%

CMYK: (0,3,38,49)
C0M3Y38K49 (0%, 3%, 38%, 49%)
(0.00 / 0.03 / 0.38 / 0.49)

CMYK percentages

%0
%3.08
%37.69
%49.02

Codes

Color #827E51 in popluar color models

82 7E 51
RGB 130 126 81
HSL 55° 23.22% 41.37%
HSB/HSV 55° 37.69% 50.98%
CMYK 0.00% 3.08% 37.69%
49.02%

Color #827E51 in popluar number systems.

HEX 82 7E 51
Decimal 130 126 81
Binary 10000010 1111110 1010001
Octal 202 176 121

Shades and tints

Shades of #827E51

#827E51
(130,126,81)
#77734A
(119,115,74)
#6C6843
(108,104,67)
#615D3C
(97,93,60)
#565235
(86,82,53)
#4B472E
(75,71,46)
#403C27
(64,60,39)
#353120
(53,49,32)
#2A2619
(42,38,25)
#1F1B12
(31,27,18)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #827E51

#827E51
(130,126,81)
#8D8960
(141,137,96)
#98946F
(152,148,111)
#A39F7E
(163,159,126)
#AEAA8D
(174,170,141)
#B9B59C
(185,181,156)
#C4C0AB
(196,192,171)
#CFCBBA
(207,203,186)
#DAD6C9
(218,214,201)
#E5E1D8
(229,225,216)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E51; }

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

This text font color is #827E51.

Background Color

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

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

This div background color is #827E51.

Border color

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

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

This div border color is #827E51.

Opacity

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

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

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

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

This text has shadow with #827E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827E51.

Preview

Color preview on black background

This text has color #827E51 on black background.


Color preview on white background

This text has color #827E51 on white background.


Black color preview on #827E51 background

This text has black color on #827E51 background.


White color preview on #827E51 background

This text has white color on #827E51 background.


Related colors

Complementary color

Complementary color for #hex is #7D81AE.


I love getcolorcode.com

Triadic colors

1 #51827E and #7E5182 with #827E51 are triadic colors.

2 #517E82 and #7E8251 with #827E51 are triadic colors.