COLOR #828451

HEX: #828451 RGB: (130,132,81)

Color info

#828451 contains red, green and blue colors in about the same proportion. Web safe color of #828451 is #999966 (or #996).

RGB color model

#828451 color RGB value is (130,132,81).

RGB: (130,132,81) (51%, 52%, 32%)

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 81 of 255 = 32%

130
132
81

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

Portions of RGB colors in percentages

R + G + B = 130 + 132 + 81 = 343 (100%)
R 130 of 343 ~ 37.9%
G 132 of 343 ~ 38.48%
B 81 of 343 ~ 23.62'%

%37.9
%38.48
%23.62

CMYK color model

#828451 color CMYK value is (2,0,39,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 48.24%

CMYK: (2,0,39,48)
C2M0Y39K48 (2%, 0%, 39%, 48%)
(0.02 / 0.00 / 0.39 / 0.48)

CMYK percentages

%1.52
%0
%38.64
%48.24

Codes

Color #828451 in popluar color models

82 84 51
RGB 130 132 81
HSL 62° 23.94% 41.76%
HSB/HSV 62° 38.64% 51.76%
CMYK 1.52% 0.00% 38.64%
48.24%

Color #828451 in popluar number systems.

HEX 82 84 51
Decimal 130 132 81
Binary 10000010 10000100 1010001
Octal 202 204 121

Shades and tints

Shades of #828451

#828451
(130,132,81)
#77784A
(119,120,74)
#6C6C43
(108,108,67)
#61603C
(97,96,60)
#565435
(86,84,53)
#4B482E
(75,72,46)
#403C27
(64,60,39)
#353020
(53,48,32)
#2A2419
(42,36,25)
#1F1812
(31,24,18)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #828451

#828451
(130,132,81)
#8D8F60
(141,143,96)
#989A6F
(152,154,111)
#A3A57E
(163,165,126)
#AEB08D
(174,176,141)
#B9BB9C
(185,187,156)
#C4C6AB
(196,198,171)
#CFD1BA
(207,209,186)
#DADCC9
(218,220,201)
#E5E7D8
(229,231,216)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828451; }

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

This text font color is #828451.

Background Color

.myBgColor { background-color: #828451; }

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

This div background color is #828451.

Border color

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

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

This div border color is #828451.

Opacity

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

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

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

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

This text has shadow with #828451 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828451.

Preview

Color preview on black background

This text has color #828451 on black background.


Color preview on white background

This text has color #828451 on white background.


Black color preview on #828451 background

This text has black color on #828451 background.


White color preview on #828451 background

This text has white color on #828451 background.


Related colors

Complementary color

Complementary color for #hex is #7D7BAE.


I love getcolorcode.com

Triadic colors

1 #518284 and #845182 with #828451 are triadic colors.

2 #518482 and #848251 with #828451 are triadic colors.