COLOR #827B7E

HEX: #827B7E
RGB: (130,123,126)

Color info

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

RGB color model

#827B7E color RGB value is (130,123,126).

  • red value is 130;
  • green value is 123;
  • blue value is 126.
RGB:
(130,123,126)
(51%,48%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 126 of 255 = 49%

130
123
126

R + G + B ~ 49%. #827B7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 126 = 379 (100%)
R 130 of 379 ~ 34.3%
G 123 of 379 ~ 32.45%
B 126 of 379 ~ 33.25%

%34.3
%32.45
%33.25

CMYK color model

#827B7E color CMYK value is (0,5,3,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(0,5,3,49)
C0M5Y3K49 
(0%,5%,3%,49%)
(0.00/0.05/0.03/0.49)	

CMYK percentages

%0
%5.38
%3.08
%49.02

Codes

Color #827B7E in popluar color models

827B7E
RGB130123126
HSL334°2.77%49.61%
HSB/HSV334°5.38%50.98%
CMYK0.00%5.38%3.08%
49.02%

Color #827B7E in popluar number systems.

HEX827B7E
Decimal130123126
Binary1000001011110111111110
Octal202173176

Shades and tints

Shades of #827B7E

#827B7E
(130,123,126)
#777073
(119,112,115)
#6C6568
(108,101,104)
#615A5D
(97,90,93)
#564F52
(86,79,82)
#4B4447
(75,68,71)
#40393C
(64,57,60)
#352E31
(53,46,49)
#2A2326
(42,35,38)
#1F181B
(31,24,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #827B7E

#827B7E
(130,123,126)
#8D8789
(141,135,137)
#989394
(152,147,148)
#A39F9F
(163,159,159)
#AEABAA
(174,171,170)
#B9B7B5
(185,183,181)
#C4C3C0
(196,195,192)
#CFCFCB
(207,207,203)
#DADBD6
(218,219,214)
#E5E7E1
(229,231,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B7E color. Also use rgb(130,123,126) instead hex code.

Text Font Color

.myTextColor { color: #827B7E; }

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

This text font color is #827B7E.


Background Color

.myBgColor { background-color: #827B7E; }

<div style="background-color:#827B7E">Inner text</div>

This div background color is #827B7E.


Border color

.myBorderColor { border: 1px solid #827B7E; }

<div style="border:3px solid #827B7E">Div</div>

This div border color is #827B7E.


Opacity

.myOpacity80 { color: #827B7E; opacity: 0.8; }

<p style="color:#827B7E;opacity:0.8;">80%</p>

Text with #827B7E 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 #827B7E;}

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

This text has shadow with #827B7E color.

.textShadow {text-shadow: 3px 3px 1px #827B7E, 3px 3px 1px red;}

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

This text has shadow with #827B7E primary color and red secondary color.


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

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

This text has shadow with #827B7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B7E on black background.


Color preview on white background

This text has color #827B7E on white background.



Black color preview on #827B7E background

This text has black color on #827B7E background.


White color preview on #827B7E background

This text has white color on #827B7E background.