COLOR #828447

HEX: #828447
RGB: (130,132,71)

Color info

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

RGB color model

#828447 color RGB value is (130,132,71).

  • red value is 130;
  • green value is 132;
  • blue value is 71.
RGB:
(130,132,71)
(51%,52%,28%)

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 71 of 255 = 28%

130
132
71

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 71 = 333 (100%)
R 130 of 333 ~ 39.04%
G 132 of 333 ~ 39.64%
B 71 of 333 ~ 21.32%

%39.04
%39.64
%21.32

CMYK color model

#828447 color CMYK value is (2,0,46,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(2,0,46,48)
C2M0Y46K48 
(2%,0%,46%,48%)
(0.02/0.00/0.46/0.48)	

CMYK percentages

%1.52
%0
%46.21
%48.24

Codes

Color #828447 in popluar color models

828447
RGB13013271
HSL62°30.05%39.80%
HSB/HSV62°46.21%51.76%
CMYK1.52%0.00%46.21%
48.24%

Color #828447 in popluar number systems.

HEX828447
Decimal13013271
Binary10000010100001001000111
Octal202204107

Shades and tints

Shades of #828447

#828447
(130,132,71)
#777841
(119,120,65)
#6C6C3B
(108,108,59)
#616035
(97,96,53)
#56542F
(86,84,47)
#4B4829
(75,72,41)
#403C23
(64,60,35)
#35301D
(53,48,29)
#2A2417
(42,36,23)
#1F1811
(31,24,17)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #828447

#828447
(130,132,71)
#8D8F57
(141,143,87)
#989A67
(152,154,103)
#A3A577
(163,165,119)
#AEB087
(174,176,135)
#B9BB97
(185,187,151)
#C4C6A7
(196,198,167)
#CFD1B7
(207,209,183)
#DADCC7
(218,220,199)
#E5E7D7
(229,231,215)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828447; }

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

This text font color is #828447.


Background Color

.myBgColor { background-color: #828447; }

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

This div background color is #828447.


Border color

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

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

This div border color is #828447.


Opacity

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

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

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

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

This text has shadow with #828447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828447 on black background.


Color preview on white background

This text has color #828447 on white background.



Black color preview on #828447 background

This text has black color on #828447 background.


White color preview on #828447 background

This text has white color on #828447 background.