COLOR #827F55

HEX: #827F55
RGB: (130,127,85)

Color info

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

RGB color model

#827F55 color RGB value is (130,127,85).

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

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 85 of 255 = 33%

130
127
85

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

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 85 = 342 (100%)
R 130 of 342 ~ 38.01%
G 127 of 342 ~ 37.13%
B 85 of 342 ~ 24.85%

%38.01
%37.13
%24.85

CMYK color model

#827F55 color CMYK value is (0,2,35,49).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(0,2,35,49)
C0M2Y35K49 
(0%,2%,35%,49%)
(0.00/0.02/0.35/0.49)	

CMYK percentages

%0
%2.31
%34.62
%49.02

Codes

Color #827F55 in popluar color models

827F55
RGB13012785
HSL56°20.93%42.16%
HSB/HSV56°34.62%50.98%
CMYK0.00%2.31%34.62%
49.02%

Color #827F55 in popluar number systems.

HEX827F55
Decimal13012785
Binary1000001011111111010101
Octal202177125

Shades and tints

Shades of #827F55

#827F55
(130,127,85)
#77744E
(119,116,78)
#6C6947
(108,105,71)
#615E40
(97,94,64)
#565339
(86,83,57)
#4B4832
(75,72,50)
#403D2B
(64,61,43)
#353224
(53,50,36)
#2A271D
(42,39,29)
#1F1C16
(31,28,22)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #827F55

#827F55
(130,127,85)
#8D8A64
(141,138,100)
#989573
(152,149,115)
#A3A082
(163,160,130)
#AEAB91
(174,171,145)
#B9B6A0
(185,182,160)
#C4C1AF
(196,193,175)
#CFCCBE
(207,204,190)
#DAD7CD
(218,215,205)
#E5E2DC
(229,226,220)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827F55; }

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

This text font color is #827F55.


Background Color

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

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

This div background color is #827F55.


Border color

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

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

This div border color is #827F55.


Opacity

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

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

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

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

This text has shadow with #827F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F55 on black background.


Color preview on white background

This text has color #827F55 on white background.



Black color preview on #827F55 background

This text has black color on #827F55 background.


White color preview on #827F55 background

This text has white color on #827F55 background.