COLOR #827C60

HEX: #827C60
RGB: (130,124,96)

Color info

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

RGB color model

#827C60 color RGB value is (130,124,96).

  • red value is 130;
  • green value is 124;
  • blue value is 96.
RGB:
(130,124,96)
(51%,49%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 96 of 255 = 38%

130
124
96

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 96 = 350 (100%)
R 130 of 350 ~ 37.14%
G 124 of 350 ~ 35.43%
B 96 of 350 ~ 27.43%

%37.14
%35.43
%27.43

CMYK color model

#827C60 color CMYK value is (0,5,26,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK:
(0,5,26,49)
C0M5Y26K49 
(0%,5%,26%,49%)
(0.00/0.05/0.26/0.49)	

CMYK percentages

%0
%4.62
%26.15
%49.02

Codes

Color #827C60 in popluar color models

827C60
RGB13012496
HSL49°15.04%44.31%
HSB/HSV49°26.15%50.98%
CMYK0.00%4.62%26.15%
49.02%

Color #827C60 in popluar number systems.

HEX827C60
Decimal13012496
Binary1000001011111001100000
Octal202174140

Shades and tints

Shades of #827C60

#827C60
(130,124,96)
#777158
(119,113,88)
#6C6650
(108,102,80)
#615B48
(97,91,72)
#565040
(86,80,64)
#4B4538
(75,69,56)
#403A30
(64,58,48)
#352F28
(53,47,40)
#2A2420
(42,36,32)
#1F1918
(31,25,24)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #827C60

#827C60
(130,124,96)
#8D876E
(141,135,110)
#98927C
(152,146,124)
#A39D8A
(163,157,138)
#AEA898
(174,168,152)
#B9B3A6
(185,179,166)
#C4BEB4
(196,190,180)
#CFC9C2
(207,201,194)
#DAD4D0
(218,212,208)
#E5DFDE
(229,223,222)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C60 color. Also use rgb(130,124,96) instead hex code.

Text Font Color

.myTextColor { color: #827C60; }

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

This text font color is #827C60.


Background Color

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

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

This div background color is #827C60.


Border color

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

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

This div border color is #827C60.


Opacity

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

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

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

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

This text has shadow with #827C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C60 on black background.


Color preview on white background

This text has color #827C60 on white background.



Black color preview on #827C60 background

This text has black color on #827C60 background.


White color preview on #827C60 background

This text has white color on #827C60 background.