COLOR #828249

HEX: #828249
RGB: (130,130,73)

Color info

#828249 contains red, green and blue colors in about the same proportion. Web safe color of #828249 is #999933 (or #993).

RGB color model

#828249 color RGB value is (130,130,73).

  • red value is 130;
  • green value is 130;
  • blue value is 73.
RGB:
(130,130,73)
(51%,51%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 73 of 255 = 29%

130
130
73

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

Portions of RGB colors in percentages

R + G + B =
130 + 130 + 73 = 333 (100%)
R 130 of 333 ~ 39.04%
G 130 of 333 ~ 39.04%
B 73 of 333 ~ 21.92%

%39.04
%39.04
%21.92

CMYK color model

#828249 color CMYK value is (0,0,44,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.85%
  • key color value is 49.02%
CMYK:
(0,0,44,49)
C0M0Y44K49 
(0%,0%,44%,49%)
(0.00/0.00/0.44/0.49)	

CMYK percentages

%0
%0
%43.85
%49.02

Codes

Color #828249 in popluar color models

828249
RGB13013073
HSL60°28.08%39.80%
HSB/HSV60°43.85%50.98%
CMYK0.00%0.00%43.85%
49.02%

Color #828249 in popluar number systems.

HEX828249
Decimal13013073
Binary10000010100000101001001
Octal202202111

Shades and tints

Shades of #828249

#828249
(130,130,73)
#777743
(119,119,67)
#6C6C3D
(108,108,61)
#616137
(97,97,55)
#565631
(86,86,49)
#4B4B2B
(75,75,43)
#404025
(64,64,37)
#35351F
(53,53,31)
#2A2A19
(42,42,25)
#1F1F13
(31,31,19)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #828249

#828249
(130,130,73)
#8D8D59
(141,141,89)
#989869
(152,152,105)
#A3A379
(163,163,121)
#AEAE89
(174,174,137)
#B9B999
(185,185,153)
#C4C4A9
(196,196,169)
#CFCFB9
(207,207,185)
#DADAC9
(218,218,201)
#E5E5D9
(229,229,217)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828249; }

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

This text font color is #828249.


Background Color

.myBgColor { background-color: #828249; }

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

This div background color is #828249.


Border color

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

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

This div border color is #828249.


Opacity

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

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

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

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

This text has shadow with #828249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828249 on black background.


Color preview on white background

This text has color #828249 on white background.



Black color preview on #828249 background

This text has black color on #828249 background.


White color preview on #828249 background

This text has white color on #828249 background.