COLOR #827A5F

HEX: #827A5F
RGB: (130,122,95)

Color info

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

RGB color model

#827A5F color RGB value is (130,122,95).

  • red value is 130;
  • green value is 122;
  • blue value is 95.
RGB:
(130,122,95)
(51%,48%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 95 of 255 = 37%

130
122
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 95 = 347 (100%)
R 130 of 347 ~ 37.46%
G 122 of 347 ~ 35.16%
B 95 of 347 ~ 27.38%

%37.46
%35.16
%27.38

CMYK color model

#827A5F color CMYK value is (0,6,27,49).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(0,6,27,49)
C0M6Y27K49 
(0%,6%,27%,49%)
(0.00/0.06/0.27/0.49)	

CMYK percentages

%0
%6.15
%26.92
%49.02

Codes

Color #827A5F in popluar color models

827A5F
RGB13012295
HSL46°15.56%44.12%
HSB/HSV46°26.92%50.98%
CMYK0.00%6.15%26.92%
49.02%

Color #827A5F in popluar number systems.

HEX827A5F
Decimal13012295
Binary1000001011110101011111
Octal202172137

Shades and tints

Shades of #827A5F

#827A5F
(130,122,95)
#776F57
(119,111,87)
#6C644F
(108,100,79)
#615947
(97,89,71)
#564E3F
(86,78,63)
#4B4337
(75,67,55)
#40382F
(64,56,47)
#352D27
(53,45,39)
#2A221F
(42,34,31)
#1F1717
(31,23,23)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #827A5F

#827A5F
(130,122,95)
#8D866D
(141,134,109)
#98927B
(152,146,123)
#A39E89
(163,158,137)
#AEAA97
(174,170,151)
#B9B6A5
(185,182,165)
#C4C2B3
(196,194,179)
#CFCEC1
(207,206,193)
#DADACF
(218,218,207)
#E5E6DD
(229,230,221)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A5F color. Also use rgb(130,122,95) instead hex code.

Text Font Color

.myTextColor { color: #827A5F; }

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

This text font color is #827A5F.


Background Color

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

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

This div background color is #827A5F.


Border color

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

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

This div border color is #827A5F.


Opacity

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

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

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

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

This text has shadow with #827A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A5F on black background.


Color preview on white background

This text has color #827A5F on white background.



Black color preview on #827A5F background

This text has black color on #827A5F background.


White color preview on #827A5F background

This text has white color on #827A5F background.