COLOR #825064

HEX: #825064
RGB: (130,80,100)

Color info

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

RGB color model

#825064 color RGB value is (130,80,100).

  • red value is 130;
  • green value is 80;
  • blue value is 100.
RGB:
(130,80,100)
(51%,31%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 80 of 255 = 31%
B 100 of 255 = 39%

130
80
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 80 + 100 = 310 (100%)
R 130 of 310 ~ 41.94%
G 80 of 310 ~ 25.81%
B 100 of 310 ~ 32.26%

%41.94
%25.81
%32.26

CMYK color model

#825064 color CMYK value is (0,38,23,49).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(0,38,23,49)
C0M38Y23K49 
(0%,38%,23%,49%)
(0.00/0.38/0.23/0.49)	

CMYK percentages

%0
%38.46
%23.08
%49.02

Codes

Color #825064 in popluar color models

825064
RGB13080100
HSL336°23.81%41.18%
HSB/HSV336°38.46%50.98%
CMYK0.00%38.46%23.08%
49.02%

Color #825064 in popluar number systems.

HEX825064
Decimal13080100
Binary1000001010100001100100
Octal202120144

Shades and tints

Shades of #825064

#825064
(130,80,100)
#77495B
(119,73,91)
#6C4252
(108,66,82)
#613B49
(97,59,73)
#563440
(86,52,64)
#4B2D37
(75,45,55)
#40262E
(64,38,46)
#351F25
(53,31,37)
#2A181C
(42,24,28)
#1F1113
(31,17,19)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #825064

#825064
(130,80,100)
#8D5F72
(141,95,114)
#986E80
(152,110,128)
#A37D8E
(163,125,142)
#AE8C9C
(174,140,156)
#B99BAA
(185,155,170)
#C4AAB8
(196,170,184)
#CFB9C6
(207,185,198)
#DAC8D4
(218,200,212)
#E5D7E2
(229,215,226)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825064 color. Also use rgb(130,80,100) instead hex code.

Text Font Color

.myTextColor { color: #825064; }

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

This text font color is #825064.


Background Color

.myBgColor { background-color: #825064; }

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

This div background color is #825064.


Border color

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

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

This div border color is #825064.


Opacity

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

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

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

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

This text has shadow with #825064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825064 on black background.


Color preview on white background

This text has color #825064 on white background.



Black color preview on #825064 background

This text has black color on #825064 background.


White color preview on #825064 background

This text has white color on #825064 background.