COLOR #82655E

HEX: #82655E RGB: (130,101,94)

Color info

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

RGB color model

#82655E color RGB value is (130,101,94).

RGB: (130,101,94) (51%, 40%, 37%)

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 94 of 255 = 37%

130
101
94

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

Portions of RGB colors in percentages

R + G + B = 130 + 101 + 94 = 325 (100%)
R 130 of 325 ~ 40%
G 101 of 325 ~ 31.08%
B 94 of 325 ~ 28.92'%

%40
%31.08
%28.92

CMYK color model

#82655E color CMYK value is (0,22,28,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK: (0,22,28,49) C0M22Y28K49 (0%,22%,28%,49%) (0.00/0.22/0.28/0.49) 

CMYK percentages

%0
%22.31
%27.69
%49.02

Codes

Color #82655E in popluar color models

82 65 5E
RGB 130 101 94
HSL 12° 16.07% 43.92%
HSB/HSV 12° 27.69% 50.98%
CMYK 0.00% 22.31% 27.69%
49.02%

Color #82655E in popluar number systems.

HEX 82 65 5E
Decimal 130 101 94
Binary 10000010 1100101 1011110
Octal 202 145 136

Shades and tints

Shades of #82655E

#82655E
(130,101,94)
#775C56
(119,92,86)
#6C534E
(108,83,78)
#614A46
(97,74,70)
#56413E
(86,65,62)
#4B3836
(75,56,54)
#402F2E
(64,47,46)
#352626
(53,38,38)
#2A1D1E
(42,29,30)
#1F1416
(31,20,22)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #82655E

#82655E
(130,101,94)
#8D736C
(141,115,108)
#98817A
(152,129,122)
#A38F88
(163,143,136)
#AE9D96
(174,157,150)
#B9ABA4
(185,171,164)
#C4B9B2
(196,185,178)
#CFC7C0
(207,199,192)
#DAD5CE
(218,213,206)
#E5E3DC
(229,227,220)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82655E color. Also use rgb(130,101,94) instead hex code.

Text Font Color

.myTextColor { color: #82655E; }

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

This text font color is #82655E.

Background Color

.myBgColor { background-color: #82655E; }

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

This div background color is #82655E.

Border color

.myBorderColor { border: 1px solid #82655E; }

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

This div border color is #82655E.

Opacity

.myOpacity80 { color: #82655E; opacity: 0.8; }

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

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

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

This text has shadow with #82655E color.


.textShadow {text-shadow: 3px 3px 1px #82655E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82655E; -webkit-box-shadow: 1px 1px 3px 2px #82655E; box-shadow:1px 1px 3px 2px #82655E;">
Div content here
</div>

This div box has shadow with color #82655E.

Preview

Color preview on black background

This text has color #82655E on black background.


Color preview on white background

This text has color #82655E on white background.


Black color preview on #82655E background

This text has black color on #82655E background.


White color preview on #82655E background

This text has white color on #82655E background.


Related colors

Complementary color

Complementary color for #hex is #7D9AA1.


I love getcolorcode.com

Triadic colors

1 #5E8265 and #655E82 with #82655E are triadic colors.

2 #5E6582 and #65825E with #82655E are triadic colors.