COLOR #825866

HEX: #825866
RGB: (130,88,102)

Color info

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

RGB color model

#825866 color RGB value is (130,88,102).

  • red value is 130;
  • green value is 88;
  • blue value is 102.
RGB:
(130,88,102)
(51%,35%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 102 of 255 = 40%

130
88
102

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

Portions of RGB colors in percentages

R + G + B =
130 + 88 + 102 = 320 (100%)
R 130 of 320 ~ 40.63%
G 88 of 320 ~ 27.5%
B 102 of 320 ~ 31.88%

%40.63
%27.5
%31.88

CMYK color model

#825866 color CMYK value is (0,32,22,49).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(0,32,22,49)
C0M32Y22K49 
(0%,32%,22%,49%)
(0.00/0.32/0.22/0.49)	

CMYK percentages

%0
%32.31
%21.54
%49.02

Codes

Color #825866 in popluar color models

825866
RGB13088102
HSL340°19.27%42.75%
HSB/HSV340°32.31%50.98%
CMYK0.00%32.31%21.54%
49.02%

Color #825866 in popluar number systems.

HEX825866
Decimal13088102
Binary1000001010110001100110
Octal202130146

Shades and tints

Shades of #825866

#825866
(130,88,102)
#77505D
(119,80,93)
#6C4854
(108,72,84)
#61404B
(97,64,75)
#563842
(86,56,66)
#4B3039
(75,48,57)
#402830
(64,40,48)
#352027
(53,32,39)
#2A181E
(42,24,30)
#1F1015
(31,16,21)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #825866

#825866
(130,88,102)
#8D6773
(141,103,115)
#987680
(152,118,128)
#A3858D
(163,133,141)
#AE949A
(174,148,154)
#B9A3A7
(185,163,167)
#C4B2B4
(196,178,180)
#CFC1C1
(207,193,193)
#DAD0CE
(218,208,206)
#E5DFDB
(229,223,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825866 color. Also use rgb(130,88,102) instead hex code.

Text Font Color

.myTextColor { color: #825866; }

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

This text font color is #825866.


Background Color

.myBgColor { background-color: #825866; }

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

This div background color is #825866.


Border color

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

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

This div border color is #825866.


Opacity

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

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

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

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

This text has shadow with #825866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825866 on black background.


Color preview on white background

This text has color #825866 on white background.



Black color preview on #825866 background

This text has black color on #825866 background.


White color preview on #825866 background

This text has white color on #825866 background.