COLOR #827460

HEX: #827460
RGB: (130,116,96)

Color info

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

RGB color model

#827460 color RGB value is (130,116,96).

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

RGB channels and saturation

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

130
116
96

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 96 = 342 (100%)
R 130 of 342 ~ 38.01%
G 116 of 342 ~ 33.92%
B 96 of 342 ~ 28.07%

%38.01
%33.92
%28.07

CMYK color model

#827460 color CMYK value is (0,11,26,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(0,11,26,49)
C0M11Y26K49 
(0%,11%,26%,49%)
(0.00/0.11/0.26/0.49)	

CMYK percentages

%0
%10.77
%26.15
%49.02

Codes

Color #827460 in popluar color models

827460
RGB13011696
HSL35°15.04%44.31%
HSB/HSV35°26.15%50.98%
CMYK0.00%10.77%26.15%
49.02%

Color #827460 in popluar number systems.

HEX827460
Decimal13011696
Binary1000001011101001100000
Octal202164140

Shades and tints

Shades of #827460

#827460
(130,116,96)
#776A58
(119,106,88)
#6C6050
(108,96,80)
#615648
(97,86,72)
#564C40
(86,76,64)
#4B4238
(75,66,56)
#403830
(64,56,48)
#352E28
(53,46,40)
#2A2420
(42,36,32)
#1F1A18
(31,26,24)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #827460

#827460
(130,116,96)
#8D806E
(141,128,110)
#988C7C
(152,140,124)
#A3988A
(163,152,138)
#AEA498
(174,164,152)
#B9B0A6
(185,176,166)
#C4BCB4
(196,188,180)
#CFC8C2
(207,200,194)
#DAD4D0
(218,212,208)
#E5E0DE
(229,224,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827460; }

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

This text font color is #827460.


Background Color

.myBgColor { background-color: #827460; }

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

This div background color is #827460.


Border color

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

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

This div border color is #827460.


Opacity

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

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

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

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

This text has shadow with #827460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827460 on black background.


Color preview on white background

This text has color #827460 on white background.



Black color preview on #827460 background

This text has black color on #827460 background.


White color preview on #827460 background

This text has white color on #827460 background.