COLOR #827872

HEX: #827872
RGB: (130,120,114)

Color info

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

RGB color model

#827872 color RGB value is (130,120,114).

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

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 114 of 255 = 45%

130
120
114

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 114 = 364 (100%)
R 130 of 364 ~ 35.71%
G 120 of 364 ~ 32.97%
B 114 of 364 ~ 31.32%

%35.71
%32.97
%31.32

CMYK color model

#827872 color CMYK value is (0,8,12,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(0,8,12,49)
C0M8Y12K49 
(0%,8%,12%,49%)
(0.00/0.08/0.12/0.49)	

CMYK percentages

%0
%7.69
%12.31
%49.02

Codes

Color #827872 in popluar color models

827872
RGB130120114
HSL23°6.56%47.84%
HSB/HSV23°12.31%50.98%
CMYK0.00%7.69%12.31%
49.02%

Color #827872 in popluar number systems.

HEX827872
Decimal130120114
Binary1000001011110001110010
Octal202170162

Shades and tints

Shades of #827872

#827872
(130,120,114)
#776E68
(119,110,104)
#6C645E
(108,100,94)
#615A54
(97,90,84)
#56504A
(86,80,74)
#4B4640
(75,70,64)
#403C36
(64,60,54)
#35322C
(53,50,44)
#2A2822
(42,40,34)
#1F1E18
(31,30,24)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #827872

#827872
(130,120,114)
#8D847E
(141,132,126)
#98908A
(152,144,138)
#A39C96
(163,156,150)
#AEA8A2
(174,168,162)
#B9B4AE
(185,180,174)
#C4C0BA
(196,192,186)
#CFCCC6
(207,204,198)
#DAD8D2
(218,216,210)
#E5E4DE
(229,228,222)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827872; }

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

This text font color is #827872.


Background Color

.myBgColor { background-color: #827872; }

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

This div background color is #827872.


Border color

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

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

This div border color is #827872.


Opacity

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

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

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

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

This text has shadow with #827872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827872 on black background.


Color preview on white background

This text has color #827872 on white background.



Black color preview on #827872 background

This text has black color on #827872 background.


White color preview on #827872 background

This text has white color on #827872 background.