COLOR #824431

HEX: #824431
RGB: (130,68,49)

Color info

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

RGB color model

#824431 color RGB value is (130,68,49).

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

RGB channels and saturation

R 130 of 255 = 51%
G 68 of 255 = 27%
B 49 of 255 = 19%

130
68
49

R + G + B ~ 32%. #824431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 68 + 49 = 247 (100%)
R 130 of 247 ~ 52.63%
G 68 of 247 ~ 27.53%
B 49 of 247 ~ 19.84%

%52.63
%27.53
%19.84

CMYK color model

#824431 color CMYK value is (0,48,62,49).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 62.31%
  • key color value is 49.02%
CMYK:
(0,48,62,49)
C0M48Y62K49 
(0%,48%,62%,49%)
(0.00/0.48/0.62/0.49)	

CMYK percentages

%0
%47.69
%62.31
%49.02

Codes

Color #824431 in popluar color models

824431
RGB1306849
HSL14°45.25%35.10%
HSB/HSV14°62.31%50.98%
CMYK0.00%47.69%62.31%
49.02%

Color #824431 in popluar number systems.

HEX824431
Decimal1306849
Binary100000101000100110001
Octal20210461

Shades and tints

Shades of #824431

#824431
(130,68,49)
#773E2D
(119,62,45)
#6C3829
(108,56,41)
#613225
(97,50,37)
#562C21
(86,44,33)
#4B261D
(75,38,29)
#402019
(64,32,25)
#351A15
(53,26,21)
#2A1411
(42,20,17)
#1F0E0D
(31,14,13)
#140809
(20,8,9)
#000000
(0,0,0)

Tints of #824431

#824431
(130,68,49)
#8D5543
(141,85,67)
#986655
(152,102,85)
#A37767
(163,119,103)
#AE8879
(174,136,121)
#B9998B
(185,153,139)
#C4AA9D
(196,170,157)
#CFBBAF
(207,187,175)
#DACCC1
(218,204,193)
#E5DDD3
(229,221,211)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824431; }

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

This text font color is #824431.


Background Color

.myBgColor { background-color: #824431; }

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

This div background color is #824431.


Border color

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

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

This div border color is #824431.


Opacity

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

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

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

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

This text has shadow with #824431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824431 on black background.


Color preview on white background

This text has color #824431 on white background.



Black color preview on #824431 background

This text has black color on #824431 background.


White color preview on #824431 background

This text has white color on #824431 background.