COLOR #82816E

HEX: #82816E RGB: (130,129,110)

Color info

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

RGB color model

#82816E color RGB value is (130,129,110).

RGB: (130,129,110) (51%, 51%, 43%)

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 110 of 255 = 43%

130
129
110

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

Portions of RGB colors in percentages

R + G + B = 130 + 129 + 110 = 369 (100%)
R 130 of 369 ~ 35.23%
G 129 of 369 ~ 34.96%
B 110 of 369 ~ 29.81'%

%35.23
%34.96
%29.81

CMYK color model

#82816E color CMYK value is (0,1,15,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 15.38%
  • key color value is 49.02%

CMYK: (0,1,15,49)
C0M1Y15K49 (0%, 1%, 15%, 49%)
(0.00 / 0.01 / 0.15 / 0.49)

CMYK percentages

%0
%0.77
%15.38
%49.02

Codes

Color #82816E in popluar color models

82 81 6E
RGB 130 129 110
HSL 57° 8.33% 47.06%
HSB/HSV 57° 15.38% 50.98%
CMYK 0.00% 0.77% 15.38%
49.02%

Color #82816E in popluar number systems.

HEX 82 81 6E
Decimal 130 129 110
Binary 10000010 10000001 1101110
Octal 202 201 156

Shades and tints

Shades of #82816E

#82816E
(130,129,110)
#777664
(119,118,100)
#6C6B5A
(108,107,90)
#616050
(97,96,80)
#565546
(86,85,70)
#4B4A3C
(75,74,60)
#403F32
(64,63,50)
#353428
(53,52,40)
#2A291E
(42,41,30)
#1F1E14
(31,30,20)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #82816E

#82816E
(130,129,110)
#8D8C7B
(141,140,123)
#989788
(152,151,136)
#A3A295
(163,162,149)
#AEADA2
(174,173,162)
#B9B8AF
(185,184,175)
#C4C3BC
(196,195,188)
#CFCEC9
(207,206,201)
#DAD9D6
(218,217,214)
#E5E4E3
(229,228,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82816E color. Also use rgb(130,129,110) instead hex code.

Text Font Color

.myTextColor { color: #82816E; }

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

This text font color is #82816E.

Background Color

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

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

This div background color is #82816E.

Border color

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

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

This div border color is #82816E.

Opacity

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

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

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

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

This text has shadow with #82816E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82816E.

Preview

Color preview on black background

This text has color #82816E on black background.


Color preview on white background

This text has color #82816E on white background.


Black color preview on #82816E background

This text has black color on #82816E background.


White color preview on #82816E background

This text has white color on #82816E background.


Related colors

Complementary color

Complementary color for #hex is #7D7E91.


I love getcolorcode.com

Triadic colors

1 #6E8281 and #816E82 with #82816E are triadic colors.

2 #6E8182 and #81826E with #82816E are triadic colors.