COLOR #827F72

HEX: #827F72
RGB: (130,127,114)

Color info

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

RGB color model

#827F72 color RGB value is (130,127,114).

  • red value is 130;
  • green value is 127;
  • blue value is 114.
RGB:
(130,127,114)
(51%,50%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 114 of 255 = 45%

130
127
114

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

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 114 = 371 (100%)
R 130 of 371 ~ 35.04%
G 127 of 371 ~ 34.23%
B 114 of 371 ~ 30.73%

%35.04
%34.23
%30.73

CMYK color model

#827F72 color CMYK value is (0,2,12,49).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(0,2,12,49)
C0M2Y12K49 
(0%,2%,12%,49%)
(0.00/0.02/0.12/0.49)	

CMYK percentages

%0
%2.31
%12.31
%49.02

Codes

Color #827F72 in popluar color models

827F72
RGB130127114
HSL49°6.56%47.84%
HSB/HSV49°12.31%50.98%
CMYK0.00%2.31%12.31%
49.02%

Color #827F72 in popluar number systems.

HEX827F72
Decimal130127114
Binary1000001011111111110010
Octal202177162

Shades and tints

Shades of #827F72

#827F72
(130,127,114)
#777468
(119,116,104)
#6C695E
(108,105,94)
#615E54
(97,94,84)
#56534A
(86,83,74)
#4B4840
(75,72,64)
#403D36
(64,61,54)
#35322C
(53,50,44)
#2A2722
(42,39,34)
#1F1C18
(31,28,24)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #827F72

#827F72
(130,127,114)
#8D8A7E
(141,138,126)
#98958A
(152,149,138)
#A3A096
(163,160,150)
#AEABA2
(174,171,162)
#B9B6AE
(185,182,174)
#C4C1BA
(196,193,186)
#CFCCC6
(207,204,198)
#DAD7D2
(218,215,210)
#E5E2DE
(229,226,222)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F72 color. Also use rgb(130,127,114) instead hex code.

Text Font Color

.myTextColor { color: #827F72; }

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

This text font color is #827F72.


Background Color

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

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

This div background color is #827F72.


Border color

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

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

This div border color is #827F72.


Opacity

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

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

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

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

This text has shadow with #827F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F72 on black background.


Color preview on white background

This text has color #827F72 on white background.



Black color preview on #827F72 background

This text has black color on #827F72 background.


White color preview on #827F72 background

This text has white color on #827F72 background.