COLOR #827B6B

HEX: #827B6B RGB: (130,123,107)

Color info

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

RGB color model

#827B6B color RGB value is (130,123,107).

RGB: (130,123,107) (51%, 48%, 42%)

RGB channels and saturation

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

130
123
107

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

Portions of RGB colors in percentages

R + G + B = 130 + 123 + 107 = 360 (100%)
R 130 of 360 ~ 36.11%
G 123 of 360 ~ 34.17%
B 107 of 360 ~ 29.72'%

%36.11
%34.17
%29.72

CMYK color model

#827B6B color CMYK value is (0,5,18,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 17.69%
  • key color value is 49.02%

CMYK: (0,5,18,49)
C0M5Y18K49 (0%, 5%, 18%, 49%)
(0.00 / 0.05 / 0.18 / 0.49)

CMYK percentages

%0
%5.38
%17.69
%49.02

Codes

Color #827B6B in popluar color models

82 7B 6B
RGB 130 123 107
HSL 42° 9.70% 46.47%
HSB/HSV 42° 17.69% 50.98%
CMYK 0.00% 5.38% 17.69%
49.02%

Color #827B6B in popluar number systems.

HEX 82 7B 6B
Decimal 130 123 107
Binary 10000010 1111011 1101011
Octal 202 173 153

Shades and tints

Shades of #827B6B

#827B6B
(130,123,107)
#777062
(119,112,98)
#6C6559
(108,101,89)
#615A50
(97,90,80)
#564F47
(86,79,71)
#4B443E
(75,68,62)
#403935
(64,57,53)
#352E2C
(53,46,44)
#2A2323
(42,35,35)
#1F181A
(31,24,26)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #827B6B

#827B6B
(130,123,107)
#8D8778
(141,135,120)
#989385
(152,147,133)
#A39F92
(163,159,146)
#AEAB9F
(174,171,159)
#B9B7AC
(185,183,172)
#C4C3B9
(196,195,185)
#CFCFC6
(207,207,198)
#DADBD3
(218,219,211)
#E5E7E0
(229,231,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827B6B; }

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

This text font color is #827B6B.

Background Color

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

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

This div background color is #827B6B.

Border color

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

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

This div border color is #827B6B.

Opacity

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

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

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

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

This text has shadow with #827B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827B6B.

Preview

Color preview on black background

This text has color #827B6B on black background.


Color preview on white background

This text has color #827B6B on white background.


Black color preview on #827B6B background

This text has black color on #827B6B background.


White color preview on #827B6B background

This text has white color on #827B6B background.


Related colors

Complementary color

Complementary color for #hex is #7D8494.


I love getcolorcode.com

Triadic colors

1 #6B827B and #7B6B82 with #827B6B are triadic colors.

2 #6B7B82 and #7B826B with #827B6B are triadic colors.