COLOR #824249

HEX: #824249
RGB: (130,66,73)

Color info

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

RGB color model

#824249 color RGB value is (130,66,73).

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

RGB channels and saturation

R 130 of 255 = 51%
G 66 of 255 = 26%
B 73 of 255 = 29%

130
66
73

R + G + B ~ 35%. #824249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 66 + 73 = 269 (100%)
R 130 of 269 ~ 48.33%
G 66 of 269 ~ 24.54%
B 73 of 269 ~ 27.14%

%48.33
%24.54
%27.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 43.85%
  • key color value is 49.02%
CMYK:
(0,49,44,49)
C0M49Y44K49 
(0%,49%,44%,49%)
(0.00/0.49/0.44/0.49)	

CMYK percentages

%0
%49.23
%43.85
%49.02

Codes

Color #824249 in popluar color models

824249
RGB1306673
HSL353°32.65%38.43%
HSB/HSV353°49.23%50.98%
CMYK0.00%49.23%43.85%
49.02%

Color #824249 in popluar number systems.

HEX824249
Decimal1306673
Binary1000001010000101001001
Octal202102111

Shades and tints

Shades of #824249

#824249
(130,66,73)
#773C43
(119,60,67)
#6C363D
(108,54,61)
#613037
(97,48,55)
#562A31
(86,42,49)
#4B242B
(75,36,43)
#401E25
(64,30,37)
#35181F
(53,24,31)
#2A1219
(42,18,25)
#1F0C13
(31,12,19)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #824249

#824249
(130,66,73)
#8D5359
(141,83,89)
#986469
(152,100,105)
#A37579
(163,117,121)
#AE8689
(174,134,137)
#B99799
(185,151,153)
#C4A8A9
(196,168,169)
#CFB9B9
(207,185,185)
#DACAC9
(218,202,201)
#E5DBD9
(229,219,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824249; }

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

This text font color is #824249.


Background Color

.myBgColor { background-color: #824249; }

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

This div background color is #824249.


Border color

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

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

This div border color is #824249.


Opacity

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

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

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

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

This text has shadow with #824249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824249 on black background.


Color preview on white background

This text has color #824249 on white background.



Black color preview on #824249 background

This text has black color on #824249 background.


White color preview on #824249 background

This text has white color on #824249 background.