COLOR #827870

HEX: #827870
RGB: (130,120,112)

Color info

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

RGB color model

#827870 color RGB value is (130,120,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 112 of 255 = 44%

130
120
112

R + G + B ~ 47%. #827870 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 112 = 362 (100%)
R 130 of 362 ~ 35.91%
G 120 of 362 ~ 33.15%
B 112 of 362 ~ 30.94%

%35.91
%33.15
%30.94

CMYK color model

#827870 color CMYK value is (0,8,14,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,8,14,49)
C0M8Y14K49 
(0%,8%,14%,49%)
(0.00/0.08/0.14/0.49)	

CMYK percentages

%0
%7.69
%13.85
%49.02

Codes

Color #827870 in popluar color models

827870
RGB130120112
HSL27°7.44%47.45%
HSB/HSV27°13.85%50.98%
CMYK0.00%7.69%13.85%
49.02%

Color #827870 in popluar number systems.

HEX827870
Decimal130120112
Binary1000001011110001110000
Octal202170160

Shades and tints

Shades of #827870

#827870
(130,120,112)
#776E66
(119,110,102)
#6C645C
(108,100,92)
#615A52
(97,90,82)
#565048
(86,80,72)
#4B463E
(75,70,62)
#403C34
(64,60,52)
#35322A
(53,50,42)
#2A2820
(42,40,32)
#1F1E16
(31,30,22)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #827870

#827870
(130,120,112)
#8D847D
(141,132,125)
#98908A
(152,144,138)
#A39C97
(163,156,151)
#AEA8A4
(174,168,164)
#B9B4B1
(185,180,177)
#C4C0BE
(196,192,190)
#CFCCCB
(207,204,203)
#DAD8D8
(218,216,216)
#E5E4E5
(229,228,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827870; }

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

This text font color is #827870.


Background Color

.myBgColor { background-color: #827870; }

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

This div background color is #827870.


Border color

.myBorderColor { border: 1px solid #827870; }

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

This div border color is #827870.


Opacity

.myOpacity80 { color: #827870; opacity: 0.8; }

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

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

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

This text has shadow with #827870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827870 on black background.


Color preview on white background

This text has color #827870 on white background.



Black color preview on #827870 background

This text has black color on #827870 background.


White color preview on #827870 background

This text has white color on #827870 background.