COLOR #825667

HEX: #825667
RGB: (130,86,103)

Color info

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

RGB color model

#825667 color RGB value is (130,86,103).

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

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 103 of 255 = 40%

130
86
103

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

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 103 = 319 (100%)
R 130 of 319 ~ 40.75%
G 86 of 319 ~ 26.96%
B 103 of 319 ~ 32.29%

%40.75
%26.96
%32.29

CMYK color model

#825667 color CMYK value is (0,34,21,49).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(0,34,21,49)
C0M34Y21K49 
(0%,34%,21%,49%)
(0.00/0.34/0.21/0.49)	

CMYK percentages

%0
%33.85
%20.77
%49.02

Codes

Color #825667 in popluar color models

825667
RGB13086103
HSL337°20.37%42.35%
HSB/HSV337°33.85%50.98%
CMYK0.00%33.85%20.77%
49.02%

Color #825667 in popluar number systems.

HEX825667
Decimal13086103
Binary1000001010101101100111
Octal202126147

Shades and tints

Shades of #825667

#825667
(130,86,103)
#774F5E
(119,79,94)
#6C4855
(108,72,85)
#61414C
(97,65,76)
#563A43
(86,58,67)
#4B333A
(75,51,58)
#402C31
(64,44,49)
#352528
(53,37,40)
#2A1E1F
(42,30,31)
#1F1716
(31,23,22)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #825667

#825667
(130,86,103)
#8D6574
(141,101,116)
#987481
(152,116,129)
#A3838E
(163,131,142)
#AE929B
(174,146,155)
#B9A1A8
(185,161,168)
#C4B0B5
(196,176,181)
#CFBFC2
(207,191,194)
#DACECF
(218,206,207)
#E5DDDC
(229,221,220)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825667; }

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

This text font color is #825667.


Background Color

.myBgColor { background-color: #825667; }

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

This div background color is #825667.


Border color

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

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

This div border color is #825667.


Opacity

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

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

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

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

This text has shadow with #825667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825667 on black background.


Color preview on white background

This text has color #825667 on white background.



Black color preview on #825667 background

This text has black color on #825667 background.


White color preview on #825667 background

This text has white color on #825667 background.