COLOR #827160

HEX: #827160
RGB: (130,113,96)

Color info

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

RGB color model

#827160 color RGB value is (130,113,96).

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

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 96 of 255 = 38%

130
113
96

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

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 96 = 339 (100%)
R 130 of 339 ~ 38.35%
G 113 of 339 ~ 33.33%
B 96 of 339 ~ 28.32%

%38.35
%33.33
%28.32

CMYK color model

#827160 color CMYK value is (0,13,26,49).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(0,13,26,49)
C0M13Y26K49 
(0%,13%,26%,49%)
(0.00/0.13/0.26/0.49)	

CMYK percentages

%0
%13.08
%26.15
%49.02

Codes

Color #827160 in popluar color models

827160
RGB13011396
HSL30°15.04%44.31%
HSB/HSV30°26.15%50.98%
CMYK0.00%13.08%26.15%
49.02%

Color #827160 in popluar number systems.

HEX827160
Decimal13011396
Binary1000001011100011100000
Octal202161140

Shades and tints

Shades of #827160

#827160
(130,113,96)
#776758
(119,103,88)
#6C5D50
(108,93,80)
#615348
(97,83,72)
#564940
(86,73,64)
#4B3F38
(75,63,56)
#403530
(64,53,48)
#352B28
(53,43,40)
#2A2120
(42,33,32)
#1F1718
(31,23,24)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #827160

#827160
(130,113,96)
#8D7D6E
(141,125,110)
#98897C
(152,137,124)
#A3958A
(163,149,138)
#AEA198
(174,161,152)
#B9ADA6
(185,173,166)
#C4B9B4
(196,185,180)
#CFC5C2
(207,197,194)
#DAD1D0
(218,209,208)
#E5DDDE
(229,221,222)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827160; }

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

This text font color is #827160.


Background Color

.myBgColor { background-color: #827160; }

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

This div background color is #827160.


Border color

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

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

This div border color is #827160.


Opacity

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

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

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

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

This text has shadow with #827160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827160 on black background.


Color preview on white background

This text has color #827160 on white background.



Black color preview on #827160 background

This text has black color on #827160 background.


White color preview on #827160 background

This text has white color on #827160 background.