COLOR #825670

HEX: #825670
RGB: (130,86,112)

Color info

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

RGB color model

#825670 color RGB value is (130,86,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 112 of 255 = 44%

130
86
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 112 = 328 (100%)
R 130 of 328 ~ 39.63%
G 86 of 328 ~ 26.22%
B 112 of 328 ~ 34.15%

%39.63
%26.22
%34.15

CMYK color model

#825670 color CMYK value is (0,34,14,49).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(0,34,14,49)
C0M34Y14K49 
(0%,34%,14%,49%)
(0.00/0.34/0.14/0.49)	

CMYK percentages

%0
%33.85
%13.85
%49.02

Codes

Color #825670 in popluar color models

825670
RGB13086112
HSL325°20.37%42.35%
HSB/HSV325°33.85%50.98%
CMYK0.00%33.85%13.85%
49.02%

Color #825670 in popluar number systems.

HEX825670
Decimal13086112
Binary1000001010101101110000
Octal202126160

Shades and tints

Shades of #825670

#825670
(130,86,112)
#774F66
(119,79,102)
#6C485C
(108,72,92)
#614152
(97,65,82)
#563A48
(86,58,72)
#4B333E
(75,51,62)
#402C34
(64,44,52)
#35252A
(53,37,42)
#2A1E20
(42,30,32)
#1F1716
(31,23,22)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #825670

#825670
(130,86,112)
#8D657D
(141,101,125)
#98748A
(152,116,138)
#A38397
(163,131,151)
#AE92A4
(174,146,164)
#B9A1B1
(185,161,177)
#C4B0BE
(196,176,190)
#CFBFCB
(207,191,203)
#DACED8
(218,206,216)
#E5DDE5
(229,221,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825670; }

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

This text font color is #825670.


Background Color

.myBgColor { background-color: #825670; }

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

This div background color is #825670.


Border color

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

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

This div border color is #825670.


Opacity

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

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

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

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

This text has shadow with #825670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825670 on black background.


Color preview on white background

This text has color #825670 on white background.



Black color preview on #825670 background

This text has black color on #825670 background.


White color preview on #825670 background

This text has white color on #825670 background.