COLOR #827E59

HEX: #827E59
RGB: (130,126,89)

Color info

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

RGB color model

#827E59 color RGB value is (130,126,89).

  • red value is 130;
  • green value is 126;
  • blue value is 89.
RGB:
(130,126,89)
(51%,49%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 89 of 255 = 35%

130
126
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 89 = 345 (100%)
R 130 of 345 ~ 37.68%
G 126 of 345 ~ 36.52%
B 89 of 345 ~ 25.8%

%37.68
%36.52
%25.8

CMYK color model

#827E59 color CMYK value is (0,3,32,49).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 31.54%
  • key color value is 49.02%
CMYK:
(0,3,32,49)
C0M3Y32K49 
(0%,3%,32%,49%)
(0.00/0.03/0.32/0.49)	

CMYK percentages

%0
%3.08
%31.54
%49.02

Codes

Color #827E59 in popluar color models

827E59
RGB13012689
HSL54°18.72%42.94%
HSB/HSV54°31.54%50.98%
CMYK0.00%3.08%31.54%
49.02%

Color #827E59 in popluar number systems.

HEX827E59
Decimal13012689
Binary1000001011111101011001
Octal202176131

Shades and tints

Shades of #827E59

#827E59
(130,126,89)
#777351
(119,115,81)
#6C6849
(108,104,73)
#615D41
(97,93,65)
#565239
(86,82,57)
#4B4731
(75,71,49)
#403C29
(64,60,41)
#353121
(53,49,33)
#2A2619
(42,38,25)
#1F1B11
(31,27,17)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #827E59

#827E59
(130,126,89)
#8D8968
(141,137,104)
#989477
(152,148,119)
#A39F86
(163,159,134)
#AEAA95
(174,170,149)
#B9B5A4
(185,181,164)
#C4C0B3
(196,192,179)
#CFCBC2
(207,203,194)
#DAD6D1
(218,214,209)
#E5E1E0
(229,225,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E59 color. Also use rgb(130,126,89) instead hex code.

Text Font Color

.myTextColor { color: #827E59; }

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

This text font color is #827E59.


Background Color

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

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

This div background color is #827E59.


Border color

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

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

This div border color is #827E59.


Opacity

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

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

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

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

This text has shadow with #827E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E59 on black background.


Color preview on white background

This text has color #827E59 on white background.



Black color preview on #827E59 background

This text has black color on #827E59 background.


White color preview on #827E59 background

This text has white color on #827E59 background.