COLOR #826072

HEX: #826072
RGB: (130,96,114)

Color info

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

RGB color model

#826072 color RGB value is (130,96,114).

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

RGB channels and saturation

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

130
96
114

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 114 = 340 (100%)
R 130 of 340 ~ 38.24%
G 96 of 340 ~ 28.24%
B 114 of 340 ~ 33.53%

%38.24
%28.24
%33.53

CMYK color model

#826072 color CMYK value is (0,26,12,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(0,26,12,49)
C0M26Y12K49 
(0%,26%,12%,49%)
(0.00/0.26/0.12/0.49)	

CMYK percentages

%0
%26.15
%12.31
%49.02

Codes

Color #826072 in popluar color models

826072
RGB13096114
HSL328°15.04%44.31%
HSB/HSV328°26.15%50.98%
CMYK0.00%26.15%12.31%
49.02%

Color #826072 in popluar number systems.

HEX826072
Decimal13096114
Binary1000001011000001110010
Octal202140162

Shades and tints

Shades of #826072

#826072
(130,96,114)
#775868
(119,88,104)
#6C505E
(108,80,94)
#614854
(97,72,84)
#56404A
(86,64,74)
#4B3840
(75,56,64)
#403036
(64,48,54)
#35282C
(53,40,44)
#2A2022
(42,32,34)
#1F1818
(31,24,24)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #826072

#826072
(130,96,114)
#8D6E7E
(141,110,126)
#987C8A
(152,124,138)
#A38A96
(163,138,150)
#AE98A2
(174,152,162)
#B9A6AE
(185,166,174)
#C4B4BA
(196,180,186)
#CFC2C6
(207,194,198)
#DAD0D2
(218,208,210)
#E5DEDE
(229,222,222)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826072; }

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

This text font color is #826072.


Background Color

.myBgColor { background-color: #826072; }

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

This div background color is #826072.


Border color

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

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

This div border color is #826072.


Opacity

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

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

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

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

This text has shadow with #826072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826072 on black background.


Color preview on white background

This text has color #826072 on white background.



Black color preview on #826072 background

This text has black color on #826072 background.


White color preview on #826072 background

This text has white color on #826072 background.