COLOR #827D7B

HEX: #827D7B
RGB: (130,125,123)

Color info

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

RGB color model

#827D7B color RGB value is (130,125,123).

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

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 123 of 255 = 48%

130
125
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 123 = 378 (100%)
R 130 of 378 ~ 34.39%
G 125 of 378 ~ 33.07%
B 123 of 378 ~ 32.54%

%34.39
%33.07
%32.54

CMYK color model

#827D7B color CMYK value is (0,4,5,49).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK:
(0,4,5,49)
C0M4Y5K49 
(0%,4%,5%,49%)
(0.00/0.04/0.05/0.49)	

CMYK percentages

%0
%3.85
%5.38
%49.02

Codes

Color #827D7B in popluar color models

827D7B
RGB130125123
HSL17°2.77%49.61%
HSB/HSV17°5.38%50.98%
CMYK0.00%3.85%5.38%
49.02%

Color #827D7B in popluar number systems.

HEX827D7B
Decimal130125123
Binary1000001011111011111011
Octal202175173

Shades and tints

Shades of #827D7B

#827D7B
(130,125,123)
#777270
(119,114,112)
#6C6765
(108,103,101)
#615C5A
(97,92,90)
#56514F
(86,81,79)
#4B4644
(75,70,68)
#403B39
(64,59,57)
#35302E
(53,48,46)
#2A2523
(42,37,35)
#1F1A18
(31,26,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #827D7B

#827D7B
(130,125,123)
#8D8887
(141,136,135)
#989393
(152,147,147)
#A39E9F
(163,158,159)
#AEA9AB
(174,169,171)
#B9B4B7
(185,180,183)
#C4BFC3
(196,191,195)
#CFCACF
(207,202,207)
#DAD5DB
(218,213,219)
#E5E0E7
(229,224,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D7B color. Also use rgb(130,125,123) instead hex code.

Text Font Color

.myTextColor { color: #827D7B; }

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

This text font color is #827D7B.


Background Color

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

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

This div background color is #827D7B.


Border color

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

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

This div border color is #827D7B.


Opacity

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

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

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

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

This text has shadow with #827D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D7B on black background.


Color preview on white background

This text has color #827D7B on white background.



Black color preview on #827D7B background

This text has black color on #827D7B background.


White color preview on #827D7B background

This text has white color on #827D7B background.