COLOR #824C7E

HEX: #824C7E
RGB: (130,76,126)

Color info

#824C7E contains red, green and blue colors in about the same proportion. Web safe color of #824C7E is #993366 (or #936).

RGB color model

#824C7E color RGB value is (130,76,126).

  • red value is 130;
  • green value is 76;
  • blue value is 126.
RGB:
(130,76,126)
(51%,30%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 126 of 255 = 49%

130
76
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 126 = 332 (100%)
R 130 of 332 ~ 39.16%
G 76 of 332 ~ 22.89%
B 126 of 332 ~ 37.95%

%39.16
%22.89
%37.95

CMYK color model

#824C7E color CMYK value is (0,42,3,49).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(0,42,3,49)
C0M42Y3K49 
(0%,42%,3%,49%)
(0.00/0.42/0.03/0.49)	

CMYK percentages

%0
%41.54
%3.08
%49.02

Codes

Color #824C7E in popluar color models

824C7E
RGB13076126
HSL304°26.21%40.39%
HSB/HSV304°41.54%50.98%
CMYK0.00%41.54%3.08%
49.02%

Color #824C7E in popluar number systems.

HEX824C7E
Decimal13076126
Binary1000001010011001111110
Octal202114176

Shades and tints

Shades of #824C7E

#824C7E
(130,76,126)
#774673
(119,70,115)
#6C4068
(108,64,104)
#613A5D
(97,58,93)
#563452
(86,52,82)
#4B2E47
(75,46,71)
#40283C
(64,40,60)
#352231
(53,34,49)
#2A1C26
(42,28,38)
#1F161B
(31,22,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #824C7E

#824C7E
(130,76,126)
#8D5C89
(141,92,137)
#986C94
(152,108,148)
#A37C9F
(163,124,159)
#AE8CAA
(174,140,170)
#B99CB5
(185,156,181)
#C4ACC0
(196,172,192)
#CFBCCB
(207,188,203)
#DACCD6
(218,204,214)
#E5DCE1
(229,220,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824C7E color. Also use rgb(130,76,126) instead hex code.

Text Font Color

.myTextColor { color: #824C7E; }

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

This text font color is #824C7E.


Background Color

.myBgColor { background-color: #824C7E; }

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

This div background color is #824C7E.


Border color

.myBorderColor { border: 1px solid #824C7E; }

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

This div border color is #824C7E.


Opacity

.myOpacity80 { color: #824C7E; opacity: 0.8; }

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

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

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

This text has shadow with #824C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C7E on black background.


Color preview on white background

This text has color #824C7E on white background.



Black color preview on #824C7E background

This text has black color on #824C7E background.


White color preview on #824C7E background

This text has white color on #824C7E background.