COLOR #824842

HEX: #824842
RGB: (130,72,66)

Color info

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

RGB color model

#824842 color RGB value is (130,72,66).

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

RGB channels and saturation

R 130 of 255 = 51%
G 72 of 255 = 28%
B 66 of 255 = 26%

130
72
66

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

Portions of RGB colors in percentages

R + G + B =
130 + 72 + 66 = 268 (100%)
R 130 of 268 ~ 48.51%
G 72 of 268 ~ 26.87%
B 66 of 268 ~ 24.63%

%48.51
%26.87
%24.63

CMYK color model

#824842 color CMYK value is (0,45,49,49).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(0,45,49,49)
C0M45Y49K49 
(0%,45%,49%,49%)
(0.00/0.45/0.49/0.49)	

CMYK percentages

%0
%44.62
%49.23
%49.02

Codes

Color #824842 in popluar color models

824842
RGB1307266
HSL32.65%38.43%
HSB/HSV49.23%50.98%
CMYK0.00%44.62%49.23%
49.02%

Color #824842 in popluar number systems.

HEX824842
Decimal1307266
Binary1000001010010001000010
Octal202110102

Shades and tints

Shades of #824842

#824842
(130,72,66)
#77423C
(119,66,60)
#6C3C36
(108,60,54)
#613630
(97,54,48)
#56302A
(86,48,42)
#4B2A24
(75,42,36)
#40241E
(64,36,30)
#351E18
(53,30,24)
#2A1812
(42,24,18)
#1F120C
(31,18,12)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #824842

#824842
(130,72,66)
#8D5853
(141,88,83)
#986864
(152,104,100)
#A37875
(163,120,117)
#AE8886
(174,136,134)
#B99897
(185,152,151)
#C4A8A8
(196,168,168)
#CFB8B9
(207,184,185)
#DAC8CA
(218,200,202)
#E5D8DB
(229,216,219)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824842; }

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

This text font color is #824842.


Background Color

.myBgColor { background-color: #824842; }

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

This div background color is #824842.


Border color

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

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

This div border color is #824842.


Opacity

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

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

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

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

This text has shadow with #824842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824842 on black background.


Color preview on white background

This text has color #824842 on white background.



Black color preview on #824842 background

This text has black color on #824842 background.


White color preview on #824842 background

This text has white color on #824842 background.