COLOR #82825C

HEX: #82825C
RGB: (130,130,92)

Color info

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

RGB color model

#82825C color RGB value is (130,130,92).

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

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 92 of 255 = 36%

130
130
92

R + G + B ~ 46%. #82825C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 130 + 92 = 352 (100%)
R 130 of 352 ~ 36.93%
G 130 of 352 ~ 36.93%
B 92 of 352 ~ 26.14%

%36.93
%36.93
%26.14

CMYK color model

#82825C color CMYK value is (0,0,29,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 49.02%
CMYK:
(0,0,29,49)
C0M0Y29K49 
(0%,0%,29%,49%)
(0.00/0.00/0.29/0.49)	

CMYK percentages

%0
%0
%29.23
%49.02

Codes

Color #82825C in popluar color models

82825C
RGB13013092
HSL60°17.12%43.53%
HSB/HSV60°29.23%50.98%
CMYK0.00%0.00%29.23%
49.02%

Color #82825C in popluar number systems.

HEX82825C
Decimal13013092
Binary10000010100000101011100
Octal202202134

Shades and tints

Shades of #82825C

#82825C
(130,130,92)
#777754
(119,119,84)
#6C6C4C
(108,108,76)
#616144
(97,97,68)
#56563C
(86,86,60)
#4B4B34
(75,75,52)
#40402C
(64,64,44)
#353524
(53,53,36)
#2A2A1C
(42,42,28)
#1F1F14
(31,31,20)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #82825C

#82825C
(130,130,92)
#8D8D6A
(141,141,106)
#989878
(152,152,120)
#A3A386
(163,163,134)
#AEAE94
(174,174,148)
#B9B9A2
(185,185,162)
#C4C4B0
(196,196,176)
#CFCFBE
(207,207,190)
#DADACC
(218,218,204)
#E5E5DA
(229,229,218)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82825C; }

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

This text font color is #82825C.


Background Color

.myBgColor { background-color: #82825C; }

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

This div background color is #82825C.


Border color

.myBorderColor { border: 1px solid #82825C; }

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

This div border color is #82825C.


Opacity

.myOpacity80 { color: #82825C; opacity: 0.8; }

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

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

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

This text has shadow with #82825C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82825C on black background.


Color preview on white background

This text has color #82825C on white background.



Black color preview on #82825C background

This text has black color on #82825C background.


White color preview on #82825C background

This text has white color on #82825C background.