COLOR #827D4F

HEX: #827D4F
RGB: (130,125,79)

Color info

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

RGB color model

#827D4F color RGB value is (130,125,79).

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

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 79 of 255 = 31%

130
125
79

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 79 = 334 (100%)
R 130 of 334 ~ 38.92%
G 125 of 334 ~ 37.43%
B 79 of 334 ~ 23.65%

%38.92
%37.43
%23.65

CMYK color model

#827D4F color CMYK value is (0,4,39,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(0,4,39,49)
C0M4Y39K49 
(0%,4%,39%,49%)
(0.00/0.04/0.39/0.49)	

CMYK percentages

%0
%3.85
%39.23
%49.02

Codes

Color #827D4F in popluar color models

827D4F
RGB13012579
HSL54°24.40%40.98%
HSB/HSV54°39.23%50.98%
CMYK0.00%3.85%39.23%
49.02%

Color #827D4F in popluar number systems.

HEX827D4F
Decimal13012579
Binary1000001011111011001111
Octal202175117

Shades and tints

Shades of #827D4F

#827D4F
(130,125,79)
#777248
(119,114,72)
#6C6741
(108,103,65)
#615C3A
(97,92,58)
#565133
(86,81,51)
#4B462C
(75,70,44)
#403B25
(64,59,37)
#35301E
(53,48,30)
#2A2517
(42,37,23)
#1F1A10
(31,26,16)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #827D4F

#827D4F
(130,125,79)
#8D885F
(141,136,95)
#98936F
(152,147,111)
#A39E7F
(163,158,127)
#AEA98F
(174,169,143)
#B9B49F
(185,180,159)
#C4BFAF
(196,191,175)
#CFCABF
(207,202,191)
#DAD5CF
(218,213,207)
#E5E0DF
(229,224,223)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D4F; }

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

This text font color is #827D4F.


Background Color

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

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

This div background color is #827D4F.


Border color

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

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

This div border color is #827D4F.


Opacity

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

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

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

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

This text has shadow with #827D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D4F on black background.


Color preview on white background

This text has color #827D4F on white background.



Black color preview on #827D4F background

This text has black color on #827D4F background.


White color preview on #827D4F background

This text has white color on #827D4F background.