COLOR #827974

HEX: #827974
RGB: (130,121,116)

Color info

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

RGB color model

#827974 color RGB value is (130,121,116).

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

RGB channels and saturation

R 130 of 255 = 51%
G 121 of 255 = 47%
B 116 of 255 = 45%

130
121
116

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

Portions of RGB colors in percentages

R + G + B =
130 + 121 + 116 = 367 (100%)
R 130 of 367 ~ 35.42%
G 121 of 367 ~ 32.97%
B 116 of 367 ~ 31.61%

%35.42
%32.97
%31.61

CMYK color model

#827974 color CMYK value is (0,7,11,49).

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(0,7,11,49)
C0M7Y11K49 
(0%,7%,11%,49%)
(0.00/0.07/0.11/0.49)	

CMYK percentages

%0
%6.92
%10.77
%49.02

Codes

Color #827974 in popluar color models

827974
RGB130121116
HSL21°5.69%48.24%
HSB/HSV21°10.77%50.98%
CMYK0.00%6.92%10.77%
49.02%

Color #827974 in popluar number systems.

HEX827974
Decimal130121116
Binary1000001011110011110100
Octal202171164

Shades and tints

Shades of #827974

#827974
(130,121,116)
#776E6A
(119,110,106)
#6C6360
(108,99,96)
#615856
(97,88,86)
#564D4C
(86,77,76)
#4B4242
(75,66,66)
#403738
(64,55,56)
#352C2E
(53,44,46)
#2A2124
(42,33,36)
#1F161A
(31,22,26)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #827974

#827974
(130,121,116)
#8D8580
(141,133,128)
#98918C
(152,145,140)
#A39D98
(163,157,152)
#AEA9A4
(174,169,164)
#B9B5B0
(185,181,176)
#C4C1BC
(196,193,188)
#CFCDC8
(207,205,200)
#DAD9D4
(218,217,212)
#E5E5E0
(229,229,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827974; }

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

This text font color is #827974.


Background Color

.myBgColor { background-color: #827974; }

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

This div background color is #827974.


Border color

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

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

This div border color is #827974.


Opacity

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

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

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

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

This text has shadow with #827974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827974 on black background.


Color preview on white background

This text has color #827974 on white background.



Black color preview on #827974 background

This text has black color on #827974 background.


White color preview on #827974 background

This text has white color on #827974 background.