COLOR #82626C

HEX: #82626C
RGB: (130,98,108)

Color info

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

RGB color model

#82626C color RGB value is (130,98,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 108 of 255 = 42%

130
98
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 108 = 336 (100%)
R 130 of 336 ~ 38.69%
G 98 of 336 ~ 29.17%
B 108 of 336 ~ 32.14%

%38.69
%29.17
%32.14

CMYK color model

#82626C color CMYK value is (0,25,17,49).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,25,17,49)
C0M25Y17K49 
(0%,25%,17%,49%)
(0.00/0.25/0.17/0.49)	

CMYK percentages

%0
%24.62
%16.92
%49.02

Codes

Color #82626C in popluar color models

82626C
RGB13098108
HSL341°14.04%44.71%
HSB/HSV341°24.62%50.98%
CMYK0.00%24.62%16.92%
49.02%

Color #82626C in popluar number systems.

HEX82626C
Decimal13098108
Binary1000001011000101101100
Octal202142154

Shades and tints

Shades of #82626C

#82626C
(130,98,108)
#775A63
(119,90,99)
#6C525A
(108,82,90)
#614A51
(97,74,81)
#564248
(86,66,72)
#4B3A3F
(75,58,63)
#403236
(64,50,54)
#352A2D
(53,42,45)
#2A2224
(42,34,36)
#1F1A1B
(31,26,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82626C

#82626C
(130,98,108)
#8D7079
(141,112,121)
#987E86
(152,126,134)
#A38C93
(163,140,147)
#AE9AA0
(174,154,160)
#B9A8AD
(185,168,173)
#C4B6BA
(196,182,186)
#CFC4C7
(207,196,199)
#DAD2D4
(218,210,212)
#E5E0E1
(229,224,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82626C; }

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

This text font color is #82626C.


Background Color

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

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

This div background color is #82626C.


Border color

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

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

This div border color is #82626C.


Opacity

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

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

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

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

This text has shadow with #82626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82626C on black background.


Color preview on white background

This text has color #82626C on white background.



Black color preview on #82626C background

This text has black color on #82626C background.


White color preview on #82626C background

This text has white color on #82626C background.