COLOR #824962

HEX: #824962
RGB: (130,73,98)

Color info

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

RGB color model

#824962 color RGB value is (130,73,98).

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

RGB channels and saturation

R 130 of 255 = 51%
G 73 of 255 = 29%
B 98 of 255 = 38%

130
73
98

R + G + B ~ 39%. #824962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 73 + 98 = 301 (100%)
R 130 of 301 ~ 43.19%
G 73 of 301 ~ 24.25%
B 98 of 301 ~ 32.56%

%43.19
%24.25
%32.56

CMYK color model

#824962 color CMYK value is (0,44,25,49).

  • cyan value is 0.00%
  • magenta value is 43.85%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(0,44,25,49)
C0M44Y25K49 
(0%,44%,25%,49%)
(0.00/0.44/0.25/0.49)	

CMYK percentages

%0
%43.85
%24.62
%49.02

Codes

Color #824962 in popluar color models

824962
RGB1307398
HSL334°28.08%39.80%
HSB/HSV334°43.85%50.98%
CMYK0.00%43.85%24.62%
49.02%

Color #824962 in popluar number systems.

HEX824962
Decimal1307398
Binary1000001010010011100010
Octal202111142

Shades and tints

Shades of #824962

#824962
(130,73,98)
#77435A
(119,67,90)
#6C3D52
(108,61,82)
#61374A
(97,55,74)
#563142
(86,49,66)
#4B2B3A
(75,43,58)
#402532
(64,37,50)
#351F2A
(53,31,42)
#2A1922
(42,25,34)
#1F131A
(31,19,26)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #824962

#824962
(130,73,98)
#8D5970
(141,89,112)
#98697E
(152,105,126)
#A3798C
(163,121,140)
#AE899A
(174,137,154)
#B999A8
(185,153,168)
#C4A9B6
(196,169,182)
#CFB9C4
(207,185,196)
#DAC9D2
(218,201,210)
#E5D9E0
(229,217,224)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824962; }

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

This text font color is #824962.


Background Color

.myBgColor { background-color: #824962; }

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

This div background color is #824962.


Border color

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

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

This div border color is #824962.


Opacity

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

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

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

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

This text has shadow with #824962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824962 on black background.


Color preview on white background

This text has color #824962 on white background.



Black color preview on #824962 background

This text has black color on #824962 background.


White color preview on #824962 background

This text has white color on #824962 background.