COLOR #824D46

HEX: #824D46
RGB: (130,77,70)

Color info

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

RGB color model

#824D46 color RGB value is (130,77,70).

  • red value is 130;
  • green value is 77;
  • blue value is 70.
RGB:
(130,77,70)
(51%,30%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 70 of 255 = 27%

130
77
70

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

Portions of RGB colors in percentages

R + G + B =
130 + 77 + 70 = 277 (100%)
R 130 of 277 ~ 46.93%
G 77 of 277 ~ 27.8%
B 70 of 277 ~ 25.27%

%46.93
%27.8
%25.27

CMYK color model

#824D46 color CMYK value is (0,41,46,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(0,41,46,49)
C0M41Y46K49 
(0%,41%,46%,49%)
(0.00/0.41/0.46/0.49)	

CMYK percentages

%0
%40.77
%46.15
%49.02

Codes

Color #824D46 in popluar color models

824D46
RGB1307770
HSL30.00%39.22%
HSB/HSV46.15%50.98%
CMYK0.00%40.77%46.15%
49.02%

Color #824D46 in popluar number systems.

HEX824D46
Decimal1307770
Binary1000001010011011000110
Octal202115106

Shades and tints

Shades of #824D46

#824D46
(130,77,70)
#774640
(119,70,64)
#6C3F3A
(108,63,58)
#613834
(97,56,52)
#56312E
(86,49,46)
#4B2A28
(75,42,40)
#402322
(64,35,34)
#351C1C
(53,28,28)
#2A1516
(42,21,22)
#1F0E10
(31,14,16)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #824D46

#824D46
(130,77,70)
#8D5D56
(141,93,86)
#986D66
(152,109,102)
#A37D76
(163,125,118)
#AE8D86
(174,141,134)
#B99D96
(185,157,150)
#C4ADA6
(196,173,166)
#CFBDB6
(207,189,182)
#DACDC6
(218,205,198)
#E5DDD6
(229,221,214)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824D46 color. Also use rgb(130,77,70) instead hex code.

Text Font Color

.myTextColor { color: #824D46; }

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

This text font color is #824D46.


Background Color

.myBgColor { background-color: #824D46; }

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

This div background color is #824D46.


Border color

.myBorderColor { border: 1px solid #824D46; }

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

This div border color is #824D46.


Opacity

.myOpacity80 { color: #824D46; opacity: 0.8; }

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

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

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

This text has shadow with #824D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D46 on black background.


Color preview on white background

This text has color #824D46 on white background.



Black color preview on #824D46 background

This text has black color on #824D46 background.


White color preview on #824D46 background

This text has white color on #824D46 background.