COLOR #824F51

HEX: #824F51
RGB: (130,79,81)

Color info

#824F51 contains red, green and blue colors in about the same proportion. Web safe color of #824F51 is #996666 (or #966).

RGB color model

#824F51 color RGB value is (130,79,81).

  • red value is 130;
  • green value is 79;
  • blue value is 81.
RGB:
(130,79,81)
(51%,31%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 79 of 255 = 31%
B 81 of 255 = 32%

130
79
81

R + G + B ~ 38%. #824F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 79 + 81 = 290 (100%)
R 130 of 290 ~ 44.83%
G 79 of 290 ~ 27.24%
B 81 of 290 ~ 27.93%

%44.83
%27.24
%27.93

CMYK color model

#824F51 color CMYK value is (0,39,38,49).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(0,39,38,49)
C0M39Y38K49 
(0%,39%,38%,49%)
(0.00/0.39/0.38/0.49)	

CMYK percentages

%0
%39.23
%37.69
%49.02

Codes

Color #824F51 in popluar color models

824F51
RGB1307981
HSL358°24.40%40.98%
HSB/HSV358°39.23%50.98%
CMYK0.00%39.23%37.69%
49.02%

Color #824F51 in popluar number systems.

HEX824F51
Decimal1307981
Binary1000001010011111010001
Octal202117121

Shades and tints

Shades of #824F51

#824F51
(130,79,81)
#77484A
(119,72,74)
#6C4143
(108,65,67)
#613A3C
(97,58,60)
#563335
(86,51,53)
#4B2C2E
(75,44,46)
#402527
(64,37,39)
#351E20
(53,30,32)
#2A1719
(42,23,25)
#1F1012
(31,16,18)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #824F51

#824F51
(130,79,81)
#8D5F60
(141,95,96)
#986F6F
(152,111,111)
#A37F7E
(163,127,126)
#AE8F8D
(174,143,141)
#B99F9C
(185,159,156)
#C4AFAB
(196,175,171)
#CFBFBA
(207,191,186)
#DACFC9
(218,207,201)
#E5DFD8
(229,223,216)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824F51 color. Also use rgb(130,79,81) instead hex code.

Text Font Color

.myTextColor { color: #824F51; }

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

This text font color is #824F51.


Background Color

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

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

This div background color is #824F51.


Border color

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

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

This div border color is #824F51.


Opacity

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

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

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

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

This text has shadow with #824F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824F51 on black background.


Color preview on white background

This text has color #824F51 on white background.



Black color preview on #824F51 background

This text has black color on #824F51 background.


White color preview on #824F51 background

This text has white color on #824F51 background.