COLOR #826D7D

HEX: #826D7D
RGB: (130,109,125)

Color info

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

RGB color model

#826D7D color RGB value is (130,109,125).

  • red value is 130;
  • green value is 109;
  • blue value is 125.
RGB:
(130,109,125)
(51%,43%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 125 of 255 = 49%

130
109
125

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

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 125 = 364 (100%)
R 130 of 364 ~ 35.71%
G 109 of 364 ~ 29.95%
B 125 of 364 ~ 34.34%

%35.71
%29.95
%34.34

CMYK color model

#826D7D color CMYK value is (0,16,4,49).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(0,16,4,49)
C0M16Y4K49 
(0%,16%,4%,49%)
(0.00/0.16/0.04/0.49)	

CMYK percentages

%0
%16.15
%3.85
%49.02

Codes

Color #826D7D in popluar color models

826D7D
RGB130109125
HSL314°8.79%46.86%
HSB/HSV314°16.15%50.98%
CMYK0.00%16.15%3.85%
49.02%

Color #826D7D in popluar number systems.

HEX826D7D
Decimal130109125
Binary1000001011011011111101
Octal202155175

Shades and tints

Shades of #826D7D

#826D7D
(130,109,125)
#776472
(119,100,114)
#6C5B67
(108,91,103)
#61525C
(97,82,92)
#564951
(86,73,81)
#4B4046
(75,64,70)
#40373B
(64,55,59)
#352E30
(53,46,48)
#2A2525
(42,37,37)
#1F1C1A
(31,28,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #826D7D

#826D7D
(130,109,125)
#8D7A88
(141,122,136)
#988793
(152,135,147)
#A3949E
(163,148,158)
#AEA1A9
(174,161,169)
#B9AEB4
(185,174,180)
#C4BBBF
(196,187,191)
#CFC8CA
(207,200,202)
#DAD5D5
(218,213,213)
#E5E2E0
(229,226,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826D7D color. Also use rgb(130,109,125) instead hex code.

Text Font Color

.myTextColor { color: #826D7D; }

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

This text font color is #826D7D.


Background Color

.myBgColor { background-color: #826D7D; }

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

This div background color is #826D7D.


Border color

.myBorderColor { border: 1px solid #826D7D; }

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

This div border color is #826D7D.


Opacity

.myOpacity80 { color: #826D7D; opacity: 0.8; }

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

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

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

This text has shadow with #826D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D7D on black background.


Color preview on white background

This text has color #826D7D on white background.



Black color preview on #826D7D background

This text has black color on #826D7D background.


White color preview on #826D7D background

This text has white color on #826D7D background.