COLOR #827951

HEX: #827951
RGB: (130,121,81)

Color info

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

RGB color model

#827951 color RGB value is (130,121,81).

  • red value is 130;
  • green value is 121;
  • blue value is 81.
RGB:
(130,121,81)
(51%,47%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 121 of 255 = 47%
B 81 of 255 = 32%

130
121
81

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

Portions of RGB colors in percentages

R + G + B =
130 + 121 + 81 = 332 (100%)
R 130 of 332 ~ 39.16%
G 121 of 332 ~ 36.45%
B 81 of 332 ~ 24.4%

%39.16
%36.45
%24.4

CMYK color model

#827951 color CMYK value is (0,7,38,49).

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(0,7,38,49)
C0M7Y38K49 
(0%,7%,38%,49%)
(0.00/0.07/0.38/0.49)	

CMYK percentages

%0
%6.92
%37.69
%49.02

Codes

Color #827951 in popluar color models

827951
RGB13012181
HSL49°23.22%41.37%
HSB/HSV49°37.69%50.98%
CMYK0.00%6.92%37.69%
49.02%

Color #827951 in popluar number systems.

HEX827951
Decimal13012181
Binary1000001011110011010001
Octal202171121

Shades and tints

Shades of #827951

#827951
(130,121,81)
#776E4A
(119,110,74)
#6C6343
(108,99,67)
#61583C
(97,88,60)
#564D35
(86,77,53)
#4B422E
(75,66,46)
#403727
(64,55,39)
#352C20
(53,44,32)
#2A2119
(42,33,25)
#1F1612
(31,22,18)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #827951

#827951
(130,121,81)
#8D8560
(141,133,96)
#98916F
(152,145,111)
#A39D7E
(163,157,126)
#AEA98D
(174,169,141)
#B9B59C
(185,181,156)
#C4C1AB
(196,193,171)
#CFCDBA
(207,205,186)
#DAD9C9
(218,217,201)
#E5E5D8
(229,229,216)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827951 color. Also use rgb(130,121,81) instead hex code.

Text Font Color

.myTextColor { color: #827951; }

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

This text font color is #827951.


Background Color

.myBgColor { background-color: #827951; }

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

This div background color is #827951.


Border color

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

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

This div border color is #827951.


Opacity

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

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

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

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

This text has shadow with #827951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827951 on black background.


Color preview on white background

This text has color #827951 on white background.



Black color preview on #827951 background

This text has black color on #827951 background.


White color preview on #827951 background

This text has white color on #827951 background.