COLOR #827070

HEX: #827070
RGB: (130,112,112)

Color info

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

RGB color model

#827070 color RGB value is (130,112,112).

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

RGB channels and saturation

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

130
112
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 112 = 354 (100%)
R 130 of 354 ~ 36.72%
G 112 of 354 ~ 31.64%
B 112 of 354 ~ 31.64%

%36.72
%31.64
%31.64

CMYK color model

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

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

CMYK percentages

%0
%13.85
%13.85
%49.02

Codes

Color #827070 in popluar color models

827070
RGB130112112
HSL7.44%47.45%
HSB/HSV13.85%50.98%
CMYK0.00%13.85%13.85%
49.02%

Color #827070 in popluar number systems.

HEX827070
Decimal130112112
Binary1000001011100001110000
Octal202160160

Shades and tints

Shades of #827070

#827070
(130,112,112)
#776666
(119,102,102)
#6C5C5C
(108,92,92)
#615252
(97,82,82)
#564848
(86,72,72)
#4B3E3E
(75,62,62)
#403434
(64,52,52)
#352A2A
(53,42,42)
#2A2020
(42,32,32)
#1F1616
(31,22,22)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #827070

#827070
(130,112,112)
#8D7D7D
(141,125,125)
#988A8A
(152,138,138)
#A39797
(163,151,151)
#AEA4A4
(174,164,164)
#B9B1B1
(185,177,177)
#C4BEBE
(196,190,190)
#CFCBCB
(207,203,203)
#DAD8D8
(218,216,216)
#E5E5E5
(229,229,229)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827070; }

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

This text font color is #827070.


Background Color

.myBgColor { background-color: #827070; }

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

This div background color is #827070.


Border color

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

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

This div border color is #827070.


Opacity

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

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

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

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

This text has shadow with #827070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827070 on black background.


Color preview on white background

This text has color #827070 on white background.



Black color preview on #827070 background

This text has black color on #827070 background.


White color preview on #827070 background

This text has white color on #827070 background.