COLOR #827675

HEX: #827675
RGB: (130,118,117)

Color info

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

RGB color model

#827675 color RGB value is (130,118,117).

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

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 117 of 255 = 46%

130
118
117

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 117 = 365 (100%)
R 130 of 365 ~ 35.62%
G 118 of 365 ~ 32.33%
B 117 of 365 ~ 32.05%

%35.62
%32.33
%32.05

CMYK color model

#827675 color CMYK value is (0,9,10,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(0,9,10,49)
C0M9Y10K49 
(0%,9%,10%,49%)
(0.00/0.09/0.10/0.49)	

CMYK percentages

%0
%9.23
%10
%49.02

Codes

Color #827675 in popluar color models

827675
RGB130118117
HSL5.26%48.43%
HSB/HSV10.00%50.98%
CMYK0.00%9.23%10.00%
49.02%

Color #827675 in popluar number systems.

HEX827675
Decimal130118117
Binary1000001011101101110101
Octal202166165

Shades and tints

Shades of #827675

#827675
(130,118,117)
#776C6B
(119,108,107)
#6C6261
(108,98,97)
#615857
(97,88,87)
#564E4D
(86,78,77)
#4B4443
(75,68,67)
#403A39
(64,58,57)
#35302F
(53,48,47)
#2A2625
(42,38,37)
#1F1C1B
(31,28,27)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #827675

#827675
(130,118,117)
#8D8281
(141,130,129)
#988E8D
(152,142,141)
#A39A99
(163,154,153)
#AEA6A5
(174,166,165)
#B9B2B1
(185,178,177)
#C4BEBD
(196,190,189)
#CFCAC9
(207,202,201)
#DAD6D5
(218,214,213)
#E5E2E1
(229,226,225)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827675; }

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

This text font color is #827675.


Background Color

.myBgColor { background-color: #827675; }

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

This div background color is #827675.


Border color

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

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

This div border color is #827675.


Opacity

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

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

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

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

This text has shadow with #827675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827675 on black background.


Color preview on white background

This text has color #827675 on white background.



Black color preview on #827675 background

This text has black color on #827675 background.


White color preview on #827675 background

This text has white color on #827675 background.