COLOR #827B6C

HEX: #827B6C
RGB: (130,123,108)

Color info

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

RGB color model

#827B6C color RGB value is (130,123,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 108 of 255 = 42%

130
123
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 108 = 361 (100%)
R 130 of 361 ~ 36.01%
G 123 of 361 ~ 34.07%
B 108 of 361 ~ 29.92%

%36.01
%34.07
%29.92

CMYK color model

#827B6C color CMYK value is (0,5,17,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,5,17,49)
C0M5Y17K49 
(0%,5%,17%,49%)
(0.00/0.05/0.17/0.49)	

CMYK percentages

%0
%5.38
%16.92
%49.02

Codes

Color #827B6C in popluar color models

827B6C
RGB130123108
HSL41°9.24%46.67%
HSB/HSV41°16.92%50.98%
CMYK0.00%5.38%16.92%
49.02%

Color #827B6C in popluar number systems.

HEX827B6C
Decimal130123108
Binary1000001011110111101100
Octal202173154

Shades and tints

Shades of #827B6C

#827B6C
(130,123,108)
#777063
(119,112,99)
#6C655A
(108,101,90)
#615A51
(97,90,81)
#564F48
(86,79,72)
#4B443F
(75,68,63)
#403936
(64,57,54)
#352E2D
(53,46,45)
#2A2324
(42,35,36)
#1F181B
(31,24,27)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #827B6C

#827B6C
(130,123,108)
#8D8779
(141,135,121)
#989386
(152,147,134)
#A39F93
(163,159,147)
#AEABA0
(174,171,160)
#B9B7AD
(185,183,173)
#C4C3BA
(196,195,186)
#CFCFC7
(207,207,199)
#DADBD4
(218,219,212)
#E5E7E1
(229,231,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827B6C; }

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

This text font color is #827B6C.


Background Color

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

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

This div background color is #827B6C.


Border color

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

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

This div border color is #827B6C.


Opacity

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

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

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

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

This text has shadow with #827B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B6C on black background.


Color preview on white background

This text has color #827B6C on white background.



Black color preview on #827B6C background

This text has black color on #827B6C background.


White color preview on #827B6C background

This text has white color on #827B6C background.