COLOR #827F4D

HEX: #827F4D RGB: (130,127,77)

Color info

#827F4D contains red, green and blue colors in about the same proportion. Web safe color of #827F4D is #996633 (or #963).

RGB color model

#827F4D color RGB value is (130,127,77).

RGB: (130,127,77) (51%, 50%, 30%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 77 of 255 = 30%

130
127
77

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

Portions of RGB colors in percentages

R + G + B = 130 + 127 + 77 = 334 (100%)
R 130 of 334 ~ 38.92%
G 127 of 334 ~ 38.02%
B 77 of 334 ~ 23.05'%

%38.92
%38.02
%23.05

CMYK color model

#827F4D color CMYK value is (0,2,41,49).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 40.77%
  • key color value is 49.02%

CMYK: (0,2,41,49)
C0M2Y41K49 (0%, 2%, 41%, 49%)
(0.00 / 0.02 / 0.41 / 0.49)

CMYK percentages

%0
%2.31
%40.77
%49.02

Codes

Color #827F4D in popluar color models

82 7F 4D
RGB 130 127 77
HSL 57° 25.60% 40.59%
HSB/HSV 57° 40.77% 50.98%
CMYK 0.00% 2.31% 40.77%
49.02%

Color #827F4D in popluar number systems.

HEX 82 7F 4D
Decimal 130 127 77
Binary 10000010 1111111 1001101
Octal 202 177 115

Shades and tints

Shades of #827F4D

#827F4D
(130,127,77)
#777446
(119,116,70)
#6C693F
(108,105,63)
#615E38
(97,94,56)
#565331
(86,83,49)
#4B482A
(75,72,42)
#403D23
(64,61,35)
#35321C
(53,50,28)
#2A2715
(42,39,21)
#1F1C0E
(31,28,14)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #827F4D

#827F4D
(130,127,77)
#8D8A5D
(141,138,93)
#98956D
(152,149,109)
#A3A07D
(163,160,125)
#AEAB8D
(174,171,141)
#B9B69D
(185,182,157)
#C4C1AD
(196,193,173)
#CFCCBD
(207,204,189)
#DAD7CD
(218,215,205)
#E5E2DD
(229,226,221)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827F4D; }

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

This text font color is #827F4D.

Background Color

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

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

This div background color is #827F4D.

Border color

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

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

This div border color is #827F4D.

Opacity

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

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

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

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

This text has shadow with #827F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827F4D.

Preview

Color preview on black background

This text has color #827F4D on black background.


Color preview on white background

This text has color #827F4D on white background.


Black color preview on #827F4D background

This text has black color on #827F4D background.


White color preview on #827F4D background

This text has white color on #827F4D background.


Related colors

Complementary color

Complementary color for #hex is #7D80B2.


I love getcolorcode.com

Triadic colors

1 #4D827F and #7F4D82 with #827F4D are triadic colors.

2 #4D7F82 and #7F824D with #827F4D are triadic colors.