COLOR #827875

HEX: #827875
RGB: (130,120,117)

Color info

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

RGB color model

#827875 color RGB value is (130,120,117).

  • red value is 130;
  • green value is 120;
  • blue value is 117.
RGB:
(130,120,117)
(51%,47%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 117 of 255 = 46%

130
120
117

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 117 = 367 (100%)
R 130 of 367 ~ 35.42%
G 120 of 367 ~ 32.7%
B 117 of 367 ~ 31.88%

%35.42
%32.7
%31.88

CMYK color model

#827875 color CMYK value is (0,8,10,49).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(0,8,10,49)
C0M8Y10K49 
(0%,8%,10%,49%)
(0.00/0.08/0.10/0.49)	

CMYK percentages

%0
%7.69
%10
%49.02

Codes

Color #827875 in popluar color models

827875
RGB130120117
HSL14°5.26%48.43%
HSB/HSV14°10.00%50.98%
CMYK0.00%7.69%10.00%
49.02%

Color #827875 in popluar number systems.

HEX827875
Decimal130120117
Binary1000001011110001110101
Octal202170165

Shades and tints

Shades of #827875

#827875
(130,120,117)
#776E6B
(119,110,107)
#6C6461
(108,100,97)
#615A57
(97,90,87)
#56504D
(86,80,77)
#4B4643
(75,70,67)
#403C39
(64,60,57)
#35322F
(53,50,47)
#2A2825
(42,40,37)
#1F1E1B
(31,30,27)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #827875

#827875
(130,120,117)
#8D8481
(141,132,129)
#98908D
(152,144,141)
#A39C99
(163,156,153)
#AEA8A5
(174,168,165)
#B9B4B1
(185,180,177)
#C4C0BD
(196,192,189)
#CFCCC9
(207,204,201)
#DAD8D5
(218,216,213)
#E5E4E1
(229,228,225)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827875 color. Also use rgb(130,120,117) instead hex code.

Text Font Color

.myTextColor { color: #827875; }

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

This text font color is #827875.


Background Color

.myBgColor { background-color: #827875; }

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

This div background color is #827875.


Border color

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

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

This div border color is #827875.


Opacity

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

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

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

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

This text has shadow with #827875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827875 on black background.


Color preview on white background

This text has color #827875 on white background.



Black color preview on #827875 background

This text has black color on #827875 background.


White color preview on #827875 background

This text has white color on #827875 background.