COLOR #827C4F

HEX: #827C4F
RGB: (130,124,79)

Color info

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

RGB color model

#827C4F color RGB value is (130,124,79).

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

RGB channels and saturation

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

130
124
79

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 79 = 333 (100%)
R 130 of 333 ~ 39.04%
G 124 of 333 ~ 37.24%
B 79 of 333 ~ 23.72%

%39.04
%37.24
%23.72

CMYK color model

#827C4F color CMYK value is (0,5,39,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 39.23%
  • key color value is 49.02%
CMYK:
(0,5,39,49)
C0M5Y39K49 
(0%,5%,39%,49%)
(0.00/0.05/0.39/0.49)	

CMYK percentages

%0
%4.62
%39.23
%49.02

Codes

Color #827C4F in popluar color models

827C4F
RGB13012479
HSL53°24.40%40.98%
HSB/HSV53°39.23%50.98%
CMYK0.00%4.62%39.23%
49.02%

Color #827C4F in popluar number systems.

HEX827C4F
Decimal13012479
Binary1000001011111001001111
Octal202174117

Shades and tints

Shades of #827C4F

#827C4F
(130,124,79)
#777148
(119,113,72)
#6C6641
(108,102,65)
#615B3A
(97,91,58)
#565033
(86,80,51)
#4B452C
(75,69,44)
#403A25
(64,58,37)
#352F1E
(53,47,30)
#2A2417
(42,36,23)
#1F1910
(31,25,16)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #827C4F

#827C4F
(130,124,79)
#8D875F
(141,135,95)
#98926F
(152,146,111)
#A39D7F
(163,157,127)
#AEA88F
(174,168,143)
#B9B39F
(185,179,159)
#C4BEAF
(196,190,175)
#CFC9BF
(207,201,191)
#DAD4CF
(218,212,207)
#E5DFDF
(229,223,223)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C4F; }

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

This text font color is #827C4F.


Background Color

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

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

This div background color is #827C4F.


Border color

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

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

This div border color is #827C4F.


Opacity

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

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

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

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

This text has shadow with #827C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C4F on black background.


Color preview on white background

This text has color #827C4F on white background.



Black color preview on #827C4F background

This text has black color on #827C4F background.


White color preview on #827C4F background

This text has white color on #827C4F background.