COLOR #827246

HEX: #827246
RGB: (130,114,70)

Color info

#827246 contains mainly red and green colors. Web safe color of #827246 is #996633 (or #963).

RGB color model

#827246 color RGB value is (130,114,70).

  • red value is 130;
  • green value is 114;
  • blue value is 70.
RGB:
(130,114,70)
(51%,45%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 70 of 255 = 27%

130
114
70

R + G + B ~ 41%. #827246 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 70 = 314 (100%)
R 130 of 314 ~ 41.4%
G 114 of 314 ~ 36.31%
B 70 of 314 ~ 22.29%

%41.4
%36.31
%22.29

CMYK color model

#827246 color CMYK value is (0,12,46,49).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(0,12,46,49)
C0M12Y46K49 
(0%,12%,46%,49%)
(0.00/0.12/0.46/0.49)	

CMYK percentages

%0
%12.31
%46.15
%49.02

Codes

Color #827246 in popluar color models

827246
RGB13011470
HSL44°30.00%39.22%
HSB/HSV44°46.15%50.98%
CMYK0.00%12.31%46.15%
49.02%

Color #827246 in popluar number systems.

HEX827246
Decimal13011470
Binary1000001011100101000110
Octal202162106

Shades and tints

Shades of #827246

#827246
(130,114,70)
#776840
(119,104,64)
#6C5E3A
(108,94,58)
#615434
(97,84,52)
#564A2E
(86,74,46)
#4B4028
(75,64,40)
#403622
(64,54,34)
#352C1C
(53,44,28)
#2A2216
(42,34,22)
#1F1810
(31,24,16)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #827246

#827246
(130,114,70)
#8D7E56
(141,126,86)
#988A66
(152,138,102)
#A39676
(163,150,118)
#AEA286
(174,162,134)
#B9AE96
(185,174,150)
#C4BAA6
(196,186,166)
#CFC6B6
(207,198,182)
#DAD2C6
(218,210,198)
#E5DED6
(229,222,214)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827246 color. Also use rgb(130,114,70) instead hex code.

Text Font Color

.myTextColor { color: #827246; }

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

This text font color is #827246.


Background Color

.myBgColor { background-color: #827246; }

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

This div background color is #827246.


Border color

.myBorderColor { border: 1px solid #827246; }

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

This div border color is #827246.


Opacity

.myOpacity80 { color: #827246; opacity: 0.8; }

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

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

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

This text has shadow with #827246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827246 on black background.


Color preview on white background

This text has color #827246 on white background.



Black color preview on #827246 background

This text has black color on #827246 background.


White color preview on #827246 background

This text has white color on #827246 background.