COLOR #827470

HEX: #827470
RGB: (130,116,112)

Color info

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

RGB color model

#827470 color RGB value is (130,116,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 112 of 255 = 44%

130
116
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 112 = 358 (100%)
R 130 of 358 ~ 36.31%
G 116 of 358 ~ 32.4%
B 112 of 358 ~ 31.28%

%36.31
%32.4
%31.28

CMYK color model

#827470 color CMYK value is (0,11,14,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,11,14,49)
C0M11Y14K49 
(0%,11%,14%,49%)
(0.00/0.11/0.14/0.49)	

CMYK percentages

%0
%10.77
%13.85
%49.02

Codes

Color #827470 in popluar color models

827470
RGB130116112
HSL13°7.44%47.45%
HSB/HSV13°13.85%50.98%
CMYK0.00%10.77%13.85%
49.02%

Color #827470 in popluar number systems.

HEX827470
Decimal130116112
Binary1000001011101001110000
Octal202164160

Shades and tints

Shades of #827470

#827470
(130,116,112)
#776A66
(119,106,102)
#6C605C
(108,96,92)
#615652
(97,86,82)
#564C48
(86,76,72)
#4B423E
(75,66,62)
#403834
(64,56,52)
#352E2A
(53,46,42)
#2A2420
(42,36,32)
#1F1A16
(31,26,22)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #827470

#827470
(130,116,112)
#8D807D
(141,128,125)
#988C8A
(152,140,138)
#A39897
(163,152,151)
#AEA4A4
(174,164,164)
#B9B0B1
(185,176,177)
#C4BCBE
(196,188,190)
#CFC8CB
(207,200,203)
#DAD4D8
(218,212,216)
#E5E0E5
(229,224,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827470; }

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

This text font color is #827470.


Background Color

.myBgColor { background-color: #827470; }

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

This div background color is #827470.


Border color

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

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

This div border color is #827470.


Opacity

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

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

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

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

This text has shadow with #827470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827470 on black background.


Color preview on white background

This text has color #827470 on white background.



Black color preview on #827470 background

This text has black color on #827470 background.


White color preview on #827470 background

This text has white color on #827470 background.