COLOR #82926C

HEX: #82926C
RGB: (130,146,108)

Color info

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

RGB color model

#82926C color RGB value is (130,146,108).

  • red value is 130;
  • green value is 146;
  • blue value is 108.
RGB:
(130,146,108)
(51%,57%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 108 of 255 = 42%

130
146
108

R + G + B ~ 50%. #82926C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 108 = 384 (100%)
R 130 of 384 ~ 33.85%
G 146 of 384 ~ 38.02%
B 108 of 384 ~ 28.13%

%33.85
%38.02
%28.13

CMYK color model

#82926C color CMYK value is (11,0,26,43).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 42.75%
CMYK:
(11,0,26,43)
C11M0Y26K43 
(11%,0%,26%,43%)
(0.11/0.00/0.26/0.43)	

CMYK percentages

%10.96
%0
%26.03
%42.75

Codes

Color #82926C in popluar color models

82926C
RGB130146108
HSL85°14.96%49.80%
HSB/HSV85°26.03%57.25%
CMYK10.96%0.00%26.03%
42.75%

Color #82926C in popluar number systems.

HEX82926C
Decimal130146108
Binary10000010100100101101100
Octal202222154

Shades and tints

Shades of #82926C

#82926C
(130,146,108)
#778563
(119,133,99)
#6C785A
(108,120,90)
#616B51
(97,107,81)
#565E48
(86,94,72)
#4B513F
(75,81,63)
#404436
(64,68,54)
#35372D
(53,55,45)
#2A2A24
(42,42,36)
#1F1D1B
(31,29,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #82926C

#82926C
(130,146,108)
#8D9B79
(141,155,121)
#98A486
(152,164,134)
#A3AD93
(163,173,147)
#AEB6A0
(174,182,160)
#B9BFAD
(185,191,173)
#C4C8BA
(196,200,186)
#CFD1C7
(207,209,199)
#DADAD4
(218,218,212)
#E5E3E1
(229,227,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82926C color. Also use rgb(130,146,108) instead hex code.

Text Font Color

.myTextColor { color: #82926C; }

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

This text font color is #82926C.


Background Color

.myBgColor { background-color: #82926C; }

<div style="background-color:#82926C">Inner text</div>

This div background color is #82926C.


Border color

.myBorderColor { border: 1px solid #82926C; }

<div style="border:3px solid #82926C">Div</div>

This div border color is #82926C.


Opacity

.myOpacity80 { color: #82926C; opacity: 0.8; }

<p style="color:#82926C;opacity:0.8;">80%</p>

Text with #82926C 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 #82926C;}

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

This text has shadow with #82926C color.

.textShadow {text-shadow: 3px 3px 1px #82926C, 3px 3px 1px red;}

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

This text has shadow with #82926C primary color and red secondary color.


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

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

This text has shadow with #82926C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82926C on black background.


Color preview on white background

This text has color #82926C on white background.



Black color preview on #82926C background

This text has black color on #82926C background.


White color preview on #82926C background

This text has white color on #82926C background.