COLOR #827E70

HEX: #827E70
RGB: (130,126,112)

Color info

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

RGB color model

#827E70 color RGB value is (130,126,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 112 of 255 = 44%

130
126
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 112 = 368 (100%)
R 130 of 368 ~ 35.33%
G 126 of 368 ~ 34.24%
B 112 of 368 ~ 30.43%

%35.33
%34.24
%30.43

CMYK color model

#827E70 color CMYK value is (0,3,14,49).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,3,14,49)
C0M3Y14K49 
(0%,3%,14%,49%)
(0.00/0.03/0.14/0.49)	

CMYK percentages

%0
%3.08
%13.85
%49.02

Codes

Color #827E70 in popluar color models

827E70
RGB130126112
HSL47°7.44%47.45%
HSB/HSV47°13.85%50.98%
CMYK0.00%3.08%13.85%
49.02%

Color #827E70 in popluar number systems.

HEX827E70
Decimal130126112
Binary1000001011111101110000
Octal202176160

Shades and tints

Shades of #827E70

#827E70
(130,126,112)
#777366
(119,115,102)
#6C685C
(108,104,92)
#615D52
(97,93,82)
#565248
(86,82,72)
#4B473E
(75,71,62)
#403C34
(64,60,52)
#35312A
(53,49,42)
#2A2620
(42,38,32)
#1F1B16
(31,27,22)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #827E70

#827E70
(130,126,112)
#8D897D
(141,137,125)
#98948A
(152,148,138)
#A39F97
(163,159,151)
#AEAAA4
(174,170,164)
#B9B5B1
(185,181,177)
#C4C0BE
(196,192,190)
#CFCBCB
(207,203,203)
#DAD6D8
(218,214,216)
#E5E1E5
(229,225,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E70; }

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

This text font color is #827E70.


Background Color

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

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

This div background color is #827E70.


Border color

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

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

This div border color is #827E70.


Opacity

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

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

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

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

This text has shadow with #827E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E70 on black background.


Color preview on white background

This text has color #827E70 on white background.



Black color preview on #827E70 background

This text has black color on #827E70 background.


White color preview on #827E70 background

This text has white color on #827E70 background.