COLOR #828A49

HEX: #828A49
RGB: (130,138,73)

Color info

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

RGB color model

#828A49 color RGB value is (130,138,73).

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

RGB channels and saturation

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

130
138
73

R + G + B ~ 45%. #828A49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 138 + 73 = 341 (100%)
R 130 of 341 ~ 38.12%
G 138 of 341 ~ 40.47%
B 73 of 341 ~ 21.41%

%38.12
%40.47
%21.41

CMYK color model

#828A49 color CMYK value is (6,0,47,46).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(6,0,47,46)
C6M0Y47K46 
(6%,0%,47%,46%)
(0.06/0.00/0.47/0.46)	

CMYK percentages

%5.8
%0
%47.1
%45.88

Codes

Color #828A49 in popluar color models

828A49
RGB13013873
HSL67°30.81%41.37%
HSB/HSV67°47.10%54.12%
CMYK5.80%0.00%47.10%
45.88%

Color #828A49 in popluar number systems.

HEX828A49
Decimal13013873
Binary10000010100010101001001
Octal202212111

Shades and tints

Shades of #828A49

#828A49
(130,138,73)
#777E43
(119,126,67)
#6C723D
(108,114,61)
#616637
(97,102,55)
#565A31
(86,90,49)
#4B4E2B
(75,78,43)
#404225
(64,66,37)
#35361F
(53,54,31)
#2A2A19
(42,42,25)
#1F1E13
(31,30,19)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #828A49

#828A49
(130,138,73)
#8D9459
(141,148,89)
#989E69
(152,158,105)
#A3A879
(163,168,121)
#AEB289
(174,178,137)
#B9BC99
(185,188,153)
#C4C6A9
(196,198,169)
#CFD0B9
(207,208,185)
#DADAC9
(218,218,201)
#E5E4D9
(229,228,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828A49; }

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

This text font color is #828A49.


Background Color

.myBgColor { background-color: #828A49; }

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

This div background color is #828A49.


Border color

.myBorderColor { border: 1px solid #828A49; }

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

This div border color is #828A49.


Opacity

.myOpacity80 { color: #828A49; opacity: 0.8; }

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

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

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

This text has shadow with #828A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A49 on black background.


Color preview on white background

This text has color #828A49 on white background.



Black color preview on #828A49 background

This text has black color on #828A49 background.


White color preview on #828A49 background

This text has white color on #828A49 background.