COLOR #824544

HEX: #824544
RGB: (130,69,68)

Color info

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

RGB color model

#824544 color RGB value is (130,69,68).

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

RGB channels and saturation

R 130 of 255 = 51%
G 69 of 255 = 27%
B 68 of 255 = 27%

130
69
68

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

Portions of RGB colors in percentages

R + G + B =
130 + 69 + 68 = 267 (100%)
R 130 of 267 ~ 48.69%
G 69 of 267 ~ 25.84%
B 68 of 267 ~ 25.47%

%48.69
%25.84
%25.47

CMYK color model

#824544 color CMYK value is (0,47,48,49).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 47.69%
  • key color value is 49.02%
CMYK:
(0,47,48,49)
C0M47Y48K49 
(0%,47%,48%,49%)
(0.00/0.47/0.48/0.49)	

CMYK percentages

%0
%46.92
%47.69
%49.02

Codes

Color #824544 in popluar color models

824544
RGB1306968
HSL31.31%38.82%
HSB/HSV47.69%50.98%
CMYK0.00%46.92%47.69%
49.02%

Color #824544 in popluar number systems.

HEX824544
Decimal1306968
Binary1000001010001011000100
Octal202105104

Shades and tints

Shades of #824544

#824544
(130,69,68)
#773F3E
(119,63,62)
#6C3938
(108,57,56)
#613332
(97,51,50)
#562D2C
(86,45,44)
#4B2726
(75,39,38)
#402120
(64,33,32)
#351B1A
(53,27,26)
#2A1514
(42,21,20)
#1F0F0E
(31,15,14)
#140908
(20,9,8)
#000000
(0,0,0)

Tints of #824544

#824544
(130,69,68)
#8D5555
(141,85,85)
#986566
(152,101,102)
#A37577
(163,117,119)
#AE8588
(174,133,136)
#B99599
(185,149,153)
#C4A5AA
(196,165,170)
#CFB5BB
(207,181,187)
#DAC5CC
(218,197,204)
#E5D5DD
(229,213,221)
#F0E5EE
(240,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824544; }

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

This text font color is #824544.


Background Color

.myBgColor { background-color: #824544; }

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

This div background color is #824544.


Border color

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

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

This div border color is #824544.


Opacity

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

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

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

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

This text has shadow with #824544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824544 on black background.


Color preview on white background

This text has color #824544 on white background.



Black color preview on #824544 background

This text has black color on #824544 background.


White color preview on #824544 background

This text has white color on #824544 background.