COLOR #82715A

HEX: #82715A
RGB: (130,113,90)

Color info

#82715A contains red, green and blue colors in about the same proportion. Web safe color of #82715A is #996666 (or #966).

RGB color model

#82715A color RGB value is (130,113,90).

  • red value is 130;
  • green value is 113;
  • blue value is 90.
RGB:
(130,113,90)
(51%,44%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 90 of 255 = 35%

130
113
90

R + G + B ~ 43%. #82715A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 90 = 333 (100%)
R 130 of 333 ~ 39.04%
G 113 of 333 ~ 33.93%
B 90 of 333 ~ 27.03%

%39.04
%33.93
%27.03

CMYK color model

#82715A color CMYK value is (0,13,31,49).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(0,13,31,49)
C0M13Y31K49 
(0%,13%,31%,49%)
(0.00/0.13/0.31/0.49)	

CMYK percentages

%0
%13.08
%30.77
%49.02

Codes

Color #82715A in popluar color models

82715A
RGB13011390
HSL35°18.18%43.14%
HSB/HSV35°30.77%50.98%
CMYK0.00%13.08%30.77%
49.02%

Color #82715A in popluar number systems.

HEX82715A
Decimal13011390
Binary1000001011100011011010
Octal202161132

Shades and tints

Shades of #82715A

#82715A
(130,113,90)
#776752
(119,103,82)
#6C5D4A
(108,93,74)
#615342
(97,83,66)
#56493A
(86,73,58)
#4B3F32
(75,63,50)
#40352A
(64,53,42)
#352B22
(53,43,34)
#2A211A
(42,33,26)
#1F1712
(31,23,18)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #82715A

#82715A
(130,113,90)
#8D7D69
(141,125,105)
#988978
(152,137,120)
#A39587
(163,149,135)
#AEA196
(174,161,150)
#B9ADA5
(185,173,165)
#C4B9B4
(196,185,180)
#CFC5C3
(207,197,195)
#DAD1D2
(218,209,210)
#E5DDE1
(229,221,225)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82715A color. Also use rgb(130,113,90) instead hex code.

Text Font Color

.myTextColor { color: #82715A; }

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

This text font color is #82715A.


Background Color

.myBgColor { background-color: #82715A; }

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

This div background color is #82715A.


Border color

.myBorderColor { border: 1px solid #82715A; }

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

This div border color is #82715A.


Opacity

.myOpacity80 { color: #82715A; opacity: 0.8; }

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

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

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

This text has shadow with #82715A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82715A on black background.


Color preview on white background

This text has color #82715A on white background.



Black color preview on #82715A background

This text has black color on #82715A background.


White color preview on #82715A background

This text has white color on #82715A background.