COLOR #827D76

HEX: #827D76
RGB: (130,125,118)

Color info

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

RGB color model

#827D76 color RGB value is (130,125,118).

  • red value is 130;
  • green value is 125;
  • blue value is 118.
RGB:
(130,125,118)
(51%,49%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 118 of 255 = 46%

130
125
118

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 118 = 373 (100%)
R 130 of 373 ~ 34.85%
G 125 of 373 ~ 33.51%
B 118 of 373 ~ 31.64%

%34.85
%33.51
%31.64

CMYK color model

#827D76 color CMYK value is (0,4,9,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK:
(0,4,9,49)
C0M4Y9K49 
(0%,4%,9%,49%)
(0.00/0.04/0.09/0.49)	

CMYK percentages

%0
%3.85
%9.23
%49.02

Codes

Color #827D76 in popluar color models

827D76
RGB130125118
HSL35°4.84%48.63%
HSB/HSV35°9.23%50.98%
CMYK0.00%3.85%9.23%
49.02%

Color #827D76 in popluar number systems.

HEX827D76
Decimal130125118
Binary1000001011111011110110
Octal202175166

Shades and tints

Shades of #827D76

#827D76
(130,125,118)
#77726C
(119,114,108)
#6C6762
(108,103,98)
#615C58
(97,92,88)
#56514E
(86,81,78)
#4B4644
(75,70,68)
#403B3A
(64,59,58)
#353030
(53,48,48)
#2A2526
(42,37,38)
#1F1A1C
(31,26,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #827D76

#827D76
(130,125,118)
#8D8882
(141,136,130)
#98938E
(152,147,142)
#A39E9A
(163,158,154)
#AEA9A6
(174,169,166)
#B9B4B2
(185,180,178)
#C4BFBE
(196,191,190)
#CFCACA
(207,202,202)
#DAD5D6
(218,213,214)
#E5E0E2
(229,224,226)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D76 color. Also use rgb(130,125,118) instead hex code.

Text Font Color

.myTextColor { color: #827D76; }

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

This text font color is #827D76.


Background Color

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

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

This div background color is #827D76.


Border color

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

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

This div border color is #827D76.


Opacity

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

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

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

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

This text has shadow with #827D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D76 on black background.


Color preview on white background

This text has color #827D76 on white background.



Black color preview on #827D76 background

This text has black color on #827D76 background.


White color preview on #827D76 background

This text has white color on #827D76 background.