COLOR #824C4D

HEX: #824C4D
RGB: (130,76,77)

Color info

#824C4D contains red, green and blue colors in about the same proportion. Web safe color of #824C4D is #993333 (or #933).

RGB color model

#824C4D color RGB value is (130,76,77).

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

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 77 of 255 = 30%

130
76
77

R + G + B ~ 37%. #824C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 77 = 283 (100%)
R 130 of 283 ~ 45.94%
G 76 of 283 ~ 26.86%
B 77 of 283 ~ 27.21%

%45.94
%26.86
%27.21

CMYK color model

#824C4D color CMYK value is (0,42,41,49).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK:
(0,42,41,49)
C0M42Y41K49 
(0%,42%,41%,49%)
(0.00/0.42/0.41/0.49)	

CMYK percentages

%0
%41.54
%40.77
%49.02

Codes

Color #824C4D in popluar color models

824C4D
RGB1307677
HSL359°26.21%40.39%
HSB/HSV359°41.54%50.98%
CMYK0.00%41.54%40.77%
49.02%

Color #824C4D in popluar number systems.

HEX824C4D
Decimal1307677
Binary1000001010011001001101
Octal202114115

Shades and tints

Shades of #824C4D

#824C4D
(130,76,77)
#774646
(119,70,70)
#6C403F
(108,64,63)
#613A38
(97,58,56)
#563431
(86,52,49)
#4B2E2A
(75,46,42)
#402823
(64,40,35)
#35221C
(53,34,28)
#2A1C15
(42,28,21)
#1F160E
(31,22,14)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #824C4D

#824C4D
(130,76,77)
#8D5C5D
(141,92,93)
#986C6D
(152,108,109)
#A37C7D
(163,124,125)
#AE8C8D
(174,140,141)
#B99C9D
(185,156,157)
#C4ACAD
(196,172,173)
#CFBCBD
(207,188,189)
#DACCCD
(218,204,205)
#E5DCDD
(229,220,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824C4D; }

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

This text font color is #824C4D.


Background Color

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

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

This div background color is #824C4D.


Border color

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

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

This div border color is #824C4D.


Opacity

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

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

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

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

This text has shadow with #824C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C4D on black background.


Color preview on white background

This text has color #824C4D on white background.



Black color preview on #824C4D background

This text has black color on #824C4D background.


White color preview on #824C4D background

This text has white color on #824C4D background.