COLOR #827865

HEX: #827865
RGB: (130,120,101)

Color info

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

RGB color model

#827865 color RGB value is (130,120,101).

  • red value is 130;
  • green value is 120;
  • blue value is 101.
RGB:
(130,120,101)
(51%,47%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 101 of 255 = 40%

130
120
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 101 = 351 (100%)
R 130 of 351 ~ 37.04%
G 120 of 351 ~ 34.19%
B 101 of 351 ~ 28.77%

%37.04
%34.19
%28.77

CMYK color model

#827865 color CMYK value is (0,8,22,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,8,22,49)
C0M8Y22K49 
(0%,8%,22%,49%)
(0.00/0.08/0.22/0.49)	

CMYK percentages

%0
%7.69
%22.31
%49.02

Codes

Color #827865 in popluar color models

827865
RGB130120101
HSL39°12.55%45.29%
HSB/HSV39°22.31%50.98%
CMYK0.00%7.69%22.31%
49.02%

Color #827865 in popluar number systems.

HEX827865
Decimal130120101
Binary1000001011110001100101
Octal202170145

Shades and tints

Shades of #827865

#827865
(130,120,101)
#776E5C
(119,110,92)
#6C6453
(108,100,83)
#615A4A
(97,90,74)
#565041
(86,80,65)
#4B4638
(75,70,56)
#403C2F
(64,60,47)
#353226
(53,50,38)
#2A281D
(42,40,29)
#1F1E14
(31,30,20)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #827865

#827865
(130,120,101)
#8D8473
(141,132,115)
#989081
(152,144,129)
#A39C8F
(163,156,143)
#AEA89D
(174,168,157)
#B9B4AB
(185,180,171)
#C4C0B9
(196,192,185)
#CFCCC7
(207,204,199)
#DAD8D5
(218,216,213)
#E5E4E3
(229,228,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827865 color. Also use rgb(130,120,101) instead hex code.

Text Font Color

.myTextColor { color: #827865; }

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

This text font color is #827865.


Background Color

.myBgColor { background-color: #827865; }

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

This div background color is #827865.


Border color

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

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

This div border color is #827865.


Opacity

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

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

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

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

This text has shadow with #827865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827865 on black background.


Color preview on white background

This text has color #827865 on white background.



Black color preview on #827865 background

This text has black color on #827865 background.


White color preview on #827865 background

This text has white color on #827865 background.