COLOR #828462

HEX: #828462
RGB: (130,132,98)

Color info

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

RGB color model

#828462 color RGB value is (130,132,98).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 98 of 255 = 38%

130
132
98

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 98 = 360 (100%)
R 130 of 360 ~ 36.11%
G 132 of 360 ~ 36.67%
B 98 of 360 ~ 27.22%

%36.11
%36.67
%27.22

CMYK color model

#828462 color CMYK value is (2,0,26,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(2,0,26,48)
C2M0Y26K48 
(2%,0%,26%,48%)
(0.02/0.00/0.26/0.48)	

CMYK percentages

%1.52
%0
%25.76
%48.24

Codes

Color #828462 in popluar color models

828462
RGB13013298
HSL64°14.78%45.10%
HSB/HSV64°25.76%51.76%
CMYK1.52%0.00%25.76%
48.24%

Color #828462 in popluar number systems.

HEX828462
Decimal13013298
Binary10000010100001001100010
Octal202204142

Shades and tints

Shades of #828462

#828462
(130,132,98)
#77785A
(119,120,90)
#6C6C52
(108,108,82)
#61604A
(97,96,74)
#565442
(86,84,66)
#4B483A
(75,72,58)
#403C32
(64,60,50)
#35302A
(53,48,42)
#2A2422
(42,36,34)
#1F181A
(31,24,26)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #828462

#828462
(130,132,98)
#8D8F70
(141,143,112)
#989A7E
(152,154,126)
#A3A58C
(163,165,140)
#AEB09A
(174,176,154)
#B9BBA8
(185,187,168)
#C4C6B6
(196,198,182)
#CFD1C4
(207,209,196)
#DADCD2
(218,220,210)
#E5E7E0
(229,231,224)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828462; }

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

This text font color is #828462.


Background Color

.myBgColor { background-color: #828462; }

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

This div background color is #828462.


Border color

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

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

This div border color is #828462.


Opacity

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

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

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

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

This text has shadow with #828462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828462 on black background.


Color preview on white background

This text has color #828462 on white background.



Black color preview on #828462 background

This text has black color on #828462 background.


White color preview on #828462 background

This text has white color on #828462 background.