COLOR #824C37

HEX: #824C37
RGB: (130,76,55)

Color info

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

RGB color model

#824C37 color RGB value is (130,76,55).

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

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 55 of 255 = 22%

130
76
55

R + G + B ~ 34%. #824C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 55 = 261 (100%)
R 130 of 261 ~ 49.81%
G 76 of 261 ~ 29.12%
B 55 of 261 ~ 21.07%

%49.81
%29.12
%21.07

CMYK color model

#824C37 color CMYK value is (0,42,58,49).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 57.69%
  • key color value is 49.02%
CMYK:
(0,42,58,49)
C0M42Y58K49 
(0%,42%,58%,49%)
(0.00/0.42/0.58/0.49)	

CMYK percentages

%0
%41.54
%57.69
%49.02

Codes

Color #824C37 in popluar color models

824C37
RGB1307655
HSL17°40.54%36.27%
HSB/HSV17°57.69%50.98%
CMYK0.00%41.54%57.69%
49.02%

Color #824C37 in popluar number systems.

HEX824C37
Decimal1307655
Binary100000101001100110111
Octal20211467

Shades and tints

Shades of #824C37

#824C37
(130,76,55)
#774632
(119,70,50)
#6C402D
(108,64,45)
#613A28
(97,58,40)
#563423
(86,52,35)
#4B2E1E
(75,46,30)
#402819
(64,40,25)
#352214
(53,34,20)
#2A1C0F
(42,28,15)
#1F160A
(31,22,10)
#141005
(20,16,5)
#000000
(0,0,0)

Tints of #824C37

#824C37
(130,76,55)
#8D5C49
(141,92,73)
#986C5B
(152,108,91)
#A37C6D
(163,124,109)
#AE8C7F
(174,140,127)
#B99C91
(185,156,145)
#C4ACA3
(196,172,163)
#CFBCB5
(207,188,181)
#DACCC7
(218,204,199)
#E5DCD9
(229,220,217)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824C37; }

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

This text font color is #824C37.


Background Color

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

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

This div background color is #824C37.


Border color

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

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

This div border color is #824C37.


Opacity

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

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

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

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

This text has shadow with #824C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C37 on black background.


Color preview on white background

This text has color #824C37 on white background.



Black color preview on #824C37 background

This text has black color on #824C37 background.


White color preview on #824C37 background

This text has white color on #824C37 background.