COLOR #826272

HEX: #826272
RGB: (130,98,114)

Color info

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

RGB color model

#826272 color RGB value is (130,98,114).

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

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 114 of 255 = 45%

130
98
114

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 114 = 342 (100%)
R 130 of 342 ~ 38.01%
G 98 of 342 ~ 28.65%
B 114 of 342 ~ 33.33%

%38.01
%28.65
%33.33

CMYK color model

#826272 color CMYK value is (0,25,12,49).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(0,25,12,49)
C0M25Y12K49 
(0%,25%,12%,49%)
(0.00/0.25/0.12/0.49)	

CMYK percentages

%0
%24.62
%12.31
%49.02

Codes

Color #826272 in popluar color models

826272
RGB13098114
HSL330°14.04%44.71%
HSB/HSV330°24.62%50.98%
CMYK0.00%24.62%12.31%
49.02%

Color #826272 in popluar number systems.

HEX826272
Decimal13098114
Binary1000001011000101110010
Octal202142162

Shades and tints

Shades of #826272

#826272
(130,98,114)
#775A68
(119,90,104)
#6C525E
(108,82,94)
#614A54
(97,74,84)
#56424A
(86,66,74)
#4B3A40
(75,58,64)
#403236
(64,50,54)
#352A2C
(53,42,44)
#2A2222
(42,34,34)
#1F1A18
(31,26,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #826272

#826272
(130,98,114)
#8D707E
(141,112,126)
#987E8A
(152,126,138)
#A38C96
(163,140,150)
#AE9AA2
(174,154,162)
#B9A8AE
(185,168,174)
#C4B6BA
(196,182,186)
#CFC4C6
(207,196,198)
#DAD2D2
(218,210,210)
#E5E0DE
(229,224,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826272; }

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

This text font color is #826272.


Background Color

.myBgColor { background-color: #826272; }

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

This div background color is #826272.


Border color

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

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

This div border color is #826272.


Opacity

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

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

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

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

This text has shadow with #826272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826272 on black background.


Color preview on white background

This text has color #826272 on white background.



Black color preview on #826272 background

This text has black color on #826272 background.


White color preview on #826272 background

This text has white color on #826272 background.