COLOR #827F67

HEX: #827F67
RGB: (130,127,103)

Color info

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

RGB color model

#827F67 color RGB value is (130,127,103).

  • red value is 130;
  • green value is 127;
  • blue value is 103.
RGB:
(130,127,103)
(51%,50%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 103 of 255 = 40%

130
127
103

R + G + B ~ 47%. #827F67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 103 = 360 (100%)
R 130 of 360 ~ 36.11%
G 127 of 360 ~ 35.28%
B 103 of 360 ~ 28.61%

%36.11
%35.28
%28.61

CMYK color model

#827F67 color CMYK value is (0,2,21,49).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(0,2,21,49)
C0M2Y21K49 
(0%,2%,21%,49%)
(0.00/0.02/0.21/0.49)	

CMYK percentages

%0
%2.31
%20.77
%49.02

Codes

Color #827F67 in popluar color models

827F67
RGB130127103
HSL53°11.59%45.69%
HSB/HSV53°20.77%50.98%
CMYK0.00%2.31%20.77%
49.02%

Color #827F67 in popluar number systems.

HEX827F67
Decimal130127103
Binary1000001011111111100111
Octal202177147

Shades and tints

Shades of #827F67

#827F67
(130,127,103)
#77745E
(119,116,94)
#6C6955
(108,105,85)
#615E4C
(97,94,76)
#565343
(86,83,67)
#4B483A
(75,72,58)
#403D31
(64,61,49)
#353228
(53,50,40)
#2A271F
(42,39,31)
#1F1C16
(31,28,22)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #827F67

#827F67
(130,127,103)
#8D8A74
(141,138,116)
#989581
(152,149,129)
#A3A08E
(163,160,142)
#AEAB9B
(174,171,155)
#B9B6A8
(185,182,168)
#C4C1B5
(196,193,181)
#CFCCC2
(207,204,194)
#DAD7CF
(218,215,207)
#E5E2DC
(229,226,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F67 color. Also use rgb(130,127,103) instead hex code.

Text Font Color

.myTextColor { color: #827F67; }

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

This text font color is #827F67.


Background Color

.myBgColor { background-color: #827F67; }

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

This div background color is #827F67.


Border color

.myBorderColor { border: 1px solid #827F67; }

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

This div border color is #827F67.


Opacity

.myOpacity80 { color: #827F67; opacity: 0.8; }

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

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

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

This text has shadow with #827F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F67 on black background.


Color preview on white background

This text has color #827F67 on white background.



Black color preview on #827F67 background

This text has black color on #827F67 background.


White color preview on #827F67 background

This text has white color on #827F67 background.