COLOR #827212

HEX: #827212
RGB: (130,114,18)

Color info

#827212 contains mainly red and green colors. Web safe color of #827212 is #996600 (or #960).

RGB color model

#827212 color RGB value is (130,114,18).

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

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 18 of 255 = 7%

130
114
18

R + G + B ~ 34%. #827212 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 18 = 262 (100%)
R 130 of 262 ~ 49.62%
G 114 of 262 ~ 43.51%
B 18 of 262 ~ 6.87%

%49.62
%43.51

CMYK color model

#827212 color CMYK value is (0,12,86,49).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 86.15%
  • key color value is 49.02%
CMYK:
(0,12,86,49)
C0M12Y86K49 
(0%,12%,86%,49%)
(0.00/0.12/0.86/0.49)	

CMYK percentages

%0
%12.31
%86.15
%49.02

Codes

Color #827212 in popluar color models

827212
RGB13011418
HSL51°75.68%29.02%
HSB/HSV51°86.15%50.98%
CMYK0.00%12.31%86.15%
49.02%

Color #827212 in popluar number systems.

HEX827212
Decimal13011418
Binary10000010111001010010
Octal20216222

Shades and tints

Shades of #827212

#827212
(130,114,18)
#776811
(119,104,17)
#6C5E10
(108,94,16)
#61540F
(97,84,15)
#564A0E
(86,74,14)
#4B400D
(75,64,13)
#40360C
(64,54,12)
#352C0B
(53,44,11)
#2A220A
(42,34,10)
#1F1809
(31,24,9)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #827212

#827212
(130,114,18)
#8D7E27
(141,126,39)
#988A3C
(152,138,60)
#A39651
(163,150,81)
#AEA266
(174,162,102)
#B9AE7B
(185,174,123)
#C4BA90
(196,186,144)
#CFC6A5
(207,198,165)
#DAD2BA
(218,210,186)
#E5DECF
(229,222,207)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827212; }

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

This text font color is #827212.


Background Color

.myBgColor { background-color: #827212; }

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

This div background color is #827212.


Border color

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

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

This div border color is #827212.


Opacity

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

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

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

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

This text has shadow with #827212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827212 on black background.


Color preview on white background

This text has color #827212 on white background.



Black color preview on #827212 background

This text has black color on #827212 background.


White color preview on #827212 background

This text has white color on #827212 background.