COLOR #827267

HEX: #827267
RGB: (130,114,103)

Color info

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

RGB color model

#827267 color RGB value is (130,114,103).

  • red value is 130;
  • green value is 114;
  • blue value is 103.
RGB:
(130,114,103)
(51%,45%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 103 of 255 = 40%

130
114
103

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 103 = 347 (100%)
R 130 of 347 ~ 37.46%
G 114 of 347 ~ 32.85%
B 103 of 347 ~ 29.68%

%37.46
%32.85
%29.68

CMYK color model

#827267 color CMYK value is (0,12,21,49).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(0,12,21,49)
C0M12Y21K49 
(0%,12%,21%,49%)
(0.00/0.12/0.21/0.49)	

CMYK percentages

%0
%12.31
%20.77
%49.02

Codes

Color #827267 in popluar color models

827267
RGB130114103
HSL24°11.59%45.69%
HSB/HSV24°20.77%50.98%
CMYK0.00%12.31%20.77%
49.02%

Color #827267 in popluar number systems.

HEX827267
Decimal130114103
Binary1000001011100101100111
Octal202162147

Shades and tints

Shades of #827267

#827267
(130,114,103)
#77685E
(119,104,94)
#6C5E55
(108,94,85)
#61544C
(97,84,76)
#564A43
(86,74,67)
#4B403A
(75,64,58)
#403631
(64,54,49)
#352C28
(53,44,40)
#2A221F
(42,34,31)
#1F1816
(31,24,22)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #827267

#827267
(130,114,103)
#8D7E74
(141,126,116)
#988A81
(152,138,129)
#A3968E
(163,150,142)
#AEA29B
(174,162,155)
#B9AEA8
(185,174,168)
#C4BAB5
(196,186,181)
#CFC6C2
(207,198,194)
#DAD2CF
(218,210,207)
#E5DEDC
(229,222,220)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827267 color. Also use rgb(130,114,103) instead hex code.

Text Font Color

.myTextColor { color: #827267; }

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

This text font color is #827267.


Background Color

.myBgColor { background-color: #827267; }

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

This div background color is #827267.


Border color

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

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

This div border color is #827267.


Opacity

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

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

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

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

This text has shadow with #827267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827267 on black background.


Color preview on white background

This text has color #827267 on white background.



Black color preview on #827267 background

This text has black color on #827267 background.


White color preview on #827267 background

This text has white color on #827267 background.