COLOR #824950

HEX: #824950
RGB: (130,73,80)

Color info

#824950 contains red, green and blue colors in about the same proportion. Web safe color of #824950 is #993366 (or #936).

RGB color model

#824950 color RGB value is (130,73,80).

  • red value is 130;
  • green value is 73;
  • blue value is 80.
RGB:
(130,73,80)
(51%,29%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 73 of 255 = 29%
B 80 of 255 = 31%

130
73
80

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

Portions of RGB colors in percentages

R + G + B =
130 + 73 + 80 = 283 (100%)
R 130 of 283 ~ 45.94%
G 73 of 283 ~ 25.8%
B 80 of 283 ~ 28.27%

%45.94
%25.8
%28.27

CMYK color model

#824950 color CMYK value is (0,44,38,49).

  • cyan value is 0.00%
  • magenta value is 43.85%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(0,44,38,49)
C0M44Y38K49 
(0%,44%,38%,49%)
(0.00/0.44/0.38/0.49)	

CMYK percentages

%0
%43.85
%38.46
%49.02

Codes

Color #824950 in popluar color models

824950
RGB1307380
HSL353°28.08%39.80%
HSB/HSV353°43.85%50.98%
CMYK0.00%43.85%38.46%
49.02%

Color #824950 in popluar number systems.

HEX824950
Decimal1307380
Binary1000001010010011010000
Octal202111120

Shades and tints

Shades of #824950

#824950
(130,73,80)
#774349
(119,67,73)
#6C3D42
(108,61,66)
#61373B
(97,55,59)
#563134
(86,49,52)
#4B2B2D
(75,43,45)
#402526
(64,37,38)
#351F1F
(53,31,31)
#2A1918
(42,25,24)
#1F1311
(31,19,17)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #824950

#824950
(130,73,80)
#8D595F
(141,89,95)
#98696E
(152,105,110)
#A3797D
(163,121,125)
#AE898C
(174,137,140)
#B9999B
(185,153,155)
#C4A9AA
(196,169,170)
#CFB9B9
(207,185,185)
#DAC9C8
(218,201,200)
#E5D9D7
(229,217,215)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824950; }

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

This text font color is #824950.


Background Color

.myBgColor { background-color: #824950; }

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

This div background color is #824950.


Border color

.myBorderColor { border: 1px solid #824950; }

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

This div border color is #824950.


Opacity

.myOpacity80 { color: #824950; opacity: 0.8; }

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

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

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

This text has shadow with #824950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824950 on black background.


Color preview on white background

This text has color #824950 on white background.



Black color preview on #824950 background

This text has black color on #824950 background.


White color preview on #824950 background

This text has white color on #824950 background.