COLOR #825066

HEX: #825066
RGB: (130,80,102)

Color info

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

RGB color model

#825066 color RGB value is (130,80,102).

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

RGB channels and saturation

R 130 of 255 = 51%
G 80 of 255 = 31%
B 102 of 255 = 40%

130
80
102

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

Portions of RGB colors in percentages

R + G + B =
130 + 80 + 102 = 312 (100%)
R 130 of 312 ~ 41.67%
G 80 of 312 ~ 25.64%
B 102 of 312 ~ 32.69%

%41.67
%25.64
%32.69

CMYK color model

#825066 color CMYK value is (0,38,22,49).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(0,38,22,49)
C0M38Y22K49 
(0%,38%,22%,49%)
(0.00/0.38/0.22/0.49)	

CMYK percentages

%0
%38.46
%21.54
%49.02

Codes

Color #825066 in popluar color models

825066
RGB13080102
HSL334°23.81%41.18%
HSB/HSV334°38.46%50.98%
CMYK0.00%38.46%21.54%
49.02%

Color #825066 in popluar number systems.

HEX825066
Decimal13080102
Binary1000001010100001100110
Octal202120146

Shades and tints

Shades of #825066

#825066
(130,80,102)
#77495D
(119,73,93)
#6C4254
(108,66,84)
#613B4B
(97,59,75)
#563442
(86,52,66)
#4B2D39
(75,45,57)
#402630
(64,38,48)
#351F27
(53,31,39)
#2A181E
(42,24,30)
#1F1115
(31,17,21)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #825066

#825066
(130,80,102)
#8D5F73
(141,95,115)
#986E80
(152,110,128)
#A37D8D
(163,125,141)
#AE8C9A
(174,140,154)
#B99BA7
(185,155,167)
#C4AAB4
(196,170,180)
#CFB9C1
(207,185,193)
#DAC8CE
(218,200,206)
#E5D7DB
(229,215,219)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825066; }

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

This text font color is #825066.


Background Color

.myBgColor { background-color: #825066; }

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

This div background color is #825066.


Border color

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

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

This div border color is #825066.


Opacity

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

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

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

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

This text has shadow with #825066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825066 on black background.


Color preview on white background

This text has color #825066 on white background.



Black color preview on #825066 background

This text has black color on #825066 background.


White color preview on #825066 background

This text has white color on #825066 background.