COLOR #827762

HEX: #827762
RGB: (130,119,98)

Color info

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

RGB color model

#827762 color RGB value is (130,119,98).

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

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 98 of 255 = 38%

130
119
98

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 98 = 347 (100%)
R 130 of 347 ~ 37.46%
G 119 of 347 ~ 34.29%
B 98 of 347 ~ 28.24%

%37.46
%34.29
%28.24

CMYK color model

#827762 color CMYK value is (0,8,25,49).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(0,8,25,49)
C0M8Y25K49 
(0%,8%,25%,49%)
(0.00/0.08/0.25/0.49)	

CMYK percentages

%0
%8.46
%24.62
%49.02

Codes

Color #827762 in popluar color models

827762
RGB13011998
HSL39°14.04%44.71%
HSB/HSV39°24.62%50.98%
CMYK0.00%8.46%24.62%
49.02%

Color #827762 in popluar number systems.

HEX827762
Decimal13011998
Binary1000001011101111100010
Octal202167142

Shades and tints

Shades of #827762

#827762
(130,119,98)
#776D5A
(119,109,90)
#6C6352
(108,99,82)
#61594A
(97,89,74)
#564F42
(86,79,66)
#4B453A
(75,69,58)
#403B32
(64,59,50)
#35312A
(53,49,42)
#2A2722
(42,39,34)
#1F1D1A
(31,29,26)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #827762

#827762
(130,119,98)
#8D8370
(141,131,112)
#988F7E
(152,143,126)
#A39B8C
(163,155,140)
#AEA79A
(174,167,154)
#B9B3A8
(185,179,168)
#C4BFB6
(196,191,182)
#CFCBC4
(207,203,196)
#DAD7D2
(218,215,210)
#E5E3E0
(229,227,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827762; }

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

This text font color is #827762.


Background Color

.myBgColor { background-color: #827762; }

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

This div background color is #827762.


Border color

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

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

This div border color is #827762.


Opacity

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

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

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

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

This text has shadow with #827762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827762 on black background.


Color preview on white background

This text has color #827762 on white background.



Black color preview on #827762 background

This text has black color on #827762 background.


White color preview on #827762 background

This text has white color on #827762 background.