COLOR #824965

HEX: #824965
RGB: (130,73,101)

Color info

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

RGB color model

#824965 color RGB value is (130,73,101).

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

RGB channels and saturation

R 130 of 255 = 51%
G 73 of 255 = 29%
B 101 of 255 = 40%

130
73
101

R + G + B ~ 40%. #824965 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 73 + 101 = 304 (100%)
R 130 of 304 ~ 42.76%
G 73 of 304 ~ 24.01%
B 101 of 304 ~ 33.22%

%42.76
%24.01
%33.22

CMYK color model

#824965 color CMYK value is (0,44,22,49).

  • cyan value is 0.00%
  • magenta value is 43.85%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,44,22,49)
C0M44Y22K49 
(0%,44%,22%,49%)
(0.00/0.44/0.22/0.49)	

CMYK percentages

%0
%43.85
%22.31
%49.02

Codes

Color #824965 in popluar color models

824965
RGB13073101
HSL331°28.08%39.80%
HSB/HSV331°43.85%50.98%
CMYK0.00%43.85%22.31%
49.02%

Color #824965 in popluar number systems.

HEX824965
Decimal13073101
Binary1000001010010011100101
Octal202111145

Shades and tints

Shades of #824965

#824965
(130,73,101)
#77435C
(119,67,92)
#6C3D53
(108,61,83)
#61374A
(97,55,74)
#563141
(86,49,65)
#4B2B38
(75,43,56)
#40252F
(64,37,47)
#351F26
(53,31,38)
#2A191D
(42,25,29)
#1F1314
(31,19,20)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #824965

#824965
(130,73,101)
#8D5973
(141,89,115)
#986981
(152,105,129)
#A3798F
(163,121,143)
#AE899D
(174,137,157)
#B999AB
(185,153,171)
#C4A9B9
(196,169,185)
#CFB9C7
(207,185,199)
#DAC9D5
(218,201,213)
#E5D9E3
(229,217,227)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824965; }

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

This text font color is #824965.


Background Color

.myBgColor { background-color: #824965; }

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

This div background color is #824965.


Border color

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

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

This div border color is #824965.


Opacity

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

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

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

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

This text has shadow with #824965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824965 on black background.


Color preview on white background

This text has color #824965 on white background.



Black color preview on #824965 background

This text has black color on #824965 background.


White color preview on #824965 background

This text has white color on #824965 background.