COLOR #824561

HEX: #824561
RGB: (130,69,97)

Color info

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

RGB color model

#824561 color RGB value is (130,69,97).

  • red value is 130;
  • green value is 69;
  • blue value is 97.
RGB:
(130,69,97)
(51%,27%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 69 of 255 = 27%
B 97 of 255 = 38%

130
69
97

R + G + B ~ 39%. #824561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 69 + 97 = 296 (100%)
R 130 of 296 ~ 43.92%
G 69 of 296 ~ 23.31%
B 97 of 296 ~ 32.77%

%43.92
%23.31
%32.77

CMYK color model

#824561 color CMYK value is (0,47,25,49).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,47,25,49)
C0M47Y25K49 
(0%,47%,25%,49%)
(0.00/0.47/0.25/0.49)	

CMYK percentages

%0
%46.92
%25.38
%49.02

Codes

Color #824561 in popluar color models

824561
RGB1306997
HSL332°30.65%39.02%
HSB/HSV332°46.92%50.98%
CMYK0.00%46.92%25.38%
49.02%

Color #824561 in popluar number systems.

HEX824561
Decimal1306997
Binary1000001010001011100001
Octal202105141

Shades and tints

Shades of #824561

#824561
(130,69,97)
#773F59
(119,63,89)
#6C3951
(108,57,81)
#613349
(97,51,73)
#562D41
(86,45,65)
#4B2739
(75,39,57)
#402131
(64,33,49)
#351B29
(53,27,41)
#2A1521
(42,21,33)
#1F0F19
(31,15,25)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #824561

#824561
(130,69,97)
#8D556F
(141,85,111)
#98657D
(152,101,125)
#A3758B
(163,117,139)
#AE8599
(174,133,153)
#B995A7
(185,149,167)
#C4A5B5
(196,165,181)
#CFB5C3
(207,181,195)
#DAC5D1
(218,197,209)
#E5D5DF
(229,213,223)
#F0E5ED
(240,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824561 color. Also use rgb(130,69,97) instead hex code.

Text Font Color

.myTextColor { color: #824561; }

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

This text font color is #824561.


Background Color

.myBgColor { background-color: #824561; }

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

This div background color is #824561.


Border color

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

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

This div border color is #824561.


Opacity

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

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

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

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

This text has shadow with #824561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824561 on black background.


Color preview on white background

This text has color #824561 on white background.



Black color preview on #824561 background

This text has black color on #824561 background.


White color preview on #824561 background

This text has white color on #824561 background.