COLOR #82645A

HEX: #82645A
RGB: (130,100,90)

Color info

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

RGB color model

#82645A color RGB value is (130,100,90).

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

RGB channels and saturation

R 130 of 255 = 51%
G 100 of 255 = 39%
B 90 of 255 = 35%

130
100
90

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 90 = 320 (100%)
R 130 of 320 ~ 40.63%
G 100 of 320 ~ 31.25%
B 90 of 320 ~ 28.13%

%40.63
%31.25
%28.13

CMYK color model

#82645A color CMYK value is (0,23,31,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(0,23,31,49)
C0M23Y31K49 
(0%,23%,31%,49%)
(0.00/0.23/0.31/0.49)	

CMYK percentages

%0
%23.08
%30.77
%49.02

Codes

Color #82645A in popluar color models

82645A
RGB13010090
HSL15°18.18%43.14%
HSB/HSV15°30.77%50.98%
CMYK0.00%23.08%30.77%
49.02%

Color #82645A in popluar number systems.

HEX82645A
Decimal13010090
Binary1000001011001001011010
Octal202144132

Shades and tints

Shades of #82645A

#82645A
(130,100,90)
#775B52
(119,91,82)
#6C524A
(108,82,74)
#614942
(97,73,66)
#56403A
(86,64,58)
#4B3732
(75,55,50)
#402E2A
(64,46,42)
#352522
(53,37,34)
#2A1C1A
(42,28,26)
#1F1312
(31,19,18)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #82645A

#82645A
(130,100,90)
#8D7269
(141,114,105)
#988078
(152,128,120)
#A38E87
(163,142,135)
#AE9C96
(174,156,150)
#B9AAA5
(185,170,165)
#C4B8B4
(196,184,180)
#CFC6C3
(207,198,195)
#DAD4D2
(218,212,210)
#E5E2E1
(229,226,225)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82645A; }

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

This text font color is #82645A.


Background Color

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

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

This div background color is #82645A.


Border color

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

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

This div border color is #82645A.


Opacity

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

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

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

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

This text has shadow with #82645A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82645A on black background.


Color preview on white background

This text has color #82645A on white background.



Black color preview on #82645A background

This text has black color on #82645A background.


White color preview on #82645A background

This text has white color on #82645A background.