COLOR #824C3F

HEX: #824C3F
RGB: (130,76,63)

Color info

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

RGB color model

#824C3F color RGB value is (130,76,63).

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

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 63 of 255 = 25%

130
76
63

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

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 63 = 269 (100%)
R 130 of 269 ~ 48.33%
G 76 of 269 ~ 28.25%
B 63 of 269 ~ 23.42%

%48.33
%28.25
%23.42

CMYK color model

#824C3F color CMYK value is (0,42,52,49).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,42,52,49)
C0M42Y52K49 
(0%,42%,52%,49%)
(0.00/0.42/0.52/0.49)	

CMYK percentages

%0
%41.54
%51.54
%49.02

Codes

Color #824C3F in popluar color models

824C3F
RGB1307663
HSL12°34.72%37.84%
HSB/HSV12°51.54%50.98%
CMYK0.00%41.54%51.54%
49.02%

Color #824C3F in popluar number systems.

HEX824C3F
Decimal1307663
Binary100000101001100111111
Octal20211477

Shades and tints

Shades of #824C3F

#824C3F
(130,76,63)
#77463A
(119,70,58)
#6C4035
(108,64,53)
#613A30
(97,58,48)
#56342B
(86,52,43)
#4B2E26
(75,46,38)
#402821
(64,40,33)
#35221C
(53,34,28)
#2A1C17
(42,28,23)
#1F1612
(31,22,18)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #824C3F

#824C3F
(130,76,63)
#8D5C50
(141,92,80)
#986C61
(152,108,97)
#A37C72
(163,124,114)
#AE8C83
(174,140,131)
#B99C94
(185,156,148)
#C4ACA5
(196,172,165)
#CFBCB6
(207,188,182)
#DACCC7
(218,204,199)
#E5DCD8
(229,220,216)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824C3F; }

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

This text font color is #824C3F.


Background Color

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

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

This div background color is #824C3F.


Border color

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

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

This div border color is #824C3F.


Opacity

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

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

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

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

This text has shadow with #824C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C3F on black background.


Color preview on white background

This text has color #824C3F on white background.



Black color preview on #824C3F background

This text has black color on #824C3F background.


White color preview on #824C3F background

This text has white color on #824C3F background.