COLOR #825168

HEX: #825168
RGB: (130,81,104)

Color info

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

RGB color model

#825168 color RGB value is (130,81,104).

  • red value is 130;
  • green value is 81;
  • blue value is 104.
RGB:
(130,81,104)
(51%,32%,41%)

RGB channels and saturation

R 130 of 255 = 51%
G 81 of 255 = 32%
B 104 of 255 = 41%

130
81
104

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

Portions of RGB colors in percentages

R + G + B =
130 + 81 + 104 = 315 (100%)
R 130 of 315 ~ 41.27%
G 81 of 315 ~ 25.71%
B 104 of 315 ~ 33.02%

%41.27
%25.71
%33.02

CMYK color model

#825168 color CMYK value is (0,38,20,49).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 20.00%
  • key color value is 49.02%
CMYK:
(0,38,20,49)
C0M38Y20K49 
(0%,38%,20%,49%)
(0.00/0.38/0.20/0.49)	

CMYK percentages

%0
%37.69
%20
%49.02

Codes

Color #825168 in popluar color models

825168
RGB13081104
HSL332°23.22%41.37%
HSB/HSV332°37.69%50.98%
CMYK0.00%37.69%20.00%
49.02%

Color #825168 in popluar number systems.

HEX825168
Decimal13081104
Binary1000001010100011101000
Octal202121150

Shades and tints

Shades of #825168

#825168
(130,81,104)
#774A5F
(119,74,95)
#6C4356
(108,67,86)
#613C4D
(97,60,77)
#563544
(86,53,68)
#4B2E3B
(75,46,59)
#402732
(64,39,50)
#352029
(53,32,41)
#2A1920
(42,25,32)
#1F1217
(31,18,23)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #825168

#825168
(130,81,104)
#8D6075
(141,96,117)
#986F82
(152,111,130)
#A37E8F
(163,126,143)
#AE8D9C
(174,141,156)
#B99CA9
(185,156,169)
#C4ABB6
(196,171,182)
#CFBAC3
(207,186,195)
#DAC9D0
(218,201,208)
#E5D8DD
(229,216,221)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825168 color. Also use rgb(130,81,104) instead hex code.

Text Font Color

.myTextColor { color: #825168; }

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

This text font color is #825168.


Background Color

.myBgColor { background-color: #825168; }

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

This div background color is #825168.


Border color

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

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

This div border color is #825168.


Opacity

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

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

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

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

This text has shadow with #825168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825168 on black background.


Color preview on white background

This text has color #825168 on white background.



Black color preview on #825168 background

This text has black color on #825168 background.


White color preview on #825168 background

This text has white color on #825168 background.