COLOR #824142

HEX: #824142
RGB: (130,65,66)

Color info

#824142 contains mainly red color. Web safe color of #824142 is #993333 (or #933).

RGB color model

#824142 color RGB value is (130,65,66).

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

RGB channels and saturation

R 130 of 255 = 51%
G 65 of 255 = 25%
B 66 of 255 = 26%

130
65
66

R + G + B ~ 34%. #824142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 65 + 66 = 261 (100%)
R 130 of 261 ~ 49.81%
G 65 of 261 ~ 24.9%
B 66 of 261 ~ 25.29%

%49.81
%24.9
%25.29

CMYK color model

#824142 color CMYK value is (0,50,49,49).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(0,50,49,49)
C0M50Y49K49 
(0%,50%,49%,49%)
(0.00/0.50/0.49/0.49)	

CMYK percentages

%0
%50
%49.23
%49.02

Codes

Color #824142 in popluar color models

824142
RGB1306566
HSL359°33.33%38.24%
HSB/HSV359°50.00%50.98%
CMYK0.00%50.00%49.23%
49.02%

Color #824142 in popluar number systems.

HEX824142
Decimal1306566
Binary1000001010000011000010
Octal202101102

Shades and tints

Shades of #824142

#824142
(130,65,66)
#773C3C
(119,60,60)
#6C3736
(108,55,54)
#613230
(97,50,48)
#562D2A
(86,45,42)
#4B2824
(75,40,36)
#40231E
(64,35,30)
#351E18
(53,30,24)
#2A1912
(42,25,18)
#1F140C
(31,20,12)
#140F06
(20,15,6)
#000000
(0,0,0)

Tints of #824142

#824142
(130,65,66)
#8D5253
(141,82,83)
#986364
(152,99,100)
#A37475
(163,116,117)
#AE8586
(174,133,134)
#B99697
(185,150,151)
#C4A7A8
(196,167,168)
#CFB8B9
(207,184,185)
#DAC9CA
(218,201,202)
#E5DADB
(229,218,219)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824142; }

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

This text font color is #824142.


Background Color

.myBgColor { background-color: #824142; }

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

This div background color is #824142.


Border color

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

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

This div border color is #824142.


Opacity

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

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

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

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

This text has shadow with #824142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824142 on black background.


Color preview on white background

This text has color #824142 on white background.



Black color preview on #824142 background

This text has black color on #824142 background.


White color preview on #824142 background

This text has white color on #824142 background.