COLOR #824854

HEX: #824854
RGB: (130,72,84)

Color info

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

RGB color model

#824854 color RGB value is (130,72,84).

  • red value is 130;
  • green value is 72;
  • blue value is 84.
RGB:
(130,72,84)
(51%,28%,33%)

RGB channels and saturation

R 130 of 255 = 51%
G 72 of 255 = 28%
B 84 of 255 = 33%

130
72
84

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

Portions of RGB colors in percentages

R + G + B =
130 + 72 + 84 = 286 (100%)
R 130 of 286 ~ 45.45%
G 72 of 286 ~ 25.17%
B 84 of 286 ~ 29.37%

%45.45
%25.17
%29.37

CMYK color model

#824854 color CMYK value is (0,45,35,49).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,45,35,49)
C0M45Y35K49 
(0%,45%,35%,49%)
(0.00/0.45/0.35/0.49)	

CMYK percentages

%0
%44.62
%35.38
%49.02

Codes

Color #824854 in popluar color models

824854
RGB1307284
HSL348°28.71%39.61%
HSB/HSV348°44.62%50.98%
CMYK0.00%44.62%35.38%
49.02%

Color #824854 in popluar number systems.

HEX824854
Decimal1307284
Binary1000001010010001010100
Octal202110124

Shades and tints

Shades of #824854

#824854
(130,72,84)
#77424D
(119,66,77)
#6C3C46
(108,60,70)
#61363F
(97,54,63)
#563038
(86,48,56)
#4B2A31
(75,42,49)
#40242A
(64,36,42)
#351E23
(53,30,35)
#2A181C
(42,24,28)
#1F1215
(31,18,21)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #824854

#824854
(130,72,84)
#8D5863
(141,88,99)
#986872
(152,104,114)
#A37881
(163,120,129)
#AE8890
(174,136,144)
#B9989F
(185,152,159)
#C4A8AE
(196,168,174)
#CFB8BD
(207,184,189)
#DAC8CC
(218,200,204)
#E5D8DB
(229,216,219)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824854 color. Also use rgb(130,72,84) instead hex code.

Text Font Color

.myTextColor { color: #824854; }

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

This text font color is #824854.


Background Color

.myBgColor { background-color: #824854; }

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

This div background color is #824854.


Border color

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

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

This div border color is #824854.


Opacity

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

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

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

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

This text has shadow with #824854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824854 on black background.


Color preview on white background

This text has color #824854 on white background.



Black color preview on #824854 background

This text has black color on #824854 background.


White color preview on #824854 background

This text has white color on #824854 background.