COLOR #82885F

HEX: #82885F
RGB: (130,136,95)

Color info

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

RGB color model

#82885F color RGB value is (130,136,95).

  • red value is 130;
  • green value is 136;
  • blue value is 95.
RGB:
(130,136,95)
(51%,53%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 95 of 255 = 37%

130
136
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 95 = 361 (100%)
R 130 of 361 ~ 36.01%
G 136 of 361 ~ 37.67%
B 95 of 361 ~ 26.32%

%36.01
%37.67
%26.32

CMYK color model

#82885F color CMYK value is (4,0,30,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(4,0,30,47)
C4M0Y30K47 
(4%,0%,30%,47%)
(0.04/0.00/0.30/0.47)	

CMYK percentages

%4.41
%0
%30.15
%46.67

Codes

Color #82885F in popluar color models

82885F
RGB13013695
HSL69°17.75%45.29%
HSB/HSV69°30.15%53.33%
CMYK4.41%0.00%30.15%
46.67%

Color #82885F in popluar number systems.

HEX82885F
Decimal13013695
Binary10000010100010001011111
Octal202210137

Shades and tints

Shades of #82885F

#82885F
(130,136,95)
#777C57
(119,124,87)
#6C704F
(108,112,79)
#616447
(97,100,71)
#56583F
(86,88,63)
#4B4C37
(75,76,55)
#40402F
(64,64,47)
#353427
(53,52,39)
#2A281F
(42,40,31)
#1F1C17
(31,28,23)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #82885F

#82885F
(130,136,95)
#8D926D
(141,146,109)
#989C7B
(152,156,123)
#A3A689
(163,166,137)
#AEB097
(174,176,151)
#B9BAA5
(185,186,165)
#C4C4B3
(196,196,179)
#CFCEC1
(207,206,193)
#DAD8CF
(218,216,207)
#E5E2DD
(229,226,221)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82885F color. Also use rgb(130,136,95) instead hex code.

Text Font Color

.myTextColor { color: #82885F; }

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

This text font color is #82885F.


Background Color

.myBgColor { background-color: #82885F; }

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

This div background color is #82885F.


Border color

.myBorderColor { border: 1px solid #82885F; }

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

This div border color is #82885F.


Opacity

.myOpacity80 { color: #82885F; opacity: 0.8; }

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

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

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

This text has shadow with #82885F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82885F on black background.


Color preview on white background

This text has color #82885F on white background.



Black color preview on #82885F background

This text has black color on #82885F background.


White color preview on #82885F background

This text has white color on #82885F background.