COLOR #827755

HEX: #827755
RGB: (130,119,85)

Color info

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

RGB color model

#827755 color RGB value is (130,119,85).

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

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 85 of 255 = 33%

130
119
85

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 85 = 334 (100%)
R 130 of 334 ~ 38.92%
G 119 of 334 ~ 35.63%
B 85 of 334 ~ 25.45%

%38.92
%35.63
%25.45

CMYK color model

#827755 color CMYK value is (0,8,35,49).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(0,8,35,49)
C0M8Y35K49 
(0%,8%,35%,49%)
(0.00/0.08/0.35/0.49)	

CMYK percentages

%0
%8.46
%34.62
%49.02

Codes

Color #827755 in popluar color models

827755
RGB13011985
HSL45°20.93%42.16%
HSB/HSV45°34.62%50.98%
CMYK0.00%8.46%34.62%
49.02%

Color #827755 in popluar number systems.

HEX827755
Decimal13011985
Binary1000001011101111010101
Octal202167125

Shades and tints

Shades of #827755

#827755
(130,119,85)
#776D4E
(119,109,78)
#6C6347
(108,99,71)
#615940
(97,89,64)
#564F39
(86,79,57)
#4B4532
(75,69,50)
#403B2B
(64,59,43)
#353124
(53,49,36)
#2A271D
(42,39,29)
#1F1D16
(31,29,22)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #827755

#827755
(130,119,85)
#8D8364
(141,131,100)
#988F73
(152,143,115)
#A39B82
(163,155,130)
#AEA791
(174,167,145)
#B9B3A0
(185,179,160)
#C4BFAF
(196,191,175)
#CFCBBE
(207,203,190)
#DAD7CD
(218,215,205)
#E5E3DC
(229,227,220)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827755; }

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

This text font color is #827755.


Background Color

.myBgColor { background-color: #827755; }

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

This div background color is #827755.


Border color

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

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

This div border color is #827755.


Opacity

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

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

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

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

This text has shadow with #827755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827755 on black background.


Color preview on white background

This text has color #827755 on white background.



Black color preview on #827755 background

This text has black color on #827755 background.


White color preview on #827755 background

This text has white color on #827755 background.