COLOR #827660

HEX: #827660
RGB: (130,118,96)

Color info

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

RGB color model

#827660 color RGB value is (130,118,96).

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

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 96 of 255 = 38%

130
118
96

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 96 = 344 (100%)
R 130 of 344 ~ 37.79%
G 118 of 344 ~ 34.3%
B 96 of 344 ~ 27.91%

%37.79
%34.3
%27.91

CMYK color model

#827660 color CMYK value is (0,9,26,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(0,9,26,49)
C0M9Y26K49 
(0%,9%,26%,49%)
(0.00/0.09/0.26/0.49)	

CMYK percentages

%0
%9.23
%26.15
%49.02

Codes

Color #827660 in popluar color models

827660
RGB13011896
HSL39°15.04%44.31%
HSB/HSV39°26.15%50.98%
CMYK0.00%9.23%26.15%
49.02%

Color #827660 in popluar number systems.

HEX827660
Decimal13011896
Binary1000001011101101100000
Octal202166140

Shades and tints

Shades of #827660

#827660
(130,118,96)
#776C58
(119,108,88)
#6C6250
(108,98,80)
#615848
(97,88,72)
#564E40
(86,78,64)
#4B4438
(75,68,56)
#403A30
(64,58,48)
#353028
(53,48,40)
#2A2620
(42,38,32)
#1F1C18
(31,28,24)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #827660

#827660
(130,118,96)
#8D826E
(141,130,110)
#988E7C
(152,142,124)
#A39A8A
(163,154,138)
#AEA698
(174,166,152)
#B9B2A6
(185,178,166)
#C4BEB4
(196,190,180)
#CFCAC2
(207,202,194)
#DAD6D0
(218,214,208)
#E5E2DE
(229,226,222)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827660; }

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

This text font color is #827660.


Background Color

.myBgColor { background-color: #827660; }

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

This div background color is #827660.


Border color

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

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

This div border color is #827660.


Opacity

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

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

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

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

This text has shadow with #827660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827660 on black background.


Color preview on white background

This text has color #827660 on white background.



Black color preview on #827660 background

This text has black color on #827660 background.


White color preview on #827660 background

This text has white color on #827660 background.