COLOR #82626E

HEX: #82626E
RGB: (130,98,110)

Color info

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

RGB color model

#82626E color RGB value is (130,98,110).

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

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 110 of 255 = 43%

130
98
110

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 110 = 338 (100%)
R 130 of 338 ~ 38.46%
G 98 of 338 ~ 28.99%
B 110 of 338 ~ 32.54%

%38.46
%28.99
%32.54

CMYK color model

#82626E color CMYK value is (0,25,15,49).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(0,25,15,49)
C0M25Y15K49 
(0%,25%,15%,49%)
(0.00/0.25/0.15/0.49)	

CMYK percentages

%0
%24.62
%15.38
%49.02

Codes

Color #82626E in popluar color models

82626E
RGB13098110
HSL338°14.04%44.71%
HSB/HSV338°24.62%50.98%
CMYK0.00%24.62%15.38%
49.02%

Color #82626E in popluar number systems.

HEX82626E
Decimal13098110
Binary1000001011000101101110
Octal202142156

Shades and tints

Shades of #82626E

#82626E
(130,98,110)
#775A64
(119,90,100)
#6C525A
(108,82,90)
#614A50
(97,74,80)
#564246
(86,66,70)
#4B3A3C
(75,58,60)
#403232
(64,50,50)
#352A28
(53,42,40)
#2A221E
(42,34,30)
#1F1A14
(31,26,20)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #82626E

#82626E
(130,98,110)
#8D707B
(141,112,123)
#987E88
(152,126,136)
#A38C95
(163,140,149)
#AE9AA2
(174,154,162)
#B9A8AF
(185,168,175)
#C4B6BC
(196,182,188)
#CFC4C9
(207,196,201)
#DAD2D6
(218,210,214)
#E5E0E3
(229,224,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82626E; }

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

This text font color is #82626E.


Background Color

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

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

This div background color is #82626E.


Border color

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

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

This div border color is #82626E.


Opacity

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

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

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

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

This text has shadow with #82626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82626E on black background.


Color preview on white background

This text has color #82626E on white background.



Black color preview on #82626E background

This text has black color on #82626E background.


White color preview on #82626E background

This text has white color on #82626E background.