COLOR #824449

HEX: #824449
RGB: (130,68,73)

Color info

#824449 contains mainly red and blue colors. Web safe color of #824449 is #993333 (or #933).

RGB color model

#824449 color RGB value is (130,68,73).

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

RGB channels and saturation

R 130 of 255 = 51%
G 68 of 255 = 27%
B 73 of 255 = 29%

130
68
73

R + G + B ~ 36%. #824449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 68 + 73 = 271 (100%)
R 130 of 271 ~ 47.97%
G 68 of 271 ~ 25.09%
B 73 of 271 ~ 26.94%

%47.97
%25.09
%26.94

CMYK color model

#824449 color CMYK value is (0,48,44,49).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 43.85%
  • key color value is 49.02%
CMYK:
(0,48,44,49)
C0M48Y44K49 
(0%,48%,44%,49%)
(0.00/0.48/0.44/0.49)	

CMYK percentages

%0
%47.69
%43.85
%49.02

Codes

Color #824449 in popluar color models

824449
RGB1306873
HSL355°31.31%38.82%
HSB/HSV355°47.69%50.98%
CMYK0.00%47.69%43.85%
49.02%

Color #824449 in popluar number systems.

HEX824449
Decimal1306873
Binary1000001010001001001001
Octal202104111

Shades and tints

Shades of #824449

#824449
(130,68,73)
#773E43
(119,62,67)
#6C383D
(108,56,61)
#613237
(97,50,55)
#562C31
(86,44,49)
#4B262B
(75,38,43)
#402025
(64,32,37)
#351A1F
(53,26,31)
#2A1419
(42,20,25)
#1F0E13
(31,14,19)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #824449

#824449
(130,68,73)
#8D5559
(141,85,89)
#986669
(152,102,105)
#A37779
(163,119,121)
#AE8889
(174,136,137)
#B99999
(185,153,153)
#C4AAA9
(196,170,169)
#CFBBB9
(207,187,185)
#DACCC9
(218,204,201)
#E5DDD9
(229,221,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824449; }

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

This text font color is #824449.


Background Color

.myBgColor { background-color: #824449; }

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

This div background color is #824449.


Border color

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

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

This div border color is #824449.


Opacity

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

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

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

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

This text has shadow with #824449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824449 on black background.


Color preview on white background

This text has color #824449 on white background.



Black color preview on #824449 background

This text has black color on #824449 background.


White color preview on #824449 background

This text has white color on #824449 background.