COLOR #824F50

HEX: #824F50 RGB: (130,79,80)

Color info

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

RGB color model

#824F50 color RGB value is (130,79,80).

RGB: (130,79,80) (51%, 31%, 31%)

RGB channels and saturation

R 130 of 255 = 51%
G 79 of 255 = 31%
B 80 of 255 = 31%

130
79
80

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

Portions of RGB colors in percentages

R + G + B = 130 + 79 + 80 = 289 (100%)
R 130 of 289 ~ 44.98%
G 79 of 289 ~ 27.34%
B 80 of 289 ~ 27.68'%

%44.98
%27.34
%27.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 38.46%
  • 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
%38.46
%49.02

Codes

Color #824F50 in popluar color models

82 4F 50
RGB 130 79 80
HSL 359° 24.40% 40.98%
HSB/HSV 359° 39.23% 50.98%
CMYK 0.00% 39.23% 38.46%
49.02%

Color #824F50 in popluar number systems.

HEX 82 4F 50
Decimal 130 79 80
Binary 10000010 1001111 1010000
Octal 202 117 120

Shades and tints

Shades of #824F50

#824F50
(130,79,80)
#774849
(119,72,73)
#6C4142
(108,65,66)
#613A3B
(97,58,59)
#563334
(86,51,52)
#4B2C2D
(75,44,45)
#402526
(64,37,38)
#351E1F
(53,30,31)
#2A1718
(42,23,24)
#1F1011
(31,16,17)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #824F50

#824F50
(130,79,80)
#8D5F5F
(141,95,95)
#986F6E
(152,111,110)
#A37F7D
(163,127,125)
#AE8F8C
(174,143,140)
#B99F9B
(185,159,155)
#C4AFAA
(196,175,170)
#CFBFB9
(207,191,185)
#DACFC8
(218,207,200)
#E5DFD7
(229,223,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824F50; }

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

This text font color is #824F50.

Background Color

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

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

This div background color is #824F50.

Border color

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

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

This div border color is #824F50.

Opacity

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

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

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

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

This text has shadow with #824F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824F50.

Preview

Color preview on black background

This text has color #824F50 on black background.


Color preview on white background

This text has color #824F50 on white background.


Black color preview on #824F50 background

This text has black color on #824F50 background.


White color preview on #824F50 background

This text has white color on #824F50 background.


Related colors

Complementary color

Complementary color for #hex is #7DB0AF.


I love getcolorcode.com

Triadic colors

1 #50824F and #4F5082 with #824F50 are triadic colors.

2 #504F82 and #4F8250 with #824F50 are triadic colors.