COLOR #824853

HEX: #824853
RGB: (130,72,83)

Color info

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

RGB color model

#824853 color RGB value is (130,72,83).

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

RGB channels and saturation

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

130
72
83

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

Portions of RGB colors in percentages

R + G + B =
130 + 72 + 83 = 285 (100%)
R 130 of 285 ~ 45.61%
G 72 of 285 ~ 25.26%
B 83 of 285 ~ 29.12%

%45.61
%25.26
%29.12

CMYK color model

#824853 color CMYK value is (0,45,36,49).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(0,45,36,49)
C0M45Y36K49 
(0%,45%,36%,49%)
(0.00/0.45/0.36/0.49)	

CMYK percentages

%0
%44.62
%36.15
%49.02

Codes

Color #824853 in popluar color models

824853
RGB1307283
HSL349°28.71%39.61%
HSB/HSV349°44.62%50.98%
CMYK0.00%44.62%36.15%
49.02%

Color #824853 in popluar number systems.

HEX824853
Decimal1307283
Binary1000001010010001010011
Octal202110123

Shades and tints

Shades of #824853

#824853
(130,72,83)
#77424C
(119,66,76)
#6C3C45
(108,60,69)
#61363E
(97,54,62)
#563037
(86,48,55)
#4B2A30
(75,42,48)
#402429
(64,36,41)
#351E22
(53,30,34)
#2A181B
(42,24,27)
#1F1214
(31,18,20)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #824853

#824853
(130,72,83)
#8D5862
(141,88,98)
#986871
(152,104,113)
#A37880
(163,120,128)
#AE888F
(174,136,143)
#B9989E
(185,152,158)
#C4A8AD
(196,168,173)
#CFB8BC
(207,184,188)
#DAC8CB
(218,200,203)
#E5D8DA
(229,216,218)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824853; }

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

This text font color is #824853.


Background Color

.myBgColor { background-color: #824853; }

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

This div background color is #824853.


Border color

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

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

This div border color is #824853.


Opacity

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

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

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

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

This text has shadow with #824853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824853 on black background.


Color preview on white background

This text has color #824853 on white background.



Black color preview on #824853 background

This text has black color on #824853 background.


White color preview on #824853 background

This text has white color on #824853 background.