COLOR #824468

HEX: #824468
RGB: (130,68,104)

Color info

#824468 contains mainly red and blue colors. Web safe color of #824468 is #993366 (or #936).

RGB color model

#824468 color RGB value is (130,68,104).

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

RGB channels and saturation

R 130 of 255 = 51%
G 68 of 255 = 27%
B 104 of 255 = 41%

130
68
104

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

Portions of RGB colors in percentages

R + G + B =
130 + 68 + 104 = 302 (100%)
R 130 of 302 ~ 43.05%
G 68 of 302 ~ 22.52%
B 104 of 302 ~ 34.44%

%43.05
%22.52
%34.44

CMYK color model

#824468 color CMYK value is (0,48,20,49).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 20.00%
  • key color value is 49.02%
CMYK:
(0,48,20,49)
C0M48Y20K49 
(0%,48%,20%,49%)
(0.00/0.48/0.20/0.49)	

CMYK percentages

%0
%47.69
%20
%49.02

Codes

Color #824468 in popluar color models

824468
RGB13068104
HSL325°31.31%38.82%
HSB/HSV325°47.69%50.98%
CMYK0.00%47.69%20.00%
49.02%

Color #824468 in popluar number systems.

HEX824468
Decimal13068104
Binary1000001010001001101000
Octal202104150

Shades and tints

Shades of #824468

#824468
(130,68,104)
#773E5F
(119,62,95)
#6C3856
(108,56,86)
#61324D
(97,50,77)
#562C44
(86,44,68)
#4B263B
(75,38,59)
#402032
(64,32,50)
#351A29
(53,26,41)
#2A1420
(42,20,32)
#1F0E17
(31,14,23)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #824468

#824468
(130,68,104)
#8D5575
(141,85,117)
#986682
(152,102,130)
#A3778F
(163,119,143)
#AE889C
(174,136,156)
#B999A9
(185,153,169)
#C4AAB6
(196,170,182)
#CFBBC3
(207,187,195)
#DACCD0
(218,204,208)
#E5DDDD
(229,221,221)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824468; }

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

This text font color is #824468.


Background Color

.myBgColor { background-color: #824468; }

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

This div background color is #824468.


Border color

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

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

This div border color is #824468.


Opacity

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

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

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

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

This text has shadow with #824468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824468 on black background.


Color preview on white background

This text has color #824468 on white background.



Black color preview on #824468 background

This text has black color on #824468 background.


White color preview on #824468 background

This text has white color on #824468 background.