COLOR #828262

HEX: #828262
RGB: (130,130,98)

Color info

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

RGB color model

#828262 color RGB value is (130,130,98).

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

RGB channels and saturation

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

130
130
98

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

Portions of RGB colors in percentages

R + G + B =
130 + 130 + 98 = 358 (100%)
R 130 of 358 ~ 36.31%
G 130 of 358 ~ 36.31%
B 98 of 358 ~ 27.37%

%36.31
%36.31
%27.37

CMYK color model

#828262 color CMYK value is (0,0,25,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(0,0,25,49)
C0M0Y25K49 
(0%,0%,25%,49%)
(0.00/0.00/0.25/0.49)	

CMYK percentages

%0
%0
%24.62
%49.02

Codes

Color #828262 in popluar color models

828262
RGB13013098
HSL60°14.04%44.71%
HSB/HSV60°24.62%50.98%
CMYK0.00%0.00%24.62%
49.02%

Color #828262 in popluar number systems.

HEX828262
Decimal13013098
Binary10000010100000101100010
Octal202202142

Shades and tints

Shades of #828262

#828262
(130,130,98)
#77775A
(119,119,90)
#6C6C52
(108,108,82)
#61614A
(97,97,74)
#565642
(86,86,66)
#4B4B3A
(75,75,58)
#404032
(64,64,50)
#35352A
(53,53,42)
#2A2A22
(42,42,34)
#1F1F1A
(31,31,26)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #828262

#828262
(130,130,98)
#8D8D70
(141,141,112)
#98987E
(152,152,126)
#A3A38C
(163,163,140)
#AEAE9A
(174,174,154)
#B9B9A8
(185,185,168)
#C4C4B6
(196,196,182)
#CFCFC4
(207,207,196)
#DADAD2
(218,218,210)
#E5E5E0
(229,229,224)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828262; }

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

This text font color is #828262.


Background Color

.myBgColor { background-color: #828262; }

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

This div background color is #828262.


Border color

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

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

This div border color is #828262.


Opacity

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

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

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

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

This text has shadow with #828262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828262 on black background.


Color preview on white background

This text has color #828262 on white background.



Black color preview on #828262 background

This text has black color on #828262 background.


White color preview on #828262 background

This text has white color on #828262 background.