COLOR #828224

HEX: #828224 RGB: (130,130,36)

Color info

#828224 contains mainly red and green colors. Web safe color of #828224 is #999933 (or #993).

RGB color model

#828224 color RGB value is (130,130,36).

RGB: (130,130,36) (51%, 51%, 14%)

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 36 of 255 = 14%

130
130
36

R + G + B ~ 39%. #828224 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 130 + 36 = 296 (100%)
R 130 of 296 ~ 43.92%
G 130 of 296 ~ 43.92%
B 36 of 296 ~ 12.16'%

%43.92
%43.92
%12.16

CMYK color model

#828224 color CMYK value is (0,0,72,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 49.02%

CMYK: (0,0,72,49)
C0M0Y72K49 (0%, 0%, 72%, 49%)
(0.00 / 0.00 / 0.72 / 0.49)

CMYK percentages

%0
%0
%72.31
%49.02

Codes

Color #828224 in popluar color models

82 82 24
RGB 130 130 36
HSL 60° 56.63% 32.55%
HSB/HSV 60° 72.31% 50.98%
CMYK 0.00% 0.00% 72.31%
49.02%

Color #828224 in popluar number systems.

HEX 82 82 24
Decimal 130 130 36
Binary 10000010 10000010 100100
Octal 202 202 44

Shades and tints

Shades of #828224

#828224
(130,130,36)
#777721
(119,119,33)
#6C6C1E
(108,108,30)
#61611B
(97,97,27)
#565618
(86,86,24)
#4B4B15
(75,75,21)
#404012
(64,64,18)
#35350F
(53,53,15)
#2A2A0C
(42,42,12)
#1F1F09
(31,31,9)
#141406
(20,20,6)
#000000
(0,0,0)

Tints of #828224

#828224
(130,130,36)
#8D8D37
(141,141,55)
#98984A
(152,152,74)
#A3A35D
(163,163,93)
#AEAE70
(174,174,112)
#B9B983
(185,185,131)
#C4C496
(196,196,150)
#CFCFA9
(207,207,169)
#DADABC
(218,218,188)
#E5E5CF
(229,229,207)
#F0F0E2
(240,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828224; }

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

This text font color is #828224.

Background Color

.myBgColor { background-color: #828224; }

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

This div background color is #828224.

Border color

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

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

This div border color is #828224.

Opacity

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

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

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

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

This text has shadow with #828224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828224.

Preview

Color preview on black background

This text has color #828224 on black background.


Color preview on white background

This text has color #828224 on white background.


Black color preview on #828224 background

This text has black color on #828224 background.


White color preview on #828224 background

This text has white color on #828224 background.


Related colors

Complementary color

Complementary color for #hex is #7D7DDB.


I love getcolorcode.com