COLOR #82906C

HEX: #82906C
RGB: (130,144,108)

Color info

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

RGB color model

#82906C color RGB value is (130,144,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 108 of 255 = 42%

130
144
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 108 = 382 (100%)
R 130 of 382 ~ 34.03%
G 144 of 382 ~ 37.7%
B 108 of 382 ~ 28.27%

%34.03
%37.7
%28.27

CMYK color model

#82906C color CMYK value is (10,0,25,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK:
(10,0,25,44)
C10M0Y25K44 
(10%,0%,25%,44%)
(0.10/0.00/0.25/0.44)	

CMYK percentages

%9.72
%0
%25
%43.53

Codes

Color #82906C in popluar color models

82906C
RGB130144108
HSL83°14.29%49.41%
HSB/HSV83°25.00%56.47%
CMYK9.72%0.00%25.00%
43.53%

Color #82906C in popluar number systems.

HEX82906C
Decimal130144108
Binary10000010100100001101100
Octal202220154

Shades and tints

Shades of #82906C

#82906C
(130,144,108)
#778363
(119,131,99)
#6C765A
(108,118,90)
#616951
(97,105,81)
#565C48
(86,92,72)
#4B4F3F
(75,79,63)
#404236
(64,66,54)
#35352D
(53,53,45)
#2A2824
(42,40,36)
#1F1B1B
(31,27,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #82906C

#82906C
(130,144,108)
#8D9A79
(141,154,121)
#98A486
(152,164,134)
#A3AE93
(163,174,147)
#AEB8A0
(174,184,160)
#B9C2AD
(185,194,173)
#C4CCBA
(196,204,186)
#CFD6C7
(207,214,199)
#DAE0D4
(218,224,212)
#E5EAE1
(229,234,225)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82906C; }

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

This text font color is #82906C.


Background Color

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

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

This div background color is #82906C.


Border color

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

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

This div border color is #82906C.


Opacity

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

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

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

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

This text has shadow with #82906C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82906C on black background.


Color preview on white background

This text has color #82906C on white background.



Black color preview on #82906C background

This text has black color on #82906C background.


White color preview on #82906C background

This text has white color on #82906C background.